Shades of Persian Blue #2039DC
Tints of Persian Blue #2039DC
RGB
CMYK
RGB Variations
Color information
#2039DC (or 0x2039DC) is known color: Persian Blue. HEX triplet: 20, 39 and DC. RGB value is (32,57,220). Sum of RGB (Red+Green+Blue) = 32+57+220=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #2039DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2039DC is #DFC623. Grayscale: #434343. Windows color (decimal): -14665252 or 14432544. OLE color: 14432544.
HSL color Cylindrical-coordinate representation of color #2039DC: hue angle of 232.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2039DC is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 57 | 220 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.14 |
| HSL | 232.02º | 0.75% | 0.49% | - |
| HSV(B) | 232.02º | 0.85% | 0.86% | - |
| XYZ | 14.98 | 8.4 | 68.54 | - |
| YUV | 68.11 | 213.72 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 220 | 0.85 | 0.74 | 0 | 0.14 | 232.02 | 0.75 | 0.49 |
| Hex | 20 | 39 | DC | 55 | 4A | 0 | E | E8 | 4B | 31 |
| Octal | 40 | 71 | 334 | 125 | 112 | 0 | 16 | 350 | 113 | 61 |
| Binary | 100000 | 111001 | 11011100 | 1010101 | 1001010 | 0 | 1110 | 11101000 | 1001011 | 110001 |
Color Harmonies of #2039DC
Complementary color
Monochromatic Colors of #2039DC
Black with #2039DC
Text Example
Text Example
White with #2039DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2039DC; }
p { color: rgb(32,57,220); }
H1.HeaderClassName
{
color: #2039DC;
}
.AnyTagClassName
{
color: #2039DC;
}
</style>
background-color css
<style>
a { background-color: #2039DC; }
a { background-color: rgb(32,57,220); }
div.DivClassName
{
background-color: #2039DC;
}
.BgClassName
{
background-color: #2039DC;
}
</style>
border-color css
<style>
span { border-color: #2039DC; }
span { border-color: rgb(32,57,220); }
td.TdClassName
{
border-color: #2039DC;
}
.TagClassName
{
border-color: #2039DC;
}
</style>