Shades of Dark Slate Blue #373895
Tints of Dark Slate Blue #373895
RGB
CMYK
RGB Variations
Color information
#373895 (or 0x373895) is known color: Dark Slate Blue. HEX triplet: 37, 38 and 95. RGB value is (55,56,149). Sum of RGB (Red+Green+Blue) = 55+56+149=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #373895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373895 is #C8C76A. Grayscale: #414141. Windows color (decimal): -13158251 or 9779255. OLE color: 9779255.
HSL color Cylindrical-coordinate representation of color #373895: hue angle of 239.36º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373895 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 56 | 149 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.42 |
| HSL | 239.36º | 0.46% | 0.4% | - |
| HSV(B) | 239.36º | 0.63% | 0.58% | - |
| XYZ | 8.41 | 5.81 | 29.11 | - |
| YUV | 66.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 149 | 0.63 | 0.62 | 0 | 0.42 | 239.36 | 0.46 | 0.4 |
| Hex | 37 | 38 | 95 | 3F | 3E | 0 | 2A | EF | 2E | 28 |
| Octal | 67 | 70 | 225 | 77 | 76 | 0 | 52 | 357 | 56 | 50 |
| Binary | 110111 | 111000 | 10010101 | 111111 | 111110 | 0 | 101010 | 11101111 | 101110 | 101000 |
Color Harmonies of #373895
Complementary color
Monochromatic Colors of #373895
Black with #373895
Text Example
Text Example
White with #373895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373895; }
p { color: rgb(55,56,149); }
H1.HeaderClassName
{
color: #373895;
}
.AnyTagClassName
{
color: #373895;
}
</style>
background-color css
<style>
a { background-color: #373895; }
a { background-color: rgb(55,56,149); }
div.DivClassName
{
background-color: #373895;
}
.BgClassName
{
background-color: #373895;
}
</style>
border-color css
<style>
span { border-color: #373895; }
span { border-color: rgb(55,56,149); }
td.TdClassName
{
border-color: #373895;
}
.TagClassName
{
border-color: #373895;
}
</style>