Shades of Persian Blue #2037EC
Tints of Persian Blue #2037EC
RGB
CMYK
RGB Variations
Color information
#2037EC (or 0x2037EC) is known color: Persian Blue. HEX triplet: 20, 37 and EC. RGB value is (32,55,236). Sum of RGB (Red+Green+Blue) = 32+55+236=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #2037EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2037EC is #DFC813. Grayscale: #444444. Windows color (decimal): -14665748 or 15480608. OLE color: 15480608.
HSL color Cylindrical-coordinate representation of color #2037EC: hue angle of 233.24º 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 #2037EC is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 55 | 236 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.07 |
| HSL | 233.24º | 0.84% | 0.53% | - |
| HSV(B) | 233.24º | 0.86% | 0.93% | - |
| XYZ | 17.1 | 9.1 | 80.21 | - |
| YUV | 68.76 | 222.38 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 236 | 0.86 | 0.77 | 0 | 0.07 | 233.24 | 0.84 | 0.53 |
| Hex | 20 | 37 | EC | 56 | 4D | 0 | 7 | E9 | 54 | 35 |
| Octal | 40 | 67 | 354 | 126 | 115 | 0 | 7 | 351 | 124 | 65 |
| Binary | 100000 | 110111 | 11101100 | 1010110 | 1001101 | 0 | 111 | 11101001 | 1010100 | 110101 |
Color Harmonies of #2037EC
Complementary color
Monochromatic Colors of #2037EC
Black with #2037EC
Text Example
Text Example
White with #2037EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037EC; }
p { color: rgb(32,55,236); }
H1.HeaderClassName
{
color: #2037EC;
}
.AnyTagClassName
{
color: #2037EC;
}
</style>
background-color css
<style>
a { background-color: #2037EC; }
a { background-color: rgb(32,55,236); }
div.DivClassName
{
background-color: #2037EC;
}
.BgClassName
{
background-color: #2037EC;
}
</style>
border-color css
<style>
span { border-color: #2037EC; }
span { border-color: rgb(32,55,236); }
td.TdClassName
{
border-color: #2037EC;
}
.TagClassName
{
border-color: #2037EC;
}
</style>