Shades of Dark Slate Blue #372DA0
Tints of Dark Slate Blue #372DA0
RGB
CMYK
RGB Variations
Color information
#372DA0 (or 0x372DA0) is known color: Dark Slate Blue. HEX triplet: 37, 2D and A0. RGB value is (55,45,160). Sum of RGB (Red+Green+Blue) = 55+45+160=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #372DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372DA0 is #C8D25F. Grayscale: #3C3C3C. Windows color (decimal): -13161056 or 10497335. OLE color: 10497335.
HSL color Cylindrical-coordinate representation of color #372DA0: hue angle of 245.22º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #372DA0 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 45 | 160 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.37 |
| HSL | 245.22º | 0.56% | 0.4% | - |
| HSV(B) | 245.22º | 0.72% | 0.63% | - |
| XYZ | 8.86 | 5.23 | 33.8 | - |
| YUV | 61.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 160 | 0.66 | 0.72 | 0 | 0.37 | 245.22 | 0.56 | 0.4 |
| Hex | 37 | 2D | A0 | 42 | 48 | 0 | 25 | F5 | 38 | 28 |
| Octal | 67 | 55 | 240 | 102 | 110 | 0 | 45 | 365 | 70 | 50 |
| Binary | 110111 | 101101 | 10100000 | 1000010 | 1001000 | 0 | 100101 | 11110101 | 111000 | 101000 |
Color Harmonies of #372DA0
Complementary color
Monochromatic Colors of #372DA0
Black with #372DA0
Text Example
Text Example
White with #372DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DA0; }
p { color: rgb(55,45,160); }
H1.HeaderClassName
{
color: #372DA0;
}
.AnyTagClassName
{
color: #372DA0;
}
</style>
background-color css
<style>
a { background-color: #372DA0; }
a { background-color: rgb(55,45,160); }
div.DivClassName
{
background-color: #372DA0;
}
.BgClassName
{
background-color: #372DA0;
}
</style>
border-color css
<style>
span { border-color: #372DA0; }
span { border-color: rgb(55,45,160); }
td.TdClassName
{
border-color: #372DA0;
}
.TagClassName
{
border-color: #372DA0;
}
</style>