Shades of Dark Slate Blue #372694
Tints of Dark Slate Blue #372694
RGB
CMYK
RGB Variations
Color information
#372694 (or 0x372694) is known color: Dark Slate Blue. HEX triplet: 37, 26 and 94. RGB value is (55,38,148). Sum of RGB (Red+Green+Blue) = 55+38+148=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #372694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372694 is #C8D96B. Grayscale: #373737. Windows color (decimal): -13162860 or 9709111. OLE color: 9709111.
HSL color Cylindrical-coordinate representation of color #372694: hue angle of 249.27º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #372694 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 38 | 148 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.42 |
| HSL | 249.27º | 0.59% | 0.36% | - |
| HSV(B) | 249.27º | 0.74% | 0.58% | - |
| XYZ | 7.61 | 4.34 | 28.45 | - |
| YUV | 55.62 | 180.13 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 148 | 0.63 | 0.74 | 0 | 0.42 | 249.27 | 0.59 | 0.36 |
| Hex | 37 | 26 | 94 | 3F | 4A | 0 | 2A | F9 | 3B | 24 |
| Octal | 67 | 46 | 224 | 77 | 112 | 0 | 52 | 371 | 73 | 44 |
| Binary | 110111 | 100110 | 10010100 | 111111 | 1001010 | 0 | 101010 | 11111001 | 111011 | 100100 |
Color Harmonies of #372694
Complementary color
Monochromatic Colors of #372694
Black with #372694
Text Example
Text Example
White with #372694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372694; }
p { color: rgb(55,38,148); }
H1.HeaderClassName
{
color: #372694;
}
.AnyTagClassName
{
color: #372694;
}
</style>
background-color css
<style>
a { background-color: #372694; }
a { background-color: rgb(55,38,148); }
div.DivClassName
{
background-color: #372694;
}
.BgClassName
{
background-color: #372694;
}
</style>
border-color css
<style>
span { border-color: #372694; }
span { border-color: rgb(55,38,148); }
td.TdClassName
{
border-color: #372694;
}
.TagClassName
{
border-color: #372694;
}
</style>