Shades of Dark Slate Blue #352699
Tints of Dark Slate Blue #352699
RGB
CMYK
RGB Variations
Color information
#352699 (or 0x352699) is known color: Dark Slate Blue. HEX triplet: 35, 26 and 99. RGB value is (53,38,153). Sum of RGB (Red+Green+Blue) = 53+38+153=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #352699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352699 is #CAD966. Grayscale: #373737. Windows color (decimal): -13293927 or 10036789. OLE color: 10036789.
HSL color Cylindrical-coordinate representation of color #352699: hue angle of 247.83º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352699 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 38 | 153 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.4 |
| HSL | 247.83º | 0.6% | 0.37% | - |
| HSV(B) | 247.83º | 0.75% | 0.6% | - |
| XYZ | 7.91 | 4.44 | 30.58 | - |
| YUV | 55.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 153 | 0.65 | 0.75 | 0 | 0.4 | 247.83 | 0.6 | 0.37 |
| Hex | 35 | 26 | 99 | 41 | 4B | 0 | 28 | F8 | 3C | 25 |
| Octal | 65 | 46 | 231 | 101 | 113 | 0 | 50 | 370 | 74 | 45 |
| Binary | 110101 | 100110 | 10011001 | 1000001 | 1001011 | 0 | 101000 | 11111000 | 111100 | 100101 |
Color Harmonies of #352699
Complementary color
Monochromatic Colors of #352699
Black with #352699
Text Example
Text Example
White with #352699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352699; }
p { color: rgb(53,38,153); }
H1.HeaderClassName
{
color: #352699;
}
.AnyTagClassName
{
color: #352699;
}
</style>
background-color css
<style>
a { background-color: #352699; }
a { background-color: rgb(53,38,153); }
div.DivClassName
{
background-color: #352699;
}
.BgClassName
{
background-color: #352699;
}
</style>
border-color css
<style>
span { border-color: #352699; }
span { border-color: rgb(53,38,153); }
td.TdClassName
{
border-color: #352699;
}
.TagClassName
{
border-color: #352699;
}
</style>