Shades of Dark Slate Blue #353896
Tints of Dark Slate Blue #353896
RGB
CMYK
RGB Variations
Color information
#353896 (or 0x353896) is known color: Dark Slate Blue. HEX triplet: 35, 38 and 96. RGB value is (53,56,150). Sum of RGB (Red+Green+Blue) = 53+56+150=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #353896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353896 is #CAC769. Grayscale: #414141. Windows color (decimal): -13289322 or 9844789. OLE color: 9844789.
HSL color Cylindrical-coordinate representation of color #353896: hue angle of 238.14º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353896 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 56 | 150 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.41 |
| HSL | 238.14º | 0.48% | 0.4% | - |
| HSV(B) | 238.14º | 0.65% | 0.59% | - |
| XYZ | 8.39 | 5.79 | 29.53 | - |
| YUV | 65.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 150 | 0.65 | 0.63 | 0 | 0.41 | 238.14 | 0.48 | 0.4 |
| Hex | 35 | 38 | 96 | 41 | 3F | 0 | 29 | EE | 30 | 28 |
| Octal | 65 | 70 | 226 | 101 | 77 | 0 | 51 | 356 | 60 | 50 |
| Binary | 110101 | 111000 | 10010110 | 1000001 | 111111 | 0 | 101001 | 11101110 | 110000 | 101000 |
Color Harmonies of #353896
Complementary color
Monochromatic Colors of #353896
Black with #353896
Text Example
Text Example
White with #353896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353896; }
p { color: rgb(53,56,150); }
H1.HeaderClassName
{
color: #353896;
}
.AnyTagClassName
{
color: #353896;
}
</style>
background-color css
<style>
a { background-color: #353896; }
a { background-color: rgb(53,56,150); }
div.DivClassName
{
background-color: #353896;
}
.BgClassName
{
background-color: #353896;
}
</style>
border-color css
<style>
span { border-color: #353896; }
span { border-color: rgb(53,56,150); }
td.TdClassName
{
border-color: #353896;
}
.TagClassName
{
border-color: #353896;
}
</style>