Shades of Dark Slate Blue #352595
Tints of Dark Slate Blue #352595
RGB
CMYK
RGB Variations
Color information
#352595 (or 0x352595) is known color: Dark Slate Blue. HEX triplet: 35, 25 and 95. RGB value is (53,37,149). Sum of RGB (Red+Green+Blue) = 53+37+149=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #352595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352595 is #CADA6A. Grayscale: #363636. Windows color (decimal): -13294187 or 9774389. OLE color: 9774389.
HSL color Cylindrical-coordinate representation of color #352595: hue angle of 248.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352595 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 37 | 149 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.42 |
| HSL | 248.57º | 0.6% | 0.36% | - |
| HSV(B) | 248.57º | 0.75% | 0.58% | - |
| XYZ | 7.55 | 4.25 | 28.86 | - |
| YUV | 54.55 | 181.3 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 149 | 0.64 | 0.75 | 0 | 0.42 | 248.57 | 0.6 | 0.36 |
| Hex | 35 | 25 | 95 | 40 | 4B | 0 | 2A | F9 | 3C | 24 |
| Octal | 65 | 45 | 225 | 100 | 113 | 0 | 52 | 371 | 74 | 44 |
| Binary | 110101 | 100101 | 10010101 | 1000000 | 1001011 | 0 | 101010 | 11111001 | 111100 | 100100 |
Color Harmonies of #352595
Complementary color
Monochromatic Colors of #352595
Black with #352595
Text Example
Text Example
White with #352595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352595; }
p { color: rgb(53,37,149); }
H1.HeaderClassName
{
color: #352595;
}
.AnyTagClassName
{
color: #352595;
}
</style>
background-color css
<style>
a { background-color: #352595; }
a { background-color: rgb(53,37,149); }
div.DivClassName
{
background-color: #352595;
}
.BgClassName
{
background-color: #352595;
}
</style>
border-color css
<style>
span { border-color: #352595; }
span { border-color: rgb(53,37,149); }
td.TdClassName
{
border-color: #352595;
}
.TagClassName
{
border-color: #352595;
}
</style>