Shades of Persian Blue #2937D9
Tints of Persian Blue #2937D9
RGB
CMYK
RGB Variations
Color information
#2937D9 (or 0x2937D9) is known color: Persian Blue. HEX triplet: 29, 37 and D9. RGB value is (41,55,217). Sum of RGB (Red+Green+Blue) = 41+55+217=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 217 (85.16% from 255 or 69.33% from 313); Max value from RGB is 217 - color contains mainly: blue. Hex color #2937D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937D9 is #D6C826. Grayscale: #444444. Windows color (decimal): -14075943 or 14235433. OLE color: 14235433.
HSL color Cylindrical-coordinate representation of color #2937D9: hue angle of 235.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2937D9 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 55 | 217 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.15 |
| HSL | 235.23º | 0.7% | 0.51% | - |
| HSV(B) | 235.23º | 0.81% | 0.85% | - |
| XYZ | 14.81 | 8.21 | 66.45 | - |
| YUV | 69.28 | 211.36 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 217 | 0.81 | 0.75 | 0 | 0.15 | 235.23 | 0.7 | 0.51 |
| Hex | 29 | 37 | D9 | 51 | 4B | 0 | F | EB | 46 | 33 |
| Octal | 51 | 67 | 331 | 121 | 113 | 0 | 17 | 353 | 106 | 63 |
| Binary | 101001 | 110111 | 11011001 | 1010001 | 1001011 | 0 | 1111 | 11101011 | 1000110 | 110011 |
Color Harmonies of #2937D9
Complementary color
Monochromatic Colors of #2937D9
Black with #2937D9
Text Example
Text Example
White with #2937D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2937D9; }
p { color: rgb(41,55,217); }
H1.HeaderClassName
{
color: #2937D9;
}
.AnyTagClassName
{
color: #2937D9;
}
</style>
background-color css
<style>
a { background-color: #2937D9; }
a { background-color: rgb(41,55,217); }
div.DivClassName
{
background-color: #2937D9;
}
.BgClassName
{
background-color: #2937D9;
}
</style>
border-color css
<style>
span { border-color: #2937D9; }
span { border-color: rgb(41,55,217); }
td.TdClassName
{
border-color: #2937D9;
}
.TagClassName
{
border-color: #2937D9;
}
</style>