Shades of Dark Slate Blue #372492
Tints of Dark Slate Blue #372492
RGB
CMYK
RGB Variations
Color information
#372492 (or 0x372492) is known color: Dark Slate Blue. HEX triplet: 37, 24 and 92. RGB value is (55,36,146). Sum of RGB (Red+Green+Blue) = 55+36+146=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #372492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372492 is #C8DB6D. Grayscale: #353535. Windows color (decimal): -13163374 or 9577527. OLE color: 9577527.
HSL color Cylindrical-coordinate representation of color #372492: hue angle of 250.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372492 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 36 | 146 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.43 |
| HSL | 250.36º | 0.6% | 0.36% | - |
| HSV(B) | 250.36º | 0.75% | 0.57% | - |
| XYZ | 7.39 | 4.15 | 27.61 | - |
| YUV | 54.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 146 | 0.62 | 0.75 | 0 | 0.43 | 250.36 | 0.6 | 0.36 |
| Hex | 37 | 24 | 92 | 3E | 4B | 0 | 2B | FA | 3C | 24 |
| Octal | 67 | 44 | 222 | 76 | 113 | 0 | 53 | 372 | 74 | 44 |
| Binary | 110111 | 100100 | 10010010 | 111110 | 1001011 | 0 | 101011 | 11111010 | 111100 | 100100 |
Color Harmonies of #372492
Complementary color
Monochromatic Colors of #372492
Black with #372492
Text Example
Text Example
White with #372492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372492; }
p { color: rgb(55,36,146); }
H1.HeaderClassName
{
color: #372492;
}
.AnyTagClassName
{
color: #372492;
}
</style>
background-color css
<style>
a { background-color: #372492; }
a { background-color: rgb(55,36,146); }
div.DivClassName
{
background-color: #372492;
}
.BgClassName
{
background-color: #372492;
}
</style>
border-color css
<style>
span { border-color: #372492; }
span { border-color: rgb(55,36,146); }
td.TdClassName
{
border-color: #372492;
}
.TagClassName
{
border-color: #372492;
}
</style>