Shades of Dark Slate Blue #373F9F
Tints of Dark Slate Blue #373F9F
RGB
CMYK
RGB Variations
Color information
#373F9F (or 0x373F9F) is known color: Dark Slate Blue. HEX triplet: 37, 3F and 9F. RGB value is (55,63,159). Sum of RGB (Red+Green+Blue) = 55+63+159=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #373F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F9F is #C8C060. Grayscale: #474747. Windows color (decimal): -13156449 or 10436407. OLE color: 10436407.
HSL color Cylindrical-coordinate representation of color #373F9F: hue angle of 235.38º degrees, saturation: 0.49, 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 #373F9F is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 63 | 159 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.38 |
| HSL | 235.38º | 0.49% | 0.42% | - |
| HSV(B) | 235.38º | 0.65% | 0.62% | - |
| XYZ | 9.61 | 6.87 | 33.62 | - |
| YUV | 71.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 159 | 0.65 | 0.60 | 0 | 0.38 | 235.38 | 0.49 | 0.42 |
| Hex | 37 | 3F | 9F | 41 | 3C | 0 | 26 | EB | 31 | 2A |
| Octal | 67 | 77 | 237 | 101 | 74 | 0 | 46 | 353 | 61 | 52 |
| Binary | 110111 | 111111 | 10011111 | 1000001 | 111100 | 0 | 100110 | 11101011 | 110001 | 101010 |
Color Harmonies of #373F9F
Complementary color
Monochromatic Colors of #373F9F
Black with #373F9F
Text Example
Text Example
White with #373F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F9F; }
p { color: rgb(55,63,159); }
H1.HeaderClassName
{
color: #373F9F;
}
.AnyTagClassName
{
color: #373F9F;
}
</style>
background-color css
<style>
a { background-color: #373F9F; }
a { background-color: rgb(55,63,159); }
div.DivClassName
{
background-color: #373F9F;
}
.BgClassName
{
background-color: #373F9F;
}
</style>
border-color css
<style>
span { border-color: #373F9F; }
span { border-color: rgb(55,63,159); }
td.TdClassName
{
border-color: #373F9F;
}
.TagClassName
{
border-color: #373F9F;
}
</style>