Shades of Dark Slate Blue #353DA0
Tints of Dark Slate Blue #353DA0
RGB
CMYK
RGB Variations
Color information
#353DA0 (or 0x353DA0) is known color: Dark Slate Blue. HEX triplet: 35, 3D and A0. RGB value is (53,61,160). Sum of RGB (Red+Green+Blue) = 53+61+160=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #353DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353DA0 is #CAC25F. Grayscale: #454545. Windows color (decimal): -13288032 or 10501429. OLE color: 10501429.
HSL color Cylindrical-coordinate representation of color #353DA0: hue angle of 235.51º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353DA0 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 61 | 160 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.37 |
| HSL | 235.51º | 0.5% | 0.42% | - |
| HSV(B) | 235.51º | 0.67% | 0.63% | - |
| XYZ | 9.48 | 6.63 | 34.04 | - |
| YUV | 69.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 160 | 0.67 | 0.62 | 0 | 0.37 | 235.51 | 0.5 | 0.42 |
| Hex | 35 | 3D | A0 | 43 | 3E | 0 | 25 | EC | 32 | 2A |
| Octal | 65 | 75 | 240 | 103 | 76 | 0 | 45 | 354 | 62 | 52 |
| Binary | 110101 | 111101 | 10100000 | 1000011 | 111110 | 0 | 100101 | 11101100 | 110010 | 101010 |
Color Harmonies of #353DA0
Complementary color
Monochromatic Colors of #353DA0
Black with #353DA0
Text Example
Text Example
White with #353DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DA0; }
p { color: rgb(53,61,160); }
H1.HeaderClassName
{
color: #353DA0;
}
.AnyTagClassName
{
color: #353DA0;
}
</style>
background-color css
<style>
a { background-color: #353DA0; }
a { background-color: rgb(53,61,160); }
div.DivClassName
{
background-color: #353DA0;
}
.BgClassName
{
background-color: #353DA0;
}
</style>
border-color css
<style>
span { border-color: #353DA0; }
span { border-color: rgb(53,61,160); }
td.TdClassName
{
border-color: #353DA0;
}
.TagClassName
{
border-color: #353DA0;
}
</style>