Shades of Persian Blue #2937CB
Tints of Persian Blue #2937CB
RGB
CMYK
RGB Variations
Color information
#2937CB (or 0x2937CB) is known color: Persian Blue. HEX triplet: 29, 37 and CB. RGB value is (41,55,203). Sum of RGB (Red+Green+Blue) = 41+55+203=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #2937CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937CB is #D6C834. Grayscale: #434343. Windows color (decimal): -14075957 or 13317929. OLE color: 13317929.
HSL color Cylindrical-coordinate representation of color #2937CB: hue angle of 234.81º degrees, saturation: 0.66, 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 #2937CB is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 55 | 203 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.20 |
| HSL | 234.81º | 0.66% | 0.48% | - |
| HSV(B) | 234.81º | 0.8% | 0.8% | - |
| XYZ | 13.06 | 7.52 | 57.26 | - |
| YUV | 67.69 | 204.36 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 203 | 0.80 | 0.73 | 0 | 0.20 | 234.81 | 0.66 | 0.48 |
| Hex | 29 | 37 | CB | 50 | 49 | 0 | 14 | EB | 42 | 30 |
| Octal | 51 | 67 | 313 | 120 | 111 | 0 | 24 | 353 | 102 | 60 |
| Binary | 101001 | 110111 | 11001011 | 1010000 | 1001001 | 0 | 10100 | 11101011 | 1000010 | 110000 |
Color Harmonies of #2937CB
Complementary color
Monochromatic Colors of #2937CB
Black with #2937CB
Text Example
Text Example
White with #2937CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2937CB; }
p { color: rgb(41,55,203); }
H1.HeaderClassName
{
color: #2937CB;
}
.AnyTagClassName
{
color: #2937CB;
}
</style>
background-color css
<style>
a { background-color: #2937CB; }
a { background-color: rgb(41,55,203); }
div.DivClassName
{
background-color: #2937CB;
}
.BgClassName
{
background-color: #2937CB;
}
</style>
border-color css
<style>
span { border-color: #2937CB; }
span { border-color: rgb(41,55,203); }
td.TdClassName
{
border-color: #2937CB;
}
.TagClassName
{
border-color: #2937CB;
}
</style>