Shades of Persian Blue #372DB8
Tints of Persian Blue #372DB8
RGB
CMYK
RGB Variations
Color information
#372DB8 (or 0x372DB8) is known color: Persian Blue. HEX triplet: 37, 2D and B8. RGB value is (55,45,184). Sum of RGB (Red+Green+Blue) = 55+45+184=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 184 (72.27% from 255 or 64.79% from 284); Max value from RGB is 184 - color contains mainly: blue. Hex color #372DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DB8 is #C8D247. Grayscale: #3F3F3F. Windows color (decimal): -13161032 or 12070199. OLE color: 12070199.
HSL color Cylindrical-coordinate representation of color #372DB8: hue angle of 244.32º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372DB8 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 45 | 184 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.28 |
| HSL | 244.32º | 0.61% | 0.45% | - |
| HSV(B) | 244.32º | 0.76% | 0.72% | - |
| XYZ | 11.17 | 6.15 | 45.95 | - |
| YUV | 63.84 | 195.81 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 184 | 0.70 | 0.76 | 0 | 0.28 | 244.32 | 0.61 | 0.45 |
| Hex | 37 | 2D | B8 | 46 | 4C | 0 | 1C | F4 | 3D | 2D |
| Octal | 67 | 55 | 270 | 106 | 114 | 0 | 34 | 364 | 75 | 55 |
| Binary | 110111 | 101101 | 10111000 | 1000110 | 1001100 | 0 | 11100 | 11110100 | 111101 | 101101 |
Color Harmonies of #372DB8
Complementary color
Monochromatic Colors of #372DB8
Black with #372DB8
Text Example
Text Example
White with #372DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DB8; }
p { color: rgb(55,45,184); }
H1.HeaderClassName
{
color: #372DB8;
}
.AnyTagClassName
{
color: #372DB8;
}
</style>
background-color css
<style>
a { background-color: #372DB8; }
a { background-color: rgb(55,45,184); }
div.DivClassName
{
background-color: #372DB8;
}
.BgClassName
{
background-color: #372DB8;
}
</style>
border-color css
<style>
span { border-color: #372DB8; }
span { border-color: rgb(55,45,184); }
td.TdClassName
{
border-color: #372DB8;
}
.TagClassName
{
border-color: #372DB8;
}
</style>