Shades of Persian Blue #2037C9
Tints of Persian Blue #2037C9
RGB
CMYK
RGB Variations
Color information
#2037C9 (or 0x2037C9) is known color: Persian Blue. HEX triplet: 20, 37 and C9. RGB value is (32,55,201). Sum of RGB (Red+Green+Blue) = 32+55+201=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 201 (78.91% from 255 or 69.79% from 288); Max value from RGB is 201 - color contains mainly: blue. Hex color #2037C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2037C9 is #DFC836. Grayscale: #404040. Windows color (decimal): -14665783 or 13186848. OLE color: 13186848.
HSL color Cylindrical-coordinate representation of color #2037C9: hue angle of 231.83º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2037C9 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 55 | 201 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.21 |
| HSL | 231.83º | 0.73% | 0.46% | - |
| HSV(B) | 231.83º | 0.84% | 0.79% | - |
| XYZ | 12.5 | 7.26 | 56 | - |
| YUV | 64.77 | 204.88 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 201 | 0.84 | 0.73 | 0 | 0.21 | 231.83 | 0.73 | 0.46 |
| Hex | 20 | 37 | C9 | 54 | 49 | 0 | 15 | E8 | 49 | 2E |
| Octal | 40 | 67 | 311 | 124 | 111 | 0 | 25 | 350 | 111 | 56 |
| Binary | 100000 | 110111 | 11001001 | 1010100 | 1001001 | 0 | 10101 | 11101000 | 1001001 | 101110 |
Color Harmonies of #2037C9
Complementary color
Monochromatic Colors of #2037C9
Black with #2037C9
Text Example
Text Example
White with #2037C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037C9; }
p { color: rgb(32,55,201); }
H1.HeaderClassName
{
color: #2037C9;
}
.AnyTagClassName
{
color: #2037C9;
}
</style>
background-color css
<style>
a { background-color: #2037C9; }
a { background-color: rgb(32,55,201); }
div.DivClassName
{
background-color: #2037C9;
}
.BgClassName
{
background-color: #2037C9;
}
</style>
border-color css
<style>
span { border-color: #2037C9; }
span { border-color: rgb(32,55,201); }
td.TdClassName
{
border-color: #2037C9;
}
.TagClassName
{
border-color: #2037C9;
}
</style>