Shades of Dark Slate Blue #352495
Tints of Dark Slate Blue #352495
RGB
CMYK
RGB Variations
Color information
#352495 (or 0x352495) is known color: Dark Slate Blue. HEX triplet: 35, 24 and 95. RGB value is (53,36,149). Sum of RGB (Red+Green+Blue) = 53+36+149=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #352495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352495 is #CADB6A. Grayscale: #353535. Windows color (decimal): -13294443 or 9774133. OLE color: 9774133.
HSL color Cylindrical-coordinate representation of color #352495: hue angle of 249.03º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352495 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 36 | 149 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.42 |
| HSL | 249.03º | 0.61% | 0.36% | - |
| HSV(B) | 249.03º | 0.76% | 0.58% | - |
| XYZ | 7.52 | 4.19 | 28.85 | - |
| YUV | 53.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 149 | 0.64 | 0.76 | 0 | 0.42 | 249.03 | 0.61 | 0.36 |
| Hex | 35 | 24 | 95 | 40 | 4C | 0 | 2A | F9 | 3D | 24 |
| Octal | 65 | 44 | 225 | 100 | 114 | 0 | 52 | 371 | 75 | 44 |
| Binary | 110101 | 100100 | 10010101 | 1000000 | 1001100 | 0 | 101010 | 11111001 | 111101 | 100100 |
Color Harmonies of #352495
Complementary color
Monochromatic Colors of #352495
Black with #352495
Text Example
Text Example
White with #352495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352495; }
p { color: rgb(53,36,149); }
H1.HeaderClassName
{
color: #352495;
}
.AnyTagClassName
{
color: #352495;
}
</style>
background-color css
<style>
a { background-color: #352495; }
a { background-color: rgb(53,36,149); }
div.DivClassName
{
background-color: #352495;
}
.BgClassName
{
background-color: #352495;
}
</style>
border-color css
<style>
span { border-color: #352495; }
span { border-color: rgb(53,36,149); }
td.TdClassName
{
border-color: #352495;
}
.TagClassName
{
border-color: #352495;
}
</style>