#2039D4

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

Shades of Persian Blue #2039D4

Tints of Persian Blue #2039D4

Color information

#2039D4 (or 0x2039D4) is unknown color: approx Persian Blue. HEX triplet: 20, 39 and D4. RGB value is (32,57,212). Sum of RGB (Red+Green+Blue) = 32+57+212=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 212 (83.20% from 255 or 70.43% from 301); Max value from RGB is 212 - color contains mainly: blue. Hex color #2039D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2039D4 is #DFC62B. Grayscale: #424242. Windows color (decimal): -14665260 or 13908256. OLE color: 13908256.

HSL color Cylindrical-coordinate representation of color #2039D4: hue angle of 231.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2039D4 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3257212-
CMYK0.850.7300.17
HSL231.67º73.77%47.84%-
HSV(B)231.67º84.91%83.14%-
XYZ13.947.9963.09-
YUV67.19209.72102.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.63%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 212 (83.20% from 255) = 70.43%
R=10.63%
G=18.94%
B=70.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal32572120.850.7300.17231.6773.7747.84
Hex2039D45549011e84a30
Octal407132412511102135011260
Binary1000001110011101010010101011001001010001111010001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2039D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2039D4; }

 p { color: rgb(32,57,212); }

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

<style>
 a { background-color: #2039D4; }

 a { background-color: rgb(32,57,212); }

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

<style>
 span { border-color: #2039D4; }

 span { border-color: rgb(32,57,212); }

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