#052DCC

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

Shades of Persian Blue #052DCC

Tints of Persian Blue #052DCC

Color information

#052DCC (or 0x052DCC) is unknown color: approx Persian Blue. HEX triplet: 05, 2D and CC. RGB value is (5,45,204). Sum of RGB (Red+Green+Blue) = 5+45+204=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #052DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DCC is #FAD233. Grayscale: #323232. Windows color (decimal): -16437812 or 13380869. OLE color: 13380869.

HSL color Cylindrical-coordinate representation of color #052DCC: hue angle of 227.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052DCC is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB545204-
CMYK0.980.7800.2
HSL227.94º95.22%40.98%-
HSV(B)227.94º97.55%80%-
XYZ11.96.2757.71-
YUV51.17214.2595.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.97%
GREEN value IS 45 (17.97% from 255) = 17.72%
BLUE value IS 204 (80.08% from 255) = 80.31%
R=1.97%
G=17.72%
B=80.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5452040.980.7800.2227.9495.2240.98
Hex52DCC624E014e45f29
Octal55531414211602434413751
Binary1011011011100110011000101001110010100111001001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,45,204); }

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

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

 a { background-color: rgb(5,45,204); }

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

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

 span { border-color: rgb(5,45,204); }

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