Shades of Persian Blue #2037DB
Tints of Persian Blue #2037DB
RGB
CMYK
RGB Variations
Color information
#2037DB (or 0x2037DB) is known color: Persian Blue. HEX triplet: 20, 37 and DB. RGB value is (32,55,219). Sum of RGB (Red+Green+Blue) = 32+55+219=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #2037DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2037DB is #DFC824. Grayscale: #424242. Windows color (decimal): -14665765 or 14366496. OLE color: 14366496.
HSL color Cylindrical-coordinate representation of color #2037DB: hue angle of 232.62º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2037DB is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 55 | 219 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.14 |
| HSL | 232.62º | 0.75% | 0.49% | - |
| HSV(B) | 232.62º | 0.85% | 0.86% | - |
| XYZ | 14.75 | 8.15 | 67.81 | - |
| YUV | 66.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 219 | 0.85 | 0.75 | 0 | 0.14 | 232.62 | 0.75 | 0.49 |
| Hex | 20 | 37 | DB | 55 | 4B | 0 | E | E9 | 4B | 31 |
| Octal | 40 | 67 | 333 | 125 | 113 | 0 | 16 | 351 | 113 | 61 |
| Binary | 100000 | 110111 | 11011011 | 1010101 | 1001011 | 0 | 1110 | 11101001 | 1001011 | 110001 |
Color Harmonies of #2037DB
Complementary color
Monochromatic Colors of #2037DB
Black with #2037DB
Text Example
Text Example
White with #2037DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037DB; }
p { color: rgb(32,55,219); }
H1.HeaderClassName
{
color: #2037DB;
}
.AnyTagClassName
{
color: #2037DB;
}
</style>
background-color css
<style>
a { background-color: #2037DB; }
a { background-color: rgb(32,55,219); }
div.DivClassName
{
background-color: #2037DB;
}
.BgClassName
{
background-color: #2037DB;
}
</style>
border-color css
<style>
span { border-color: #2037DB; }
span { border-color: rgb(32,55,219); }
td.TdClassName
{
border-color: #2037DB;
}
.TagClassName
{
border-color: #2037DB;
}
</style>