Shades of Dark Slate Blue #372893
Tints of Dark Slate Blue #372893
RGB
CMYK
RGB Variations
Color information
#372893 (or 0x372893) is known color: Dark Slate Blue. HEX triplet: 37, 28 and 93. RGB value is (55,40,147). Sum of RGB (Red+Green+Blue) = 55+40+147=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #372893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372893 is #C8D76C. Grayscale: #383838. Windows color (decimal): -13162349 or 9644087. OLE color: 9644087.
HSL color Cylindrical-coordinate representation of color #372893: hue angle of 248.41º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372893 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 40 | 147 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.42 |
| HSL | 248.41º | 0.57% | 0.37% | - |
| HSV(B) | 248.41º | 0.73% | 0.58% | - |
| XYZ | 7.6 | 4.44 | 28.06 | - |
| YUV | 56.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 147 | 0.63 | 0.73 | 0 | 0.42 | 248.41 | 0.57 | 0.37 |
| Hex | 37 | 28 | 93 | 3F | 49 | 0 | 2A | F8 | 39 | 25 |
| Octal | 67 | 50 | 223 | 77 | 111 | 0 | 52 | 370 | 71 | 45 |
| Binary | 110111 | 101000 | 10010011 | 111111 | 1001001 | 0 | 101010 | 11111000 | 111001 | 100101 |
Color Harmonies of #372893
Complementary color
Monochromatic Colors of #372893
Black with #372893
Text Example
Text Example
White with #372893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372893; }
p { color: rgb(55,40,147); }
H1.HeaderClassName
{
color: #372893;
}
.AnyTagClassName
{
color: #372893;
}
</style>
background-color css
<style>
a { background-color: #372893; }
a { background-color: rgb(55,40,147); }
div.DivClassName
{
background-color: #372893;
}
.BgClassName
{
background-color: #372893;
}
</style>
border-color css
<style>
span { border-color: #372893; }
span { border-color: rgb(55,40,147); }
td.TdClassName
{
border-color: #372893;
}
.TagClassName
{
border-color: #372893;
}
</style>