Shades of Dark Slate Blue #353190
Tints of Dark Slate Blue #353190
RGB
CMYK
RGB Variations
Color information
#353190 (or 0x353190) is known color: Dark Slate Blue. HEX triplet: 35, 31 and 90. RGB value is (53,49,144). Sum of RGB (Red+Green+Blue) = 53+49+144=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #353190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353190 is #CACE6F. Grayscale: #3C3C3C. Windows color (decimal): -13291120 or 9449781. OLE color: 9449781.
HSL color Cylindrical-coordinate representation of color #353190: hue angle of 242.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353190 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 49 | 144 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.44 |
| HSL | 242.53º | 0.49% | 0.38% | - |
| HSV(B) | 242.53º | 0.66% | 0.56% | - |
| XYZ | 7.6 | 4.97 | 26.94 | - |
| YUV | 61.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 144 | 0.63 | 0.66 | 0 | 0.44 | 242.53 | 0.49 | 0.38 |
| Hex | 35 | 31 | 90 | 3F | 42 | 0 | 2C | F3 | 31 | 26 |
| Octal | 65 | 61 | 220 | 77 | 102 | 0 | 54 | 363 | 61 | 46 |
| Binary | 110101 | 110001 | 10010000 | 111111 | 1000010 | 0 | 101100 | 11110011 | 110001 | 100110 |
Color Harmonies of #353190
Complementary color
Monochromatic Colors of #353190
Black with #353190
Text Example
Text Example
White with #353190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353190; }
p { color: rgb(53,49,144); }
H1.HeaderClassName
{
color: #353190;
}
.AnyTagClassName
{
color: #353190;
}
</style>
background-color css
<style>
a { background-color: #353190; }
a { background-color: rgb(53,49,144); }
div.DivClassName
{
background-color: #353190;
}
.BgClassName
{
background-color: #353190;
}
</style>
border-color css
<style>
span { border-color: #353190; }
span { border-color: rgb(53,49,144); }
td.TdClassName
{
border-color: #353190;
}
.TagClassName
{
border-color: #353190;
}
</style>