Shades of Persian Blue #372BBC
Tints of Persian Blue #372BBC
RGB
CMYK
RGB Variations
Color information
#372BBC (or 0x372BBC) is known color: Persian Blue. HEX triplet: 37, 2B and BC. RGB value is (55,43,188). Sum of RGB (Red+Green+Blue) = 55+43+188=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #372BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BBC is #C8D443. Grayscale: #3E3E3E. Windows color (decimal): -13161540 or 12331831. OLE color: 12331831.
HSL color Cylindrical-coordinate representation of color #372BBC: hue angle of 244.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372BBC is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 43 | 188 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.26 |
| HSL | 244.97º | 0.63% | 0.45% | - |
| HSV(B) | 244.97º | 0.77% | 0.74% | - |
| XYZ | 11.52 | 6.17 | 48.16 | - |
| YUV | 63.12 | 198.48 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 188 | 0.71 | 0.77 | 0 | 0.26 | 244.97 | 0.63 | 0.45 |
| Hex | 37 | 2B | BC | 47 | 4D | 0 | 1A | F5 | 3F | 2D |
| Octal | 67 | 53 | 274 | 107 | 115 | 0 | 32 | 365 | 77 | 55 |
| Binary | 110111 | 101011 | 10111100 | 1000111 | 1001101 | 0 | 11010 | 11110101 | 111111 | 101101 |
Color Harmonies of #372BBC
Complementary color
Monochromatic Colors of #372BBC
Black with #372BBC
Text Example
Text Example
White with #372BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372BBC; }
p { color: rgb(55,43,188); }
H1.HeaderClassName
{
color: #372BBC;
}
.AnyTagClassName
{
color: #372BBC;
}
</style>
background-color css
<style>
a { background-color: #372BBC; }
a { background-color: rgb(55,43,188); }
div.DivClassName
{
background-color: #372BBC;
}
.BgClassName
{
background-color: #372BBC;
}
</style>
border-color css
<style>
span { border-color: #372BBC; }
span { border-color: rgb(55,43,188); }
td.TdClassName
{
border-color: #372BBC;
}
.TagClassName
{
border-color: #372BBC;
}
</style>