Shades of Persian Blue #2036DE
Tints of Persian Blue #2036DE
RGB
CMYK
RGB Variations
Color information
#2036DE (or 0x2036DE) is known color: Persian Blue. HEX triplet: 20, 36 and DE. RGB value is (32,54,222). Sum of RGB (Red+Green+Blue) = 32+54+222=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #2036DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2036DE is #DFC921. Grayscale: #414141. Windows color (decimal): -14666018 or 14562848. OLE color: 14562848.
HSL color Cylindrical-coordinate representation of color #2036DE: hue angle of 233.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2036DE is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 54 | 222 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.13 |
| HSL | 233.05º | 0.75% | 0.5% | - |
| HSV(B) | 233.05º | 0.86% | 0.87% | - |
| XYZ | 15.1 | 8.22 | 69.9 | - |
| YUV | 66.57 | 215.71 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 222 | 0.86 | 0.76 | 0 | 0.13 | 233.05 | 0.75 | 0.5 |
| Hex | 20 | 36 | DE | 56 | 4C | 0 | D | E9 | 4B | 32 |
| Octal | 40 | 66 | 336 | 126 | 114 | 0 | 15 | 351 | 113 | 62 |
| Binary | 100000 | 110110 | 11011110 | 1010110 | 1001100 | 0 | 1101 | 11101001 | 1001011 | 110010 |
Color Harmonies of #2036DE
Complementary color
Monochromatic Colors of #2036DE
Black with #2036DE
Text Example
Text Example
White with #2036DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2036DE; }
p { color: rgb(32,54,222); }
H1.HeaderClassName
{
color: #2036DE;
}
.AnyTagClassName
{
color: #2036DE;
}
</style>
background-color css
<style>
a { background-color: #2036DE; }
a { background-color: rgb(32,54,222); }
div.DivClassName
{
background-color: #2036DE;
}
.BgClassName
{
background-color: #2036DE;
}
</style>
border-color css
<style>
span { border-color: #2036DE; }
span { border-color: rgb(32,54,222); }
td.TdClassName
{
border-color: #2036DE;
}
.TagClassName
{
border-color: #2036DE;
}
</style>