Shades of Dark Slate Blue #372E8E
Tints of Dark Slate Blue #372E8E
RGB
CMYK
RGB Variations
Color information
#372E8E (or 0x372E8E) is known color: Dark Slate Blue. HEX triplet: 37, 2E and 8E. RGB value is (55,46,142). Sum of RGB (Red+Green+Blue) = 55+46+142=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #372E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E8E is #C8D171. Grayscale: #3B3B3B. Windows color (decimal): -13160818 or 9317943. OLE color: 9317943.
HSL color Cylindrical-coordinate representation of color #372E8E: hue angle of 245.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372E8E is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 46 | 142 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.44 |
| HSL | 245.63º | 0.51% | 0.37% | - |
| HSV(B) | 245.63º | 0.68% | 0.56% | - |
| XYZ | 7.44 | 4.72 | 26.11 | - |
| YUV | 59.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 142 | 0.61 | 0.68 | 0 | 0.44 | 245.63 | 0.51 | 0.37 |
| Hex | 37 | 2E | 8E | 3D | 44 | 0 | 2C | F6 | 33 | 25 |
| Octal | 67 | 56 | 216 | 75 | 104 | 0 | 54 | 366 | 63 | 45 |
| Binary | 110111 | 101110 | 10001110 | 111101 | 1000100 | 0 | 101100 | 11110110 | 110011 | 100101 |
Color Harmonies of #372E8E
Complementary color
Monochromatic Colors of #372E8E
Black with #372E8E
Text Example
Text Example
White with #372E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E8E; }
p { color: rgb(55,46,142); }
H1.HeaderClassName
{
color: #372E8E;
}
.AnyTagClassName
{
color: #372E8E;
}
</style>
background-color css
<style>
a { background-color: #372E8E; }
a { background-color: rgb(55,46,142); }
div.DivClassName
{
background-color: #372E8E;
}
.BgClassName
{
background-color: #372E8E;
}
</style>
border-color css
<style>
span { border-color: #372E8E; }
span { border-color: rgb(55,46,142); }
td.TdClassName
{
border-color: #372E8E;
}
.TagClassName
{
border-color: #372E8E;
}
</style>