Shades of Dark Slate Blue #372C8F
Tints of Dark Slate Blue #372C8F
RGB
CMYK
RGB Variations
Color information
#372C8F (or 0x372C8F) is known color: Dark Slate Blue. HEX triplet: 37, 2C and 8F. RGB value is (55,44,143). Sum of RGB (Red+Green+Blue) = 55+44+143=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #372C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372C8F is #C8D370. Grayscale: #3A3A3A. Windows color (decimal): -13161329 or 9382967. OLE color: 9382967.
HSL color Cylindrical-coordinate representation of color #372C8F: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372C8F is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 44 | 143 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.44 |
| HSL | 246.67º | 0.53% | 0.37% | - |
| HSV(B) | 246.67º | 0.69% | 0.56% | - |
| XYZ | 7.43 | 4.6 | 26.48 | - |
| YUV | 58.58 | 175.64 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 143 | 0.62 | 0.69 | 0 | 0.44 | 246.67 | 0.53 | 0.37 |
| Hex | 37 | 2C | 8F | 3E | 45 | 0 | 2C | F7 | 35 | 25 |
| Octal | 67 | 54 | 217 | 76 | 105 | 0 | 54 | 367 | 65 | 45 |
| Binary | 110111 | 101100 | 10001111 | 111110 | 1000101 | 0 | 101100 | 11110111 | 110101 | 100101 |
Color Harmonies of #372C8F
Complementary color
Monochromatic Colors of #372C8F
Black with #372C8F
Text Example
Text Example
White with #372C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C8F; }
p { color: rgb(55,44,143); }
H1.HeaderClassName
{
color: #372C8F;
}
.AnyTagClassName
{
color: #372C8F;
}
</style>
background-color css
<style>
a { background-color: #372C8F; }
a { background-color: rgb(55,44,143); }
div.DivClassName
{
background-color: #372C8F;
}
.BgClassName
{
background-color: #372C8F;
}
</style>
border-color css
<style>
span { border-color: #372C8F; }
span { border-color: rgb(55,44,143); }
td.TdClassName
{
border-color: #372C8F;
}
.TagClassName
{
border-color: #372C8F;
}
</style>