Shades of Dark Slate Blue #372D86
Tints of Dark Slate Blue #372D86
RGB
CMYK
RGB Variations
Color information
#372D86 (or 0x372D86) is known color: Dark Slate Blue. HEX triplet: 37, 2D and 86. RGB value is (55,45,134). Sum of RGB (Red+Green+Blue) = 55+45+134=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #372D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372D86 is #C8D279. Grayscale: #393939. Windows color (decimal): -13161082 or 8793399. OLE color: 8793399.
HSL color Cylindrical-coordinate representation of color #372D86: hue angle of 246.74º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372D86 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 45 | 134 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.47 |
| HSL | 246.74º | 0.5% | 0.35% | - |
| HSV(B) | 246.74º | 0.66% | 0.53% | - |
| XYZ | 6.82 | 4.41 | 23.05 | - |
| YUV | 58.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 134 | 0.59 | 0.66 | 0 | 0.47 | 246.74 | 0.5 | 0.35 |
| Hex | 37 | 2D | 86 | 3B | 42 | 0 | 2F | F7 | 32 | 23 |
| Octal | 67 | 55 | 206 | 73 | 102 | 0 | 57 | 367 | 62 | 43 |
| Binary | 110111 | 101101 | 10000110 | 111011 | 1000010 | 0 | 101111 | 11110111 | 110010 | 100011 |
Color Harmonies of #372D86
Complementary color
Monochromatic Colors of #372D86
Black with #372D86
Text Example
Text Example
White with #372D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D86; }
p { color: rgb(55,45,134); }
H1.HeaderClassName
{
color: #372D86;
}
.AnyTagClassName
{
color: #372D86;
}
</style>
background-color css
<style>
a { background-color: #372D86; }
a { background-color: rgb(55,45,134); }
div.DivClassName
{
background-color: #372D86;
}
.BgClassName
{
background-color: #372D86;
}
</style>
border-color css
<style>
span { border-color: #372D86; }
span { border-color: rgb(55,45,134); }
td.TdClassName
{
border-color: #372D86;
}
.TagClassName
{
border-color: #372D86;
}
</style>