Shades of Persian Blue #2037EF
Tints of Persian Blue #2037EF
RGB
CMYK
RGB Variations
Color information
#2037EF (or 0x2037EF) is known color: Persian Blue. HEX triplet: 20, 37 and EF. RGB value is (32,55,239). Sum of RGB (Red+Green+Blue) = 32+55+239=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #2037EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2037EF is #DFC810. Grayscale: #444444. Windows color (decimal): -14665745 or 15677216. OLE color: 15677216.
HSL color Cylindrical-coordinate representation of color #2037EF: hue angle of 233.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2037EF is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 55 | 239 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.06 |
| HSL | 233.33º | 0.87% | 0.53% | - |
| HSV(B) | 233.33º | 0.87% | 0.94% | - |
| XYZ | 17.54 | 9.27 | 82.53 | - |
| YUV | 69.1 | 223.88 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 239 | 0.87 | 0.77 | 0 | 0.06 | 233.33 | 0.87 | 0.53 |
| Hex | 20 | 37 | EF | 57 | 4D | 0 | 6 | E9 | 57 | 35 |
| Octal | 40 | 67 | 357 | 127 | 115 | 0 | 6 | 351 | 127 | 65 |
| Binary | 100000 | 110111 | 11101111 | 1010111 | 1001101 | 0 | 110 | 11101001 | 1010111 | 110101 |
Color Harmonies of #2037EF
Complementary color
Monochromatic Colors of #2037EF
Black with #2037EF
Text Example
Text Example
White with #2037EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037EF; }
p { color: rgb(32,55,239); }
H1.HeaderClassName
{
color: #2037EF;
}
.AnyTagClassName
{
color: #2037EF;
}
</style>
background-color css
<style>
a { background-color: #2037EF; }
a { background-color: rgb(32,55,239); }
div.DivClassName
{
background-color: #2037EF;
}
.BgClassName
{
background-color: #2037EF;
}
</style>
border-color css
<style>
span { border-color: #2037EF; }
span { border-color: rgb(32,55,239); }
td.TdClassName
{
border-color: #2037EF;
}
.TagClassName
{
border-color: #2037EF;
}
</style>