Shades of Persian Blue #2937BB
Tints of Persian Blue #2937BB
RGB
CMYK
RGB Variations
Color information
#2937BB (or 0x2937BB) is known color: Persian Blue. HEX triplet: 29, 37 and BB. RGB value is (41,55,187). Sum of RGB (Red+Green+Blue) = 41+55+187=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #2937BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937BB is #D6C844. Grayscale: #414141. Windows color (decimal): -14075973 or 12269353. OLE color: 12269353.
HSL color Cylindrical-coordinate representation of color #2937BB: hue angle of 234.25º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2937BB is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 55 | 187 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.27 |
| HSL | 234.25º | 0.64% | 0.45% | - |
| HSV(B) | 234.25º | 0.78% | 0.73% | - |
| XYZ | 11.25 | 6.79 | 47.73 | - |
| YUV | 65.86 | 196.36 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 187 | 0.78 | 0.71 | 0 | 0.27 | 234.25 | 0.64 | 0.45 |
| Hex | 29 | 37 | BB | 4E | 47 | 0 | 1B | EA | 40 | 2D |
| Octal | 51 | 67 | 273 | 116 | 107 | 0 | 33 | 352 | 100 | 55 |
| Binary | 101001 | 110111 | 10111011 | 1001110 | 1000111 | 0 | 11011 | 11101010 | 1000000 | 101101 |
Color Harmonies of #2937BB
Complementary color
Monochromatic Colors of #2937BB
Black with #2937BB
Text Example
Text Example
White with #2937BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2937BB; }
p { color: rgb(41,55,187); }
H1.HeaderClassName
{
color: #2937BB;
}
.AnyTagClassName
{
color: #2937BB;
}
</style>
background-color css
<style>
a { background-color: #2937BB; }
a { background-color: rgb(41,55,187); }
div.DivClassName
{
background-color: #2937BB;
}
.BgClassName
{
background-color: #2937BB;
}
</style>
border-color css
<style>
span { border-color: #2937BB; }
span { border-color: rgb(41,55,187); }
td.TdClassName
{
border-color: #2937BB;
}
.TagClassName
{
border-color: #2937BB;
}
</style>