Shades of Persian Blue #2937DB
Tints of Persian Blue #2937DB
RGB
CMYK
RGB Variations
Color information
#2937DB (or 0x2937DB) is known color: Persian Blue. HEX triplet: 29, 37 and DB. RGB value is (41,55,219). Sum of RGB (Red+Green+Blue) = 41+55+219=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #2937DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937DB is #D6C824. Grayscale: #444444. Windows color (decimal): -14075941 or 14366505. OLE color: 14366505.
HSL color Cylindrical-coordinate representation of color #2937DB: hue angle of 235.28º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2937DB is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 55 | 219 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.14 |
| HSL | 235.28º | 0.71% | 0.51% | - |
| HSV(B) | 235.28º | 0.81% | 0.86% | - |
| XYZ | 15.07 | 8.32 | 67.83 | - |
| YUV | 69.51 | 212.36 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 219 | 0.81 | 0.75 | 0 | 0.14 | 235.28 | 0.71 | 0.51 |
| Hex | 29 | 37 | DB | 51 | 4B | 0 | E | EB | 47 | 33 |
| Octal | 51 | 67 | 333 | 121 | 113 | 0 | 16 | 353 | 107 | 63 |
| Binary | 101001 | 110111 | 11011011 | 1010001 | 1001011 | 0 | 1110 | 11101011 | 1000111 | 110011 |
Color Harmonies of #2937DB
Complementary color
Monochromatic Colors of #2937DB
Black with #2937DB
Text Example
Text Example
White with #2937DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2937DB; }
p { color: rgb(41,55,219); }
H1.HeaderClassName
{
color: #2937DB;
}
.AnyTagClassName
{
color: #2937DB;
}
</style>
background-color css
<style>
a { background-color: #2937DB; }
a { background-color: rgb(41,55,219); }
div.DivClassName
{
background-color: #2937DB;
}
.BgClassName
{
background-color: #2937DB;
}
</style>
border-color css
<style>
span { border-color: #2937DB; }
span { border-color: rgb(41,55,219); }
td.TdClassName
{
border-color: #2937DB;
}
.TagClassName
{
border-color: #2937DB;
}
</style>