Shades of Dark Slate Blue #372D91
Tints of Dark Slate Blue #372D91
RGB
CMYK
RGB Variations
Color information
#372D91 (or 0x372D91) is known color: Dark Slate Blue. HEX triplet: 37, 2D and 91. RGB value is (55,45,145). Sum of RGB (Red+Green+Blue) = 55+45+145=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #372D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372D91 is #C8D26E. Grayscale: #3B3B3B. Windows color (decimal): -13161071 or 9514295. OLE color: 9514295.
HSL color Cylindrical-coordinate representation of color #372D91: hue angle of 246º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372D91 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 45 | 145 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.43 |
| HSL | 246º | 0.53% | 0.37% | - |
| HSV(B) | 246º | 0.69% | 0.57% | - |
| XYZ | 7.62 | 4.73 | 27.3 | - |
| YUV | 59.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 145 | 0.62 | 0.69 | 0 | 0.43 | 246 | 0.53 | 0.37 |
| Hex | 37 | 2D | 91 | 3E | 45 | 0 | 2B | F6 | 35 | 25 |
| Octal | 67 | 55 | 221 | 76 | 105 | 0 | 53 | 366 | 65 | 45 |
| Binary | 110111 | 101101 | 10010001 | 111110 | 1000101 | 0 | 101011 | 11110110 | 110101 | 100101 |
Color Harmonies of #372D91
Complementary color
Monochromatic Colors of #372D91
Black with #372D91
Text Example
Text Example
White with #372D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D91; }
p { color: rgb(55,45,145); }
H1.HeaderClassName
{
color: #372D91;
}
.AnyTagClassName
{
color: #372D91;
}
</style>
background-color css
<style>
a { background-color: #372D91; }
a { background-color: rgb(55,45,145); }
div.DivClassName
{
background-color: #372D91;
}
.BgClassName
{
background-color: #372D91;
}
</style>
border-color css
<style>
span { border-color: #372D91; }
span { border-color: rgb(55,45,145); }
td.TdClassName
{
border-color: #372D91;
}
.TagClassName
{
border-color: #372D91;
}
</style>