Shades of Dark Slate Blue #353BA1
Tints of Dark Slate Blue #353BA1
RGB
CMYK
RGB Variations
Color information
#353BA1 (or 0x353BA1) is known color: Dark Slate Blue. HEX triplet: 35, 3B and A1. RGB value is (53,59,161). Sum of RGB (Red+Green+Blue) = 53+59+161=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #353BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BA1 is #CAC45E. Grayscale: #444444. Windows color (decimal): -13288543 or 10566453. OLE color: 10566453.
HSL color Cylindrical-coordinate representation of color #353BA1: hue angle of 236.67º 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 #353BA1 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 59 | 161 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.37 |
| HSL | 236.67º | 0.5% | 0.42% | - |
| HSV(B) | 236.67º | 0.67% | 0.63% | - |
| XYZ | 9.47 | 6.46 | 34.47 | - |
| YUV | 68.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 161 | 0.67 | 0.63 | 0 | 0.37 | 236.67 | 0.5 | 0.42 |
| Hex | 35 | 3B | A1 | 43 | 3F | 0 | 25 | ED | 32 | 2A |
| Octal | 65 | 73 | 241 | 103 | 77 | 0 | 45 | 355 | 62 | 52 |
| Binary | 110101 | 111011 | 10100001 | 1000011 | 111111 | 0 | 100101 | 11101101 | 110010 | 101010 |
Color Harmonies of #353BA1
Complementary color
Monochromatic Colors of #353BA1
Black with #353BA1
Text Example
Text Example
White with #353BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BA1; }
p { color: rgb(53,59,161); }
H1.HeaderClassName
{
color: #353BA1;
}
.AnyTagClassName
{
color: #353BA1;
}
</style>
background-color css
<style>
a { background-color: #353BA1; }
a { background-color: rgb(53,59,161); }
div.DivClassName
{
background-color: #353BA1;
}
.BgClassName
{
background-color: #353BA1;
}
</style>
border-color css
<style>
span { border-color: #353BA1; }
span { border-color: rgb(53,59,161); }
td.TdClassName
{
border-color: #353BA1;
}
.TagClassName
{
border-color: #353BA1;
}
</style>