Shades of Persian Blue #2039EC
Tints of Persian Blue #2039EC
RGB
CMYK
RGB Variations
Color information
#2039EC (or 0x2039EC) is known color: Persian Blue. HEX triplet: 20, 39 and EC. RGB value is (32,57,236). Sum of RGB (Red+Green+Blue) = 32+57+236=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #2039EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2039EC is #DFC613. Grayscale: #454545. Windows color (decimal): -14665236 or 15481120. OLE color: 15481120.
HSL color Cylindrical-coordinate representation of color #2039EC: hue angle of 232.65º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2039EC is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 57 | 236 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.07 |
| HSL | 232.65º | 0.84% | 0.53% | - |
| HSV(B) | 232.65º | 0.86% | 0.93% | - |
| XYZ | 17.2 | 9.29 | 80.24 | - |
| YUV | 69.93 | 221.72 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 236 | 0.86 | 0.76 | 0 | 0.07 | 232.65 | 0.84 | 0.53 |
| Hex | 20 | 39 | EC | 56 | 4C | 0 | 7 | E9 | 54 | 35 |
| Octal | 40 | 71 | 354 | 126 | 114 | 0 | 7 | 351 | 124 | 65 |
| Binary | 100000 | 111001 | 11101100 | 1010110 | 1001100 | 0 | 111 | 11101001 | 1010100 | 110101 |
Color Harmonies of #2039EC
Complementary color
Monochromatic Colors of #2039EC
Black with #2039EC
Text Example
Text Example
White with #2039EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2039EC; }
p { color: rgb(32,57,236); }
H1.HeaderClassName
{
color: #2039EC;
}
.AnyTagClassName
{
color: #2039EC;
}
</style>
background-color css
<style>
a { background-color: #2039EC; }
a { background-color: rgb(32,57,236); }
div.DivClassName
{
background-color: #2039EC;
}
.BgClassName
{
background-color: #2039EC;
}
</style>
border-color css
<style>
span { border-color: #2039EC; }
span { border-color: rgb(32,57,236); }
td.TdClassName
{
border-color: #2039EC;
}
.TagClassName
{
border-color: #2039EC;
}
</style>