Shades of Persian Blue #2039ED
Tints of Persian Blue #2039ED
RGB
CMYK
RGB Variations
Color information
#2039ED (or 0x2039ED) is known color: Persian Blue. HEX triplet: 20, 39 and ED. RGB value is (32,57,237). Sum of RGB (Red+Green+Blue) = 32+57+237=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 237 (92.97% from 255 or 72.70% from 326); Max value from RGB is 237 - color contains mainly: blue. Hex color #2039ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2039ED is #DFC612. Grayscale: #454545. Windows color (decimal): -14665235 or 15546656. OLE color: 15546656.
HSL color Cylindrical-coordinate representation of color #2039ED: hue angle of 232.68º degrees, saturation: 0.85, 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 #2039ED is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 57 | 237 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.07 |
| HSL | 232.68º | 0.85% | 0.53% | - |
| HSV(B) | 232.68º | 0.86% | 0.93% | - |
| XYZ | 17.34 | 9.35 | 81.01 | - |
| YUV | 70.05 | 222.22 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 237 | 0.86 | 0.76 | 0 | 0.07 | 232.68 | 0.85 | 0.53 |
| Hex | 20 | 39 | ED | 56 | 4C | 0 | 7 | E9 | 55 | 35 |
| Octal | 40 | 71 | 355 | 126 | 114 | 0 | 7 | 351 | 125 | 65 |
| Binary | 100000 | 111001 | 11101101 | 1010110 | 1001100 | 0 | 111 | 11101001 | 1010101 | 110101 |
Color Harmonies of #2039ED
Complementary color
Monochromatic Colors of #2039ED
Black with #2039ED
Text Example
Text Example
White with #2039ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2039ED; }
p { color: rgb(32,57,237); }
H1.HeaderClassName
{
color: #2039ED;
}
.AnyTagClassName
{
color: #2039ED;
}
</style>
background-color css
<style>
a { background-color: #2039ED; }
a { background-color: rgb(32,57,237); }
div.DivClassName
{
background-color: #2039ED;
}
.BgClassName
{
background-color: #2039ED;
}
</style>
border-color css
<style>
span { border-color: #2039ED; }
span { border-color: rgb(32,57,237); }
td.TdClassName
{
border-color: #2039ED;
}
.TagClassName
{
border-color: #2039ED;
}
</style>