Shades of Dark Slate Blue #372C8D
Tints of Dark Slate Blue #372C8D
RGB
CMYK
RGB Variations
Color information
#372C8D (or 0x372C8D) is known color: Dark Slate Blue. HEX triplet: 37, 2C and 8D. RGB value is (55,44,141). Sum of RGB (Red+Green+Blue) = 55+44+141=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #372C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372C8D is #C8D372. Grayscale: #393939. Windows color (decimal): -13161331 or 9251895. OLE color: 9251895.
HSL color Cylindrical-coordinate representation of color #372C8D: hue angle of 246.8º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372C8D is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 44 | 141 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.45 |
| HSL | 246.8º | 0.52% | 0.36% | - |
| HSV(B) | 246.8º | 0.69% | 0.55% | - |
| XYZ | 7.28 | 4.54 | 25.69 | - |
| YUV | 58.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 141 | 0.61 | 0.69 | 0 | 0.45 | 246.8 | 0.52 | 0.36 |
| Hex | 37 | 2C | 8D | 3D | 45 | 0 | 2D | F7 | 34 | 24 |
| Octal | 67 | 54 | 215 | 75 | 105 | 0 | 55 | 367 | 64 | 44 |
| Binary | 110111 | 101100 | 10001101 | 111101 | 1000101 | 0 | 101101 | 11110111 | 110100 | 100100 |
Color Harmonies of #372C8D
Complementary color
Monochromatic Colors of #372C8D
Black with #372C8D
Text Example
Text Example
White with #372C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C8D; }
p { color: rgb(55,44,141); }
H1.HeaderClassName
{
color: #372C8D;
}
.AnyTagClassName
{
color: #372C8D;
}
</style>
background-color css
<style>
a { background-color: #372C8D; }
a { background-color: rgb(55,44,141); }
div.DivClassName
{
background-color: #372C8D;
}
.BgClassName
{
background-color: #372C8D;
}
</style>
border-color css
<style>
span { border-color: #372C8D; }
span { border-color: rgb(55,44,141); }
td.TdClassName
{
border-color: #372C8D;
}
.TagClassName
{
border-color: #372C8D;
}
</style>