Shades of Persian Blue #2937CC
Tints of Persian Blue #2937CC
RGB
CMYK
RGB Variations
Color information
#2937CC (or 0x2937CC) is known color: Persian Blue. HEX triplet: 29, 37 and CC. RGB value is (41,55,204). Sum of RGB (Red+Green+Blue) = 41+55+204=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #2937CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937CC is #D6C833. Grayscale: #434343. Windows color (decimal): -14075956 or 13383465. OLE color: 13383465.
HSL color Cylindrical-coordinate representation of color #2937CC: hue angle of 234.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2937CC is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 55 | 204 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.2 |
| HSL | 234.85º | 0.67% | 0.48% | - |
| HSV(B) | 234.85º | 0.8% | 0.8% | - |
| XYZ | 13.18 | 7.56 | 57.89 | - |
| YUV | 67.8 | 204.86 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 204 | 0.80 | 0.73 | 0 | 0.2 | 234.85 | 0.67 | 0.48 |
| Hex | 29 | 37 | CC | 50 | 49 | 0 | 14 | EB | 43 | 30 |
| Octal | 51 | 67 | 314 | 120 | 111 | 0 | 24 | 353 | 103 | 60 |
| Binary | 101001 | 110111 | 11001100 | 1010000 | 1001001 | 0 | 10100 | 11101011 | 1000011 | 110000 |
Color Harmonies of #2937CC
Complementary color
Monochromatic Colors of #2937CC
Black with #2937CC
Text Example
Text Example
White with #2937CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2937CC; }
p { color: rgb(41,55,204); }
H1.HeaderClassName
{
color: #2937CC;
}
.AnyTagClassName
{
color: #2937CC;
}
</style>
background-color css
<style>
a { background-color: #2937CC; }
a { background-color: rgb(41,55,204); }
div.DivClassName
{
background-color: #2937CC;
}
.BgClassName
{
background-color: #2937CC;
}
</style>
border-color css
<style>
span { border-color: #2937CC; }
span { border-color: rgb(41,55,204); }
td.TdClassName
{
border-color: #2937CC;
}
.TagClassName
{
border-color: #2937CC;
}
</style>