Shades of Dark Slate Blue #362492
Tints of Dark Slate Blue #362492
RGB
CMYK
RGB Variations
Color information
#362492 (or 0x362492) is known color: Dark Slate Blue. HEX triplet: 36, 24 and 92. RGB value is (54,36,146). Sum of RGB (Red+Green+Blue) = 54+36+146=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #362492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362492 is #C9DB6D. Grayscale: #353535. Windows color (decimal): -13228910 or 9577526. OLE color: 9577526.
HSL color Cylindrical-coordinate representation of color #362492: hue angle of 249.82º 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 #362492 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 36 | 146 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.43 |
| HSL | 249.82º | 0.6% | 0.36% | - |
| HSV(B) | 249.82º | 0.75% | 0.57% | - |
| XYZ | 7.34 | 4.12 | 27.6 | - |
| YUV | 53.92 | 179.96 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 146 | 0.63 | 0.75 | 0 | 0.43 | 249.82 | 0.6 | 0.36 |
| Hex | 36 | 24 | 92 | 3F | 4B | 0 | 2B | FA | 3C | 24 |
| Octal | 66 | 44 | 222 | 77 | 113 | 0 | 53 | 372 | 74 | 44 |
| Binary | 110110 | 100100 | 10010010 | 111111 | 1001011 | 0 | 101011 | 11111010 | 111100 | 100100 |
Color Harmonies of #362492
Complementary color
Monochromatic Colors of #362492
Black with #362492
Text Example
Text Example
White with #362492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362492; }
p { color: rgb(54,36,146); }
H1.HeaderClassName
{
color: #362492;
}
.AnyTagClassName
{
color: #362492;
}
</style>
background-color css
<style>
a { background-color: #362492; }
a { background-color: rgb(54,36,146); }
div.DivClassName
{
background-color: #362492;
}
.BgClassName
{
background-color: #362492;
}
</style>
border-color css
<style>
span { border-color: #362492; }
span { border-color: rgb(54,36,146); }
td.TdClassName
{
border-color: #362492;
}
.TagClassName
{
border-color: #362492;
}
</style>