Shades of Dark Slate Blue #372F99
Tints of Dark Slate Blue #372F99
RGB
CMYK
RGB Variations
Color information
#372F99 (or 0x372F99) is known color: Dark Slate Blue. HEX triplet: 37, 2F and 99. RGB value is (55,47,153). Sum of RGB (Red+Green+Blue) = 55+47+153=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #372F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372F99 is #C8D066. Grayscale: #3D3D3D. Windows color (decimal): -13160551 or 10039095. OLE color: 10039095.
HSL color Cylindrical-coordinate representation of color #372F99: hue angle of 244.53º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372F99 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 47 | 153 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.4 |
| HSL | 244.53º | 0.53% | 0.39% | - |
| HSV(B) | 244.53º | 0.69% | 0.6% | - |
| XYZ | 8.34 | 5.15 | 30.69 | - |
| YUV | 61.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 153 | 0.64 | 0.69 | 0 | 0.4 | 244.53 | 0.53 | 0.39 |
| Hex | 37 | 2F | 99 | 40 | 45 | 0 | 28 | F5 | 35 | 27 |
| Octal | 67 | 57 | 231 | 100 | 105 | 0 | 50 | 365 | 65 | 47 |
| Binary | 110111 | 101111 | 10011001 | 1000000 | 1000101 | 0 | 101000 | 11110101 | 110101 | 100111 |
Color Harmonies of #372F99
Complementary color
Monochromatic Colors of #372F99
Black with #372F99
Text Example
Text Example
White with #372F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F99; }
p { color: rgb(55,47,153); }
H1.HeaderClassName
{
color: #372F99;
}
.AnyTagClassName
{
color: #372F99;
}
</style>
background-color css
<style>
a { background-color: #372F99; }
a { background-color: rgb(55,47,153); }
div.DivClassName
{
background-color: #372F99;
}
.BgClassName
{
background-color: #372F99;
}
</style>
border-color css
<style>
span { border-color: #372F99; }
span { border-color: rgb(55,47,153); }
td.TdClassName
{
border-color: #372F99;
}
.TagClassName
{
border-color: #372F99;
}
</style>