Shades of Dark Slate Blue #352492
Tints of Dark Slate Blue #352492
RGB
CMYK
RGB Variations
Color information
#352492 (or 0x352492) is known color: Dark Slate Blue. HEX triplet: 35, 24 and 92. RGB value is (53,36,146). Sum of RGB (Red+Green+Blue) = 53+36+146=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #352492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352492 is #CADB6D. Grayscale: #353535. Windows color (decimal): -13294446 or 9577525. OLE color: 9577525.
HSL color Cylindrical-coordinate representation of color #352492: hue angle of 249.27º 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 #352492 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 36 | 146 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.43 |
| HSL | 249.27º | 0.6% | 0.36% | - |
| HSV(B) | 249.27º | 0.75% | 0.57% | - |
| XYZ | 7.29 | 4.09 | 27.6 | - |
| YUV | 53.62 | 180.13 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 146 | 0.64 | 0.75 | 0 | 0.43 | 249.27 | 0.6 | 0.36 |
| Hex | 35 | 24 | 92 | 40 | 4B | 0 | 2B | F9 | 3C | 24 |
| Octal | 65 | 44 | 222 | 100 | 113 | 0 | 53 | 371 | 74 | 44 |
| Binary | 110101 | 100100 | 10010010 | 1000000 | 1001011 | 0 | 101011 | 11111001 | 111100 | 100100 |
Color Harmonies of #352492
Complementary color
Monochromatic Colors of #352492
Black with #352492
Text Example
Text Example
White with #352492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352492; }
p { color: rgb(53,36,146); }
H1.HeaderClassName
{
color: #352492;
}
.AnyTagClassName
{
color: #352492;
}
</style>
background-color css
<style>
a { background-color: #352492; }
a { background-color: rgb(53,36,146); }
div.DivClassName
{
background-color: #352492;
}
.BgClassName
{
background-color: #352492;
}
</style>
border-color css
<style>
span { border-color: #352492; }
span { border-color: rgb(53,36,146); }
td.TdClassName
{
border-color: #352492;
}
.TagClassName
{
border-color: #352492;
}
</style>