Shades of Dark Slate Blue #373695
Tints of Dark Slate Blue #373695
RGB
CMYK
RGB Variations
Color information
#373695 (or 0x373695) is known color: Dark Slate Blue. HEX triplet: 37, 36 and 95. RGB value is (55,54,149). Sum of RGB (Red+Green+Blue) = 55+54+149=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #373695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373695 is #C8C96A. Grayscale: #404040. Windows color (decimal): -13158763 or 9778743. OLE color: 9778743.
HSL color Cylindrical-coordinate representation of color #373695: hue angle of 240.63º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373695 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 54 | 149 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.42 |
| HSL | 240.63º | 0.47% | 0.4% | - |
| HSV(B) | 240.63º | 0.64% | 0.58% | - |
| XYZ | 8.32 | 5.62 | 29.08 | - |
| YUV | 65.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 149 | 0.63 | 0.64 | 0 | 0.42 | 240.63 | 0.47 | 0.4 |
| Hex | 37 | 36 | 95 | 3F | 40 | 0 | 2A | F1 | 2F | 28 |
| Octal | 67 | 66 | 225 | 77 | 100 | 0 | 52 | 361 | 57 | 50 |
| Binary | 110111 | 110110 | 10010101 | 111111 | 1000000 | 0 | 101010 | 11110001 | 101111 | 101000 |
Color Harmonies of #373695
Complementary color
Monochromatic Colors of #373695
Black with #373695
Text Example
Text Example
White with #373695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373695; }
p { color: rgb(55,54,149); }
H1.HeaderClassName
{
color: #373695;
}
.AnyTagClassName
{
color: #373695;
}
</style>
background-color css
<style>
a { background-color: #373695; }
a { background-color: rgb(55,54,149); }
div.DivClassName
{
background-color: #373695;
}
.BgClassName
{
background-color: #373695;
}
</style>
border-color css
<style>
span { border-color: #373695; }
span { border-color: rgb(55,54,149); }
td.TdClassName
{
border-color: #373695;
}
.TagClassName
{
border-color: #373695;
}
</style>