Shades of Dark Slate Blue #372896
Tints of Dark Slate Blue #372896
RGB
CMYK
RGB Variations
Color information
#372896 (or 0x372896) is known color: Dark Slate Blue. HEX triplet: 37, 28 and 96. RGB value is (55,40,150). Sum of RGB (Red+Green+Blue) = 55+40+150=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #372896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372896 is #C8D769. Grayscale: #383838. Windows color (decimal): -13162346 or 9840695. OLE color: 9840695.
HSL color Cylindrical-coordinate representation of color #372896: hue angle of 248.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372896 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 40 | 150 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.41 |
| HSL | 248.18º | 0.58% | 0.37% | - |
| HSV(B) | 248.18º | 0.73% | 0.59% | - |
| XYZ | 7.84 | 4.53 | 29.32 | - |
| YUV | 57.03 | 180.47 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 150 | 0.63 | 0.73 | 0 | 0.41 | 248.18 | 0.58 | 0.37 |
| Hex | 37 | 28 | 96 | 3F | 49 | 0 | 29 | F8 | 3A | 25 |
| Octal | 67 | 50 | 226 | 77 | 111 | 0 | 51 | 370 | 72 | 45 |
| Binary | 110111 | 101000 | 10010110 | 111111 | 1001001 | 0 | 101001 | 11111000 | 111010 | 100101 |
Color Harmonies of #372896
Complementary color
Monochromatic Colors of #372896
Black with #372896
Text Example
Text Example
White with #372896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372896; }
p { color: rgb(55,40,150); }
H1.HeaderClassName
{
color: #372896;
}
.AnyTagClassName
{
color: #372896;
}
</style>
background-color css
<style>
a { background-color: #372896; }
a { background-color: rgb(55,40,150); }
div.DivClassName
{
background-color: #372896;
}
.BgClassName
{
background-color: #372896;
}
</style>
border-color css
<style>
span { border-color: #372896; }
span { border-color: rgb(55,40,150); }
td.TdClassName
{
border-color: #372896;
}
.TagClassName
{
border-color: #372896;
}
</style>