#202DAE

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

Shades of Persian Blue #202DAE

Tints of Persian Blue #202DAE

Color information

#202DAE (or 0x202DAE) is unknown color: approx Persian Blue. HEX triplet: 20, 2D and AE. RGB value is (32,45,174). Sum of RGB (Red+Green+Blue) = 32+45+174=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #202DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202DAE is #DFD251. Grayscale: #373737. Windows color (decimal): -14668370 or 11414816. OLE color: 11414816.

HSL color Cylindrical-coordinate representation of color #202DAE: hue angle of 234.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202DAE is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3245174-
CMYK0.820.7400.32
HSL234.51º68.93%40.39%-
HSV(B)234.51º81.61%68.24%-
XYZ9.175.2440.57-
YUV55.82194.69111.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=12.75%
G=17.93%
B=69.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32451740.820.7400.32234.5168.9340.39
Hex202DAE524A020eb4528
Octal405525612211204035310550
Binary10000010110110101110101001010010100100000111010111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202DAE; }

 p { color: rgb(32,45,174); }

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

<style>
 a { background-color: #202DAE; }

 a { background-color: rgb(32,45,174); }

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

<style>
 span { border-color: #202DAE; }

 span { border-color: rgb(32,45,174); }

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