#052BDE

Color #052BDE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #052BDE

Tints of Persian Blue #052BDE

Color information

#052BDE (or 0x052BDE) is unknown color: approx Persian Blue. HEX triplet: 05, 2B and DE. RGB value is (5,43,222). Sum of RGB (Red+Green+Blue) = 5+43+222=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 222 (87.11% from 255 or 82.22% from 270); Max value from RGB is 222 - color contains mainly: blue. Hex color #052BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BDE is #FAD421. Grayscale: #333333. Windows color (decimal): -16438306 or 14560005. OLE color: 14560005.

HSL color Cylindrical-coordinate representation of color #052BDE: hue angle of 229.49º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BDE is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB543222-
CMYK0.980.8100.13
HSL229.49º95.59%44.51%-
HSV(B)229.49º97.75%87.06%-
XYZ14.117.0369.72-
YUV52.04223.9194.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 222 (87.11% from 255) = 82.22%
R=1.85%
G=15.93%
B=82.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5432220.980.8100.13229.4995.5944.51
Hex52BDE62510De5602d
Octal55333614212101534514055
Binary101101011110111101100010101000101101111001011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052BDE; }

 p { color: rgb(5,43,222); }

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

<style>
 a { background-color: #052BDE; }

 a { background-color: rgb(5,43,222); }

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

<style>
 span { border-color: #052BDE; }

 span { border-color: rgb(5,43,222); }

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