Shades of Persian Blue #2036EC
Tints of Persian Blue #2036EC
RGB
CMYK
RGB Variations
Color information
#2036EC (or 0x2036EC) is known color: Persian Blue. HEX triplet: 20, 36 and EC. RGB value is (32,54,236). Sum of RGB (Red+Green+Blue) = 32+54+236=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #2036EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2036EC is #DFC913. Grayscale: #434343. Windows color (decimal): -14666004 or 15480352. OLE color: 15480352.
HSL color Cylindrical-coordinate representation of color #2036EC: hue angle of 233.53º 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 #2036EC is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 54 | 236 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.07 |
| HSL | 233.53º | 0.84% | 0.53% | - |
| HSV(B) | 233.53º | 0.86% | 0.93% | - |
| XYZ | 17.06 | 9 | 80.2 | - |
| YUV | 68.17 | 222.71 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 236 | 0.86 | 0.77 | 0 | 0.07 | 233.53 | 0.84 | 0.53 |
| Hex | 20 | 36 | EC | 56 | 4D | 0 | 7 | EA | 54 | 35 |
| Octal | 40 | 66 | 354 | 126 | 115 | 0 | 7 | 352 | 124 | 65 |
| Binary | 100000 | 110110 | 11101100 | 1010110 | 1001101 | 0 | 111 | 11101010 | 1010100 | 110101 |
Color Harmonies of #2036EC
Complementary color
Monochromatic Colors of #2036EC
Black with #2036EC
Text Example
Text Example
White with #2036EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2036EC; }
p { color: rgb(32,54,236); }
H1.HeaderClassName
{
color: #2036EC;
}
.AnyTagClassName
{
color: #2036EC;
}
</style>
background-color css
<style>
a { background-color: #2036EC; }
a { background-color: rgb(32,54,236); }
div.DivClassName
{
background-color: #2036EC;
}
.BgClassName
{
background-color: #2036EC;
}
</style>
border-color css
<style>
span { border-color: #2036EC; }
span { border-color: rgb(32,54,236); }
td.TdClassName
{
border-color: #2036EC;
}
.TagClassName
{
border-color: #2036EC;
}
</style>