Shades of Dark Slate Blue #372897
Tints of Dark Slate Blue #372897
RGB
CMYK
RGB Variations
Color information
#372897 (or 0x372897) is known color: Dark Slate Blue. HEX triplet: 37, 28 and 97. RGB value is (55,40,151). Sum of RGB (Red+Green+Blue) = 55+40+151=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #372897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372897 is #C8D768. Grayscale: #383838. Windows color (decimal): -13162345 or 9906231. OLE color: 9906231.
HSL color Cylindrical-coordinate representation of color #372897: hue angle of 248.11º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #372897 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 40 | 151 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.41 |
| HSL | 248.11º | 0.58% | 0.37% | - |
| HSV(B) | 248.11º | 0.74% | 0.59% | - |
| XYZ | 7.92 | 4.56 | 29.74 | - |
| YUV | 57.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 151 | 0.64 | 0.74 | 0 | 0.41 | 248.11 | 0.58 | 0.37 |
| Hex | 37 | 28 | 97 | 40 | 4A | 0 | 29 | F8 | 3A | 25 |
| Octal | 67 | 50 | 227 | 100 | 112 | 0 | 51 | 370 | 72 | 45 |
| Binary | 110111 | 101000 | 10010111 | 1000000 | 1001010 | 0 | 101001 | 11111000 | 111010 | 100101 |
Color Harmonies of #372897
Complementary color
Monochromatic Colors of #372897
Black with #372897
Text Example
Text Example
White with #372897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372897; }
p { color: rgb(55,40,151); }
H1.HeaderClassName
{
color: #372897;
}
.AnyTagClassName
{
color: #372897;
}
</style>
background-color css
<style>
a { background-color: #372897; }
a { background-color: rgb(55,40,151); }
div.DivClassName
{
background-color: #372897;
}
.BgClassName
{
background-color: #372897;
}
</style>
border-color css
<style>
span { border-color: #372897; }
span { border-color: rgb(55,40,151); }
td.TdClassName
{
border-color: #372897;
}
.TagClassName
{
border-color: #372897;
}
</style>