Shades of Dark Slate Blue #353195
Tints of Dark Slate Blue #353195
RGB
CMYK
RGB Variations
Color information
#353195 (or 0x353195) is known color: Dark Slate Blue. HEX triplet: 35, 31 and 95. RGB value is (53,49,149). Sum of RGB (Red+Green+Blue) = 53+49+149=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #353195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353195 is #CACE6A. Grayscale: #3D3D3D. Windows color (decimal): -13291115 or 9777461. OLE color: 9777461.
HSL color Cylindrical-coordinate representation of color #353195: hue angle of 242.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353195 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 49 | 149 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.42 |
| HSL | 242.4º | 0.51% | 0.39% | - |
| HSV(B) | 242.4º | 0.67% | 0.58% | - |
| XYZ | 7.99 | 5.12 | 29 | - |
| YUV | 61.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 149 | 0.64 | 0.67 | 0 | 0.42 | 242.4 | 0.51 | 0.39 |
| Hex | 35 | 31 | 95 | 40 | 43 | 0 | 2A | F2 | 33 | 27 |
| Octal | 65 | 61 | 225 | 100 | 103 | 0 | 52 | 362 | 63 | 47 |
| Binary | 110101 | 110001 | 10010101 | 1000000 | 1000011 | 0 | 101010 | 11110010 | 110011 | 100111 |
Color Harmonies of #353195
Complementary color
Monochromatic Colors of #353195
Black with #353195
Text Example
Text Example
White with #353195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353195; }
p { color: rgb(53,49,149); }
H1.HeaderClassName
{
color: #353195;
}
.AnyTagClassName
{
color: #353195;
}
</style>
background-color css
<style>
a { background-color: #353195; }
a { background-color: rgb(53,49,149); }
div.DivClassName
{
background-color: #353195;
}
.BgClassName
{
background-color: #353195;
}
</style>
border-color css
<style>
span { border-color: #353195; }
span { border-color: rgb(53,49,149); }
td.TdClassName
{
border-color: #353195;
}
.TagClassName
{
border-color: #353195;
}
</style>