Shades of Dark Slate Blue #373398
Tints of Dark Slate Blue #373398
RGB
CMYK
RGB Variations
Color information
#373398 (or 0x373398) is known color: Dark Slate Blue. HEX triplet: 37, 33 and 98. RGB value is (55,51,152). Sum of RGB (Red+Green+Blue) = 55+51+152=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #373398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373398 is #C8CC67. Grayscale: #3F3F3F. Windows color (decimal): -13159528 or 9974583. OLE color: 9974583.
HSL color Cylindrical-coordinate representation of color #373398: hue angle of 242.38º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373398 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 51 | 152 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.40 |
| HSL | 242.38º | 0.5% | 0.4% | - |
| HSV(B) | 242.38º | 0.66% | 0.6% | - |
| XYZ | 8.43 | 5.45 | 30.31 | - |
| YUV | 63.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 152 | 0.64 | 0.66 | 0 | 0.40 | 242.38 | 0.5 | 0.4 |
| Hex | 37 | 33 | 98 | 40 | 42 | 0 | 28 | F2 | 32 | 28 |
| Octal | 67 | 63 | 230 | 100 | 102 | 0 | 50 | 362 | 62 | 50 |
| Binary | 110111 | 110011 | 10011000 | 1000000 | 1000010 | 0 | 101000 | 11110010 | 110010 | 101000 |
Color Harmonies of #373398
Complementary color
Monochromatic Colors of #373398
Black with #373398
Text Example
Text Example
White with #373398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373398; }
p { color: rgb(55,51,152); }
H1.HeaderClassName
{
color: #373398;
}
.AnyTagClassName
{
color: #373398;
}
</style>
background-color css
<style>
a { background-color: #373398; }
a { background-color: rgb(55,51,152); }
div.DivClassName
{
background-color: #373398;
}
.BgClassName
{
background-color: #373398;
}
</style>
border-color css
<style>
span { border-color: #373398; }
span { border-color: rgb(55,51,152); }
td.TdClassName
{
border-color: #373398;
}
.TagClassName
{
border-color: #373398;
}
</style>