Shades of Dark Slate Blue #352691
Tints of Dark Slate Blue #352691
RGB
CMYK
RGB Variations
Color information
#352691 (or 0x352691) is known color: Dark Slate Blue. HEX triplet: 35, 26 and 91. RGB value is (53,38,145). Sum of RGB (Red+Green+Blue) = 53+38+145=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #352691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352691 is #CAD96E. Grayscale: #363636. Windows color (decimal): -13293935 or 9512501. OLE color: 9512501.
HSL color Cylindrical-coordinate representation of color #352691: hue angle of 248.41º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #352691 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 38 | 145 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.43 |
| HSL | 248.41º | 0.58% | 0.36% | - |
| HSV(B) | 248.41º | 0.74% | 0.57% | - |
| XYZ | 7.27 | 4.19 | 27.21 | - |
| YUV | 54.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 145 | 0.63 | 0.74 | 0 | 0.43 | 248.41 | 0.58 | 0.36 |
| Hex | 35 | 26 | 91 | 3F | 4A | 0 | 2B | F8 | 3A | 24 |
| Octal | 65 | 46 | 221 | 77 | 112 | 0 | 53 | 370 | 72 | 44 |
| Binary | 110101 | 100110 | 10010001 | 111111 | 1001010 | 0 | 101011 | 11111000 | 111010 | 100100 |
Color Harmonies of #352691
Complementary color
Monochromatic Colors of #352691
Black with #352691
Text Example
Text Example
White with #352691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352691; }
p { color: rgb(53,38,145); }
H1.HeaderClassName
{
color: #352691;
}
.AnyTagClassName
{
color: #352691;
}
</style>
background-color css
<style>
a { background-color: #352691; }
a { background-color: rgb(53,38,145); }
div.DivClassName
{
background-color: #352691;
}
.BgClassName
{
background-color: #352691;
}
</style>
border-color css
<style>
span { border-color: #352691; }
span { border-color: rgb(53,38,145); }
td.TdClassName
{
border-color: #352691;
}
.TagClassName
{
border-color: #352691;
}
</style>