#2032D2

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

Shades of Persian Blue #2032D2

Tints of Persian Blue #2032D2

Color information

#2032D2 (or 0x2032D2) is unknown color: approx Persian Blue. HEX triplet: 20, 32 and D2. RGB value is (32,50,210). Sum of RGB (Red+Green+Blue) = 32+50+210=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 210 (82.42% from 255 or 71.92% from 292); Max value from RGB is 210 - color contains mainly: blue. Hex color #2032D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2032D2 is #DFCD2D. Grayscale: #3E3E3E. Windows color (decimal): -14667054 or 13775392. OLE color: 13775392.

HSL color Cylindrical-coordinate representation of color #2032D2: hue angle of 233.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2032D2 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3250210-
CMYK0.850.7600.18
HSL233.93º73.55%47.45%-
HSV(B)233.93º84.76%82.35%-
XYZ13.377.2461.67-
YUV62.86211.04105.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.96%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 210 (82.42% from 255) = 71.92%
R=10.96%
G=17.12%
B=71.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal32502100.850.7600.18233.9373.5547.45
Hex2032D2554C012ea4a2f
Octal406232212511402235211257
Binary1000001100101101001010101011001100010010111010101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2032D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2032D2; }

 p { color: rgb(32,50,210); }

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

<style>
 a { background-color: #2032D2; }

 a { background-color: rgb(32,50,210); }

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

<style>
 span { border-color: #2032D2; }

 span { border-color: rgb(32,50,210); }

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