Shades of Dark Slate Blue #352DA0
Tints of Dark Slate Blue #352DA0
RGB
CMYK
RGB Variations
Color information
#352DA0 (or 0x352DA0) is known color: Dark Slate Blue. HEX triplet: 35, 2D and A0. RGB value is (53,45,160). Sum of RGB (Red+Green+Blue) = 53+45+160=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #352DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352DA0 is #CAD25F. Grayscale: #3C3C3C. Windows color (decimal): -13292128 or 10497333. OLE color: 10497333.
HSL color Cylindrical-coordinate representation of color #352DA0: hue angle of 244.17º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352DA0 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 45 | 160 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.37 |
| HSL | 244.17º | 0.56% | 0.4% | - |
| HSV(B) | 244.17º | 0.72% | 0.63% | - |
| XYZ | 8.75 | 5.17 | 33.79 | - |
| YUV | 60.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 160 | 0.67 | 0.72 | 0 | 0.37 | 244.17 | 0.56 | 0.4 |
| Hex | 35 | 2D | A0 | 43 | 48 | 0 | 25 | F4 | 38 | 28 |
| Octal | 65 | 55 | 240 | 103 | 110 | 0 | 45 | 364 | 70 | 50 |
| Binary | 110101 | 101101 | 10100000 | 1000011 | 1001000 | 0 | 100101 | 11110100 | 111000 | 101000 |
Color Harmonies of #352DA0
Complementary color
Monochromatic Colors of #352DA0
Black with #352DA0
Text Example
Text Example
White with #352DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352DA0; }
p { color: rgb(53,45,160); }
H1.HeaderClassName
{
color: #352DA0;
}
.AnyTagClassName
{
color: #352DA0;
}
</style>
background-color css
<style>
a { background-color: #352DA0; }
a { background-color: rgb(53,45,160); }
div.DivClassName
{
background-color: #352DA0;
}
.BgClassName
{
background-color: #352DA0;
}
</style>
border-color css
<style>
span { border-color: #352DA0; }
span { border-color: rgb(53,45,160); }
td.TdClassName
{
border-color: #352DA0;
}
.TagClassName
{
border-color: #352DA0;
}
</style>