Shades of Dark Slate Blue #352E96
Tints of Dark Slate Blue #352E96
RGB
CMYK
RGB Variations
Color information
#352E96 (or 0x352E96) is known color: Dark Slate Blue. HEX triplet: 35, 2E and 96. RGB value is (53,46,150). Sum of RGB (Red+Green+Blue) = 53+46+150=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #352E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352E96 is #CAD169. Grayscale: #3B3B3B. Windows color (decimal): -13291882 or 9842229. OLE color: 9842229.
HSL color Cylindrical-coordinate representation of color #352E96: hue angle of 244.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352E96 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 46 | 150 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.41 |
| HSL | 244.04º | 0.53% | 0.38% | - |
| HSV(B) | 244.04º | 0.69% | 0.59% | - |
| XYZ | 7.95 | 4.91 | 29.38 | - |
| YUV | 59.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 150 | 0.65 | 0.69 | 0 | 0.41 | 244.04 | 0.53 | 0.38 |
| Hex | 35 | 2E | 96 | 41 | 45 | 0 | 29 | F4 | 35 | 26 |
| Octal | 65 | 56 | 226 | 101 | 105 | 0 | 51 | 364 | 65 | 46 |
| Binary | 110101 | 101110 | 10010110 | 1000001 | 1000101 | 0 | 101001 | 11110100 | 110101 | 100110 |
Color Harmonies of #352E96
Complementary color
Monochromatic Colors of #352E96
Black with #352E96
Text Example
Text Example
White with #352E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E96; }
p { color: rgb(53,46,150); }
H1.HeaderClassName
{
color: #352E96;
}
.AnyTagClassName
{
color: #352E96;
}
</style>
background-color css
<style>
a { background-color: #352E96; }
a { background-color: rgb(53,46,150); }
div.DivClassName
{
background-color: #352E96;
}
.BgClassName
{
background-color: #352E96;
}
</style>
border-color css
<style>
span { border-color: #352E96; }
span { border-color: rgb(53,46,150); }
td.TdClassName
{
border-color: #352E96;
}
.TagClassName
{
border-color: #352E96;
}
</style>