Shades of Dark Slate Blue #373D9E
Tints of Dark Slate Blue #373D9E
RGB
CMYK
RGB Variations
Color information
#373D9E (or 0x373D9E) is known color: Dark Slate Blue. HEX triplet: 37, 3D and 9E. RGB value is (55,61,158). Sum of RGB (Red+Green+Blue) = 55+61+158=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #373D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373D9E is #C8C261. Grayscale: #454545. Windows color (decimal): -13156962 or 10370359. OLE color: 10370359.
HSL color Cylindrical-coordinate representation of color #373D9E: hue angle of 236.5º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373D9E is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 61 | 158 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.38 |
| HSL | 236.5º | 0.48% | 0.42% | - |
| HSV(B) | 236.5º | 0.65% | 0.62% | - |
| XYZ | 9.42 | 6.62 | 33.13 | - |
| YUV | 70.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 158 | 0.65 | 0.61 | 0 | 0.38 | 236.5 | 0.48 | 0.42 |
| Hex | 37 | 3D | 9E | 41 | 3D | 0 | 26 | ED | 30 | 2A |
| Octal | 67 | 75 | 236 | 101 | 75 | 0 | 46 | 355 | 60 | 52 |
| Binary | 110111 | 111101 | 10011110 | 1000001 | 111101 | 0 | 100110 | 11101101 | 110000 | 101010 |
Color Harmonies of #373D9E
Complementary color
Monochromatic Colors of #373D9E
Black with #373D9E
Text Example
Text Example
White with #373D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D9E; }
p { color: rgb(55,61,158); }
H1.HeaderClassName
{
color: #373D9E;
}
.AnyTagClassName
{
color: #373D9E;
}
</style>
background-color css
<style>
a { background-color: #373D9E; }
a { background-color: rgb(55,61,158); }
div.DivClassName
{
background-color: #373D9E;
}
.BgClassName
{
background-color: #373D9E;
}
</style>
border-color css
<style>
span { border-color: #373D9E; }
span { border-color: rgb(55,61,158); }
td.TdClassName
{
border-color: #373D9E;
}
.TagClassName
{
border-color: #373D9E;
}
</style>