Shades of Dark Slate Blue #352491
Tints of Dark Slate Blue #352491
RGB
CMYK
RGB Variations
Color information
#352491 (or 0x352491) is known color: Dark Slate Blue. HEX triplet: 35, 24 and 91. RGB value is (53,36,145). Sum of RGB (Red+Green+Blue) = 53+36+145=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #352491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352491 is #CADB6E. Grayscale: #353535. Windows color (decimal): -13294447 or 9511989. OLE color: 9511989.
HSL color Cylindrical-coordinate representation of color #352491: hue angle of 249.36º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352491 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 36 | 145 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.43 |
| HSL | 249.36º | 0.6% | 0.35% | - |
| HSV(B) | 249.36º | 0.75% | 0.57% | - |
| XYZ | 7.21 | 4.06 | 27.19 | - |
| YUV | 53.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 145 | 0.63 | 0.75 | 0 | 0.43 | 249.36 | 0.6 | 0.35 |
| Hex | 35 | 24 | 91 | 3F | 4B | 0 | 2B | F9 | 3C | 23 |
| Octal | 65 | 44 | 221 | 77 | 113 | 0 | 53 | 371 | 74 | 43 |
| Binary | 110101 | 100100 | 10010001 | 111111 | 1001011 | 0 | 101011 | 11111001 | 111100 | 100011 |
Color Harmonies of #352491
Complementary color
Monochromatic Colors of #352491
Black with #352491
Text Example
Text Example
White with #352491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352491; }
p { color: rgb(53,36,145); }
H1.HeaderClassName
{
color: #352491;
}
.AnyTagClassName
{
color: #352491;
}
</style>
background-color css
<style>
a { background-color: #352491; }
a { background-color: rgb(53,36,145); }
div.DivClassName
{
background-color: #352491;
}
.BgClassName
{
background-color: #352491;
}
</style>
border-color css
<style>
span { border-color: #352491; }
span { border-color: rgb(53,36,145); }
td.TdClassName
{
border-color: #352491;
}
.TagClassName
{
border-color: #352491;
}
</style>