Shades of Dark Slate Blue #372F91
Tints of Dark Slate Blue #372F91
RGB
CMYK
RGB Variations
Color information
#372F91 (or 0x372F91) is known color: Dark Slate Blue. HEX triplet: 37, 2F and 91. RGB value is (55,47,145). Sum of RGB (Red+Green+Blue) = 55+47+145=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #372F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372F91 is #C8D06E. Grayscale: #3C3C3C. Windows color (decimal): -13160559 or 9514807. OLE color: 9514807.
HSL color Cylindrical-coordinate representation of color #372F91: hue angle of 244.9º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372F91 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 47 | 145 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.43 |
| HSL | 244.9º | 0.51% | 0.38% | - |
| HSV(B) | 244.9º | 0.68% | 0.57% | - |
| XYZ | 7.7 | 4.89 | 27.33 | - |
| YUV | 60.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 145 | 0.62 | 0.68 | 0 | 0.43 | 244.9 | 0.51 | 0.38 |
| Hex | 37 | 2F | 91 | 3E | 44 | 0 | 2B | F5 | 33 | 26 |
| Octal | 67 | 57 | 221 | 76 | 104 | 0 | 53 | 365 | 63 | 46 |
| Binary | 110111 | 101111 | 10010001 | 111110 | 1000100 | 0 | 101011 | 11110101 | 110011 | 100110 |
Color Harmonies of #372F91
Complementary color
Monochromatic Colors of #372F91
Black with #372F91
Text Example
Text Example
White with #372F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F91; }
p { color: rgb(55,47,145); }
H1.HeaderClassName
{
color: #372F91;
}
.AnyTagClassName
{
color: #372F91;
}
</style>
background-color css
<style>
a { background-color: #372F91; }
a { background-color: rgb(55,47,145); }
div.DivClassName
{
background-color: #372F91;
}
.BgClassName
{
background-color: #372F91;
}
</style>
border-color css
<style>
span { border-color: #372F91; }
span { border-color: rgb(55,47,145); }
td.TdClassName
{
border-color: #372F91;
}
.TagClassName
{
border-color: #372F91;
}
</style>