Shades of Dark Slate Blue #353197
Tints of Dark Slate Blue #353197
RGB
CMYK
RGB Variations
Color information
#353197 (or 0x353197) is known color: Dark Slate Blue. HEX triplet: 35, 31 and 97. RGB value is (53,49,151). Sum of RGB (Red+Green+Blue) = 53+49+151=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #353197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353197 is #CACE68. Grayscale: #3D3D3D. Windows color (decimal): -13291113 or 9908533. OLE color: 9908533.
HSL color Cylindrical-coordinate representation of color #353197: hue angle of 242.35º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #353197 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 49 | 151 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.41 |
| HSL | 242.35º | 0.51% | 0.39% | - |
| HSV(B) | 242.35º | 0.68% | 0.59% | - |
| XYZ | 8.15 | 5.19 | 29.85 | - |
| YUV | 61.82 | 178.33 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 151 | 0.65 | 0.68 | 0 | 0.41 | 242.35 | 0.51 | 0.39 |
| Hex | 35 | 31 | 97 | 41 | 44 | 0 | 29 | F2 | 33 | 27 |
| Octal | 65 | 61 | 227 | 101 | 104 | 0 | 51 | 362 | 63 | 47 |
| Binary | 110101 | 110001 | 10010111 | 1000001 | 1000100 | 0 | 101001 | 11110010 | 110011 | 100111 |
Color Harmonies of #353197
Complementary color
Monochromatic Colors of #353197
Black with #353197
Text Example
Text Example
White with #353197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353197; }
p { color: rgb(53,49,151); }
H1.HeaderClassName
{
color: #353197;
}
.AnyTagClassName
{
color: #353197;
}
</style>
background-color css
<style>
a { background-color: #353197; }
a { background-color: rgb(53,49,151); }
div.DivClassName
{
background-color: #353197;
}
.BgClassName
{
background-color: #353197;
}
</style>
border-color css
<style>
span { border-color: #353197; }
span { border-color: rgb(53,49,151); }
td.TdClassName
{
border-color: #353197;
}
.TagClassName
{
border-color: #353197;
}
</style>