#0522E3

Color #0522E3 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0522E3

Tints of Medium Blue #0522E3

Color information

#0522E3 (or 0x0522E3) is unknown color: approx Medium Blue. HEX triplet: 05, 22 and E3. RGB value is (5,34,227). Sum of RGB (Red+Green+Blue) = 5+34+227=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 227 (89.06% from 255 or 85.34% from 266); Max value from RGB is 227 - color contains mainly: blue. Hex color #0522E3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0522E3 is #FADD1C. Grayscale: #2E2E2E. Windows color (decimal): -16440605 or 14885381. OLE color: 14885381.

HSL color Cylindrical-coordinate representation of color #0522E3: hue angle of 232.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0522E3 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB534227-
CMYK0.980.8500.11
HSL232.16º95.69%45.49%-
HSV(B)232.16º97.8%89.02%-
XYZ14.56.7273.21-
YUV47.33229.3997.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.88%
GREEN value IS 34 (13.67% from 255) = 12.78%
BLUE value IS 227 (89.06% from 255) = 85.34%
R=1.88%
G=12.78%
B=85.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal5342270.980.8500.11232.1695.6945.49
Hex522E362550Be8602d
Octal54234314212501335014055
Binary101100010111000111100010101010101011111010001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0522E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0522E3; }

 p { color: rgb(5,34,227); }

 H1.HeaderClassName
 {
   color: #0522E3;
 }
 .AnyTagClassName
 {
   color: #0522E3;
 }
</style>
background-color css

<style>
 a { background-color: #0522E3; }

 a { background-color: rgb(5,34,227); }

 div.DivClassName
 {
   background-color: #0522E3;
 }
 .BgClassName
 {
   background-color: #0522E3;
 }
</style>
border-color css

<style>
 span { border-color: #0522E3; }

 span { border-color: rgb(5,34,227); }

 td.TdClassName
 {
   border-color: #0522E3;
 }
 .TagClassName
 {
   border-color: #0522E3;
 }
</style>