Shades of Dark Slate Blue #353CA2
Tints of Dark Slate Blue #353CA2
RGB
CMYK
RGB Variations
Color information
#353CA2 (or 0x353CA2) is known color: Dark Slate Blue. HEX triplet: 35, 3C and A2. RGB value is (53,60,162). Sum of RGB (Red+Green+Blue) = 53+60+162=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #353CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CA2 is #CAC35D. Grayscale: #454545. Windows color (decimal): -13288286 or 10632245. OLE color: 10632245.
HSL color Cylindrical-coordinate representation of color #353CA2: hue angle of 236.15º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353CA2 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 60 | 162 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.36 |
| HSL | 236.15º | 0.51% | 0.42% | - |
| HSV(B) | 236.15º | 0.67% | 0.64% | - |
| XYZ | 9.61 | 6.6 | 34.95 | - |
| YUV | 69.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 162 | 0.67 | 0.63 | 0 | 0.36 | 236.15 | 0.51 | 0.42 |
| Hex | 35 | 3C | A2 | 43 | 3F | 0 | 24 | EC | 33 | 2A |
| Octal | 65 | 74 | 242 | 103 | 77 | 0 | 44 | 354 | 63 | 52 |
| Binary | 110101 | 111100 | 10100010 | 1000011 | 111111 | 0 | 100100 | 11101100 | 110011 | 101010 |
Color Harmonies of #353CA2
Complementary color
Monochromatic Colors of #353CA2
Black with #353CA2
Text Example
Text Example
White with #353CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CA2; }
p { color: rgb(53,60,162); }
H1.HeaderClassName
{
color: #353CA2;
}
.AnyTagClassName
{
color: #353CA2;
}
</style>
background-color css
<style>
a { background-color: #353CA2; }
a { background-color: rgb(53,60,162); }
div.DivClassName
{
background-color: #353CA2;
}
.BgClassName
{
background-color: #353CA2;
}
</style>
border-color css
<style>
span { border-color: #353CA2; }
span { border-color: rgb(53,60,162); }
td.TdClassName
{
border-color: #353CA2;
}
.TagClassName
{
border-color: #353CA2;
}
</style>