Shades of Dark Slate Blue #372E89
Tints of Dark Slate Blue #372E89
RGB
CMYK
RGB Variations
Color information
#372E89 (or 0x372E89) is known color: Dark Slate Blue. HEX triplet: 37, 2E and 89. RGB value is (55,46,137). Sum of RGB (Red+Green+Blue) = 55+46+137=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #372E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E89 is #C8D176. Grayscale: #3A3A3A. Windows color (decimal): -13160823 or 8990263. OLE color: 8990263.
HSL color Cylindrical-coordinate representation of color #372E89: hue angle of 245.93º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372E89 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 46 | 137 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.46 |
| HSL | 245.93º | 0.5% | 0.36% | - |
| HSV(B) | 245.93º | 0.66% | 0.54% | - |
| XYZ | 7.07 | 4.57 | 24.18 | - |
| YUV | 59.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 137 | 0.60 | 0.66 | 0 | 0.46 | 245.93 | 0.5 | 0.36 |
| Hex | 37 | 2E | 89 | 3C | 42 | 0 | 2E | F6 | 32 | 24 |
| Octal | 67 | 56 | 211 | 74 | 102 | 0 | 56 | 366 | 62 | 44 |
| Binary | 110111 | 101110 | 10001001 | 111100 | 1000010 | 0 | 101110 | 11110110 | 110010 | 100100 |
Color Harmonies of #372E89
Complementary color
Monochromatic Colors of #372E89
Black with #372E89
Text Example
Text Example
White with #372E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E89; }
p { color: rgb(55,46,137); }
H1.HeaderClassName
{
color: #372E89;
}
.AnyTagClassName
{
color: #372E89;
}
</style>
background-color css
<style>
a { background-color: #372E89; }
a { background-color: rgb(55,46,137); }
div.DivClassName
{
background-color: #372E89;
}
.BgClassName
{
background-color: #372E89;
}
</style>
border-color css
<style>
span { border-color: #372E89; }
span { border-color: rgb(55,46,137); }
td.TdClassName
{
border-color: #372E89;
}
.TagClassName
{
border-color: #372E89;
}
</style>