Shades of Dark Slate Blue #372999
Tints of Dark Slate Blue #372999
RGB
CMYK
RGB Variations
Color information
#372999 (or 0x372999) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 99. RGB value is (55,41,153). Sum of RGB (Red+Green+Blue) = 55+41+153=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #372999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372999 is #C8D666. Grayscale: #393939. Windows color (decimal): -13162087 or 10037559. OLE color: 10037559.
HSL color Cylindrical-coordinate representation of color #372999: hue angle of 247.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372999 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 41 | 153 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.4 |
| HSL | 247.5º | 0.58% | 0.38% | - |
| HSV(B) | 247.5º | 0.73% | 0.6% | - |
| XYZ | 8.12 | 4.7 | 30.62 | - |
| YUV | 57.95 | 181.64 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 153 | 0.64 | 0.73 | 0 | 0.4 | 247.5 | 0.58 | 0.38 |
| Hex | 37 | 29 | 99 | 40 | 49 | 0 | 28 | F8 | 3A | 26 |
| Octal | 67 | 51 | 231 | 100 | 111 | 0 | 50 | 370 | 72 | 46 |
| Binary | 110111 | 101001 | 10011001 | 1000000 | 1001001 | 0 | 101000 | 11111000 | 111010 | 100110 |
Color Harmonies of #372999
Complementary color
Monochromatic Colors of #372999
Black with #372999
Text Example
Text Example
White with #372999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372999; }
p { color: rgb(55,41,153); }
H1.HeaderClassName
{
color: #372999;
}
.AnyTagClassName
{
color: #372999;
}
</style>
background-color css
<style>
a { background-color: #372999; }
a { background-color: rgb(55,41,153); }
div.DivClassName
{
background-color: #372999;
}
.BgClassName
{
background-color: #372999;
}
</style>
border-color css
<style>
span { border-color: #372999; }
span { border-color: rgb(55,41,153); }
td.TdClassName
{
border-color: #372999;
}
.TagClassName
{
border-color: #372999;
}
</style>