Shades of Dark Slate Blue #373A96
Tints of Dark Slate Blue #373A96
RGB
CMYK
RGB Variations
Color information
#373A96 (or 0x373A96) is known color: Dark Slate Blue. HEX triplet: 37, 3A and 96. RGB value is (55,58,150). Sum of RGB (Red+Green+Blue) = 55+58+150=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #373A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A96 is #C8C569. Grayscale: #434343. Windows color (decimal): -13157738 or 9845303. OLE color: 9845303.
HSL color Cylindrical-coordinate representation of color #373A96: hue angle of 238.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373A96 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 58 | 150 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.41 |
| HSL | 238.11º | 0.46% | 0.4% | - |
| HSV(B) | 238.11º | 0.63% | 0.59% | - |
| XYZ | 8.59 | 6.04 | 29.57 | - |
| YUV | 67.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 150 | 0.63 | 0.61 | 0 | 0.41 | 238.11 | 0.46 | 0.4 |
| Hex | 37 | 3A | 96 | 3F | 3D | 0 | 29 | EE | 2E | 28 |
| Octal | 67 | 72 | 226 | 77 | 75 | 0 | 51 | 356 | 56 | 50 |
| Binary | 110111 | 111010 | 10010110 | 111111 | 111101 | 0 | 101001 | 11101110 | 101110 | 101000 |
Color Harmonies of #373A96
Complementary color
Monochromatic Colors of #373A96
Black with #373A96
Text Example
Text Example
White with #373A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A96; }
p { color: rgb(55,58,150); }
H1.HeaderClassName
{
color: #373A96;
}
.AnyTagClassName
{
color: #373A96;
}
</style>
background-color css
<style>
a { background-color: #373A96; }
a { background-color: rgb(55,58,150); }
div.DivClassName
{
background-color: #373A96;
}
.BgClassName
{
background-color: #373A96;
}
</style>
border-color css
<style>
span { border-color: #373A96; }
span { border-color: rgb(55,58,150); }
td.TdClassName
{
border-color: #373A96;
}
.TagClassName
{
border-color: #373A96;
}
</style>