Shades of Dark Slate Blue #353397
Tints of Dark Slate Blue #353397
RGB
CMYK
RGB Variations
Color information
#353397 (or 0x353397) is known color: Dark Slate Blue. HEX triplet: 35, 33 and 97. RGB value is (53,51,151). Sum of RGB (Red+Green+Blue) = 53+51+151=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #353397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353397 is #CACC68. Grayscale: #3E3E3E. Windows color (decimal): -13290601 or 9909045. OLE color: 9909045.
HSL color Cylindrical-coordinate representation of color #353397: hue angle of 241.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353397 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 51 | 151 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.41 |
| HSL | 241.2º | 0.5% | 0.4% | - |
| HSV(B) | 241.2º | 0.66% | 0.59% | - |
| XYZ | 8.24 | 5.36 | 29.88 | - |
| YUV | 63 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 151 | 0.65 | 0.66 | 0 | 0.41 | 241.2 | 0.5 | 0.4 |
| Hex | 35 | 33 | 97 | 41 | 42 | 0 | 29 | F1 | 32 | 28 |
| Octal | 65 | 63 | 227 | 101 | 102 | 0 | 51 | 361 | 62 | 50 |
| Binary | 110101 | 110011 | 10010111 | 1000001 | 1000010 | 0 | 101001 | 11110001 | 110010 | 101000 |
Color Harmonies of #353397
Complementary color
Monochromatic Colors of #353397
Black with #353397
Text Example
Text Example
White with #353397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353397; }
p { color: rgb(53,51,151); }
H1.HeaderClassName
{
color: #353397;
}
.AnyTagClassName
{
color: #353397;
}
</style>
background-color css
<style>
a { background-color: #353397; }
a { background-color: rgb(53,51,151); }
div.DivClassName
{
background-color: #353397;
}
.BgClassName
{
background-color: #353397;
}
</style>
border-color css
<style>
span { border-color: #353397; }
span { border-color: rgb(53,51,151); }
td.TdClassName
{
border-color: #353397;
}
.TagClassName
{
border-color: #353397;
}
</style>