GUI image resolution

What resolution should I use for interface, frames and other gui elements?For format I read that is better to use png because its lossless.

If you look at here, the commonest resolution is 1920x1080, so you should consider that.

It has the alpha channel, too.

You should stick to using a power of two for all textures, including GUI images.