Shades of Persian Blue #372CBC
Tints of Persian Blue #372CBC
RGB
CMYK
RGB Variations
Color information
#372CBC (or 0x372CBC) is known color: Persian Blue. HEX triplet: 37, 2C and BC. RGB value is (55,44,188). Sum of RGB (Red+Green+Blue) = 55+44+188=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #372CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CBC is #C8D343. Grayscale: #3F3F3F. Windows color (decimal): -13161284 or 12332087. OLE color: 12332087.
HSL color Cylindrical-coordinate representation of color #372CBC: hue angle of 244.58º degrees, saturation: 0.62, 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 #372CBC is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 44 | 188 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.26 |
| HSL | 244.58º | 0.62% | 0.45% | - |
| HSV(B) | 244.58º | 0.77% | 0.74% | - |
| XYZ | 11.55 | 6.24 | 48.17 | - |
| YUV | 63.71 | 198.14 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 188 | 0.71 | 0.77 | 0 | 0.26 | 244.58 | 0.62 | 0.45 |
| Hex | 37 | 2C | BC | 47 | 4D | 0 | 1A | F5 | 3E | 2D |
| Octal | 67 | 54 | 274 | 107 | 115 | 0 | 32 | 365 | 76 | 55 |
| Binary | 110111 | 101100 | 10111100 | 1000111 | 1001101 | 0 | 11010 | 11110101 | 111110 | 101101 |
Color Harmonies of #372CBC
Complementary color
Monochromatic Colors of #372CBC
Black with #372CBC
Text Example
Text Example
White with #372CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372CBC; }
p { color: rgb(55,44,188); }
H1.HeaderClassName
{
color: #372CBC;
}
.AnyTagClassName
{
color: #372CBC;
}
</style>
background-color css
<style>
a { background-color: #372CBC; }
a { background-color: rgb(55,44,188); }
div.DivClassName
{
background-color: #372CBC;
}
.BgClassName
{
background-color: #372CBC;
}
</style>
border-color css
<style>
span { border-color: #372CBC; }
span { border-color: rgb(55,44,188); }
td.TdClassName
{
border-color: #372CBC;
}
.TagClassName
{
border-color: #372CBC;
}
</style>