Shades of Persian Blue #2037E0
Tints of Persian Blue #2037E0
RGB
CMYK
RGB Variations
Color information
#2037E0 (or 0x2037E0) is known color: Persian Blue. HEX triplet: 20, 37 and E0. RGB value is (32,55,224). Sum of RGB (Red+Green+Blue) = 32+55+224=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #2037E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2037E0 is #DFC81F. Grayscale: #424242. Windows color (decimal): -14665760 or 14694176. OLE color: 14694176.
HSL color Cylindrical-coordinate representation of color #2037E0: hue angle of 232.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2037E0 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 55 | 224 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.12 |
| HSL | 232.81º | 0.76% | 0.5% | - |
| HSV(B) | 232.81º | 0.86% | 0.88% | - |
| XYZ | 15.42 | 8.42 | 71.33 | - |
| YUV | 67.39 | 216.38 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 224 | 0.86 | 0.75 | 0 | 0.12 | 232.81 | 0.76 | 0.5 |
| Hex | 20 | 37 | E0 | 56 | 4B | 0 | C | E9 | 4C | 32 |
| Octal | 40 | 67 | 340 | 126 | 113 | 0 | 14 | 351 | 114 | 62 |
| Binary | 100000 | 110111 | 11100000 | 1010110 | 1001011 | 0 | 1100 | 11101001 | 1001100 | 110010 |
Color Harmonies of #2037E0
Complementary color
Monochromatic Colors of #2037E0
Black with #2037E0
Text Example
Text Example
White with #2037E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037E0; }
p { color: rgb(32,55,224); }
H1.HeaderClassName
{
color: #2037E0;
}
.AnyTagClassName
{
color: #2037E0;
}
</style>
background-color css
<style>
a { background-color: #2037E0; }
a { background-color: rgb(32,55,224); }
div.DivClassName
{
background-color: #2037E0;
}
.BgClassName
{
background-color: #2037E0;
}
</style>
border-color css
<style>
span { border-color: #2037E0; }
span { border-color: rgb(32,55,224); }
td.TdClassName
{
border-color: #2037E0;
}
.TagClassName
{
border-color: #2037E0;
}
</style>