Shades of Dark Slate Blue #373595
Tints of Dark Slate Blue #373595
RGB
CMYK
RGB Variations
Color information
#373595 (or 0x373595) is known color: Dark Slate Blue. HEX triplet: 37, 35 and 95. RGB value is (55,53,149). Sum of RGB (Red+Green+Blue) = 55+53+149=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #373595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373595 is #C8CA6A. Grayscale: #404040. Windows color (decimal): -13159019 or 9778487. OLE color: 9778487.
HSL color Cylindrical-coordinate representation of color #373595: hue angle of 241.25º degrees, saturation: 0.48, 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 #373595 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 53 | 149 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.42 |
| HSL | 241.25º | 0.48% | 0.4% | - |
| HSV(B) | 241.25º | 0.64% | 0.58% | - |
| XYZ | 8.27 | 5.53 | 29.06 | - |
| YUV | 64.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 149 | 0.63 | 0.64 | 0 | 0.42 | 241.25 | 0.48 | 0.4 |
| Hex | 37 | 35 | 95 | 3F | 40 | 0 | 2A | F1 | 30 | 28 |
| Octal | 67 | 65 | 225 | 77 | 100 | 0 | 52 | 361 | 60 | 50 |
| Binary | 110111 | 110101 | 10010101 | 111111 | 1000000 | 0 | 101010 | 11110001 | 110000 | 101000 |
Color Harmonies of #373595
Complementary color
Monochromatic Colors of #373595
Black with #373595
Text Example
Text Example
White with #373595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373595; }
p { color: rgb(55,53,149); }
H1.HeaderClassName
{
color: #373595;
}
.AnyTagClassName
{
color: #373595;
}
</style>
background-color css
<style>
a { background-color: #373595; }
a { background-color: rgb(55,53,149); }
div.DivClassName
{
background-color: #373595;
}
.BgClassName
{
background-color: #373595;
}
</style>
border-color css
<style>
span { border-color: #373595; }
span { border-color: rgb(55,53,149); }
td.TdClassName
{
border-color: #373595;
}
.TagClassName
{
border-color: #373595;
}
</style>