Shades of Persian Blue #2937DA
Tints of Persian Blue #2937DA
RGB
CMYK
RGB Variations
Color information
#2937DA (or 0x2937DA) is known color: Persian Blue. HEX triplet: 29, 37 and DA. RGB value is (41,55,218). Sum of RGB (Red+Green+Blue) = 41+55+218=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #2937DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937DA is #D6C825. Grayscale: #444444. Windows color (decimal): -14075942 or 14300969. OLE color: 14300969.
HSL color Cylindrical-coordinate representation of color #2937DA: hue angle of 235.25º degrees, saturation: 0.71, 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 #2937DA is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 55 | 218 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.15 |
| HSL | 235.25º | 0.71% | 0.51% | - |
| HSV(B) | 235.25º | 0.81% | 0.85% | - |
| XYZ | 14.94 | 8.27 | 67.14 | - |
| YUV | 69.4 | 211.86 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 218 | 0.81 | 0.75 | 0 | 0.15 | 235.25 | 0.71 | 0.51 |
| Hex | 29 | 37 | DA | 51 | 4B | 0 | F | EB | 47 | 33 |
| Octal | 51 | 67 | 332 | 121 | 113 | 0 | 17 | 353 | 107 | 63 |
| Binary | 101001 | 110111 | 11011010 | 1010001 | 1001011 | 0 | 1111 | 11101011 | 1000111 | 110011 |
Color Harmonies of #2937DA
Complementary color
Monochromatic Colors of #2937DA
Black with #2937DA
Text Example
Text Example
White with #2937DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2937DA; }
p { color: rgb(41,55,218); }
H1.HeaderClassName
{
color: #2937DA;
}
.AnyTagClassName
{
color: #2937DA;
}
</style>
background-color css
<style>
a { background-color: #2937DA; }
a { background-color: rgb(41,55,218); }
div.DivClassName
{
background-color: #2937DA;
}
.BgClassName
{
background-color: #2937DA;
}
</style>
border-color css
<style>
span { border-color: #2937DA; }
span { border-color: rgb(41,55,218); }
td.TdClassName
{
border-color: #2937DA;
}
.TagClassName
{
border-color: #2937DA;
}
</style>