Shades of Dark Slate Blue #353495
Tints of Dark Slate Blue #353495
RGB
CMYK
RGB Variations
Color information
#353495 (or 0x353495) is known color: Dark Slate Blue. HEX triplet: 35, 34 and 95. RGB value is (53,52,149). Sum of RGB (Red+Green+Blue) = 53+52+149=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #353495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353495 is #CACB6A. Grayscale: #3E3E3E. Windows color (decimal): -13290347 or 9778229. OLE color: 9778229.
HSL color Cylindrical-coordinate representation of color #353495: hue angle of 240.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353495 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 52 | 149 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.42 |
| HSL | 240.62º | 0.48% | 0.39% | - |
| HSV(B) | 240.62º | 0.65% | 0.58% | - |
| XYZ | 8.12 | 5.38 | 29.04 | - |
| YUV | 63.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 149 | 0.64 | 0.65 | 0 | 0.42 | 240.62 | 0.48 | 0.39 |
| Hex | 35 | 34 | 95 | 40 | 41 | 0 | 2A | F1 | 30 | 27 |
| Octal | 65 | 64 | 225 | 100 | 101 | 0 | 52 | 361 | 60 | 47 |
| Binary | 110101 | 110100 | 10010101 | 1000000 | 1000001 | 0 | 101010 | 11110001 | 110000 | 100111 |
Color Harmonies of #353495
Complementary color
Monochromatic Colors of #353495
Black with #353495
Text Example
Text Example
White with #353495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353495; }
p { color: rgb(53,52,149); }
H1.HeaderClassName
{
color: #353495;
}
.AnyTagClassName
{
color: #353495;
}
</style>
background-color css
<style>
a { background-color: #353495; }
a { background-color: rgb(53,52,149); }
div.DivClassName
{
background-color: #353495;
}
.BgClassName
{
background-color: #353495;
}
</style>
border-color css
<style>
span { border-color: #353495; }
span { border-color: rgb(53,52,149); }
td.TdClassName
{
border-color: #353495;
}
.TagClassName
{
border-color: #353495;
}
</style>