Shades of Dark Slate Blue #353296
Tints of Dark Slate Blue #353296
RGB
CMYK
RGB Variations
Color information
#353296 (or 0x353296) is known color: Dark Slate Blue. HEX triplet: 35, 32 and 96. RGB value is (53,50,150). Sum of RGB (Red+Green+Blue) = 53+50+150=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #353296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353296 is #CACD69. Grayscale: #3D3D3D. Windows color (decimal): -13290858 or 9843253. OLE color: 9843253.
HSL color Cylindrical-coordinate representation of color #353296: hue angle of 241.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353296 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 50 | 150 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.41 |
| HSL | 241.8º | 0.5% | 0.39% | - |
| HSV(B) | 241.8º | 0.67% | 0.59% | - |
| XYZ | 8.11 | 5.24 | 29.44 | - |
| YUV | 62.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 150 | 0.65 | 0.67 | 0 | 0.41 | 241.8 | 0.5 | 0.39 |
| Hex | 35 | 32 | 96 | 41 | 43 | 0 | 29 | F2 | 32 | 27 |
| Octal | 65 | 62 | 226 | 101 | 103 | 0 | 51 | 362 | 62 | 47 |
| Binary | 110101 | 110010 | 10010110 | 1000001 | 1000011 | 0 | 101001 | 11110010 | 110010 | 100111 |
Color Harmonies of #353296
Complementary color
Monochromatic Colors of #353296
Black with #353296
Text Example
Text Example
White with #353296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353296; }
p { color: rgb(53,50,150); }
H1.HeaderClassName
{
color: #353296;
}
.AnyTagClassName
{
color: #353296;
}
</style>
background-color css
<style>
a { background-color: #353296; }
a { background-color: rgb(53,50,150); }
div.DivClassName
{
background-color: #353296;
}
.BgClassName
{
background-color: #353296;
}
</style>
border-color css
<style>
span { border-color: #353296; }
span { border-color: rgb(53,50,150); }
td.TdClassName
{
border-color: #353296;
}
.TagClassName
{
border-color: #353296;
}
</style>