Shades of Dark Slate Blue #373998
Tints of Dark Slate Blue #373998
RGB
CMYK
RGB Variations
Color information
#373998 (or 0x373998) is known color: Dark Slate Blue. HEX triplet: 37, 39 and 98. RGB value is (55,57,152). Sum of RGB (Red+Green+Blue) = 55+57+152=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #373998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373998 is #C8C667. Grayscale: #424242. Windows color (decimal): -13157992 or 9976119. OLE color: 9976119.
HSL color Cylindrical-coordinate representation of color #373998: hue angle of 238.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373998 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 57 | 152 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.40 |
| HSL | 238.76º | 0.47% | 0.41% | - |
| HSV(B) | 238.76º | 0.64% | 0.6% | - |
| XYZ | 8.71 | 6.01 | 30.41 | - |
| YUV | 67.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 152 | 0.64 | 0.62 | 0 | 0.40 | 238.76 | 0.47 | 0.41 |
| Hex | 37 | 39 | 98 | 40 | 3E | 0 | 28 | EF | 2F | 29 |
| Octal | 67 | 71 | 230 | 100 | 76 | 0 | 50 | 357 | 57 | 51 |
| Binary | 110111 | 111001 | 10011000 | 1000000 | 111110 | 0 | 101000 | 11101111 | 101111 | 101001 |
Color Harmonies of #373998
Complementary color
Monochromatic Colors of #373998
Black with #373998
Text Example
Text Example
White with #373998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373998; }
p { color: rgb(55,57,152); }
H1.HeaderClassName
{
color: #373998;
}
.AnyTagClassName
{
color: #373998;
}
</style>
background-color css
<style>
a { background-color: #373998; }
a { background-color: rgb(55,57,152); }
div.DivClassName
{
background-color: #373998;
}
.BgClassName
{
background-color: #373998;
}
</style>
border-color css
<style>
span { border-color: #373998; }
span { border-color: rgb(55,57,152); }
td.TdClassName
{
border-color: #373998;
}
.TagClassName
{
border-color: #373998;
}
</style>