Shades of Dark Slate Blue #353393
Tints of Dark Slate Blue #353393
RGB
CMYK
RGB Variations
Color information
#353393 (or 0x353393) is known color: Dark Slate Blue. HEX triplet: 35, 33 and 93. RGB value is (53,51,147). Sum of RGB (Red+Green+Blue) = 53+51+147=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #353393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353393 is #CACC6C. Grayscale: #3E3E3E. Windows color (decimal): -13290605 or 9646901. OLE color: 9646901.
HSL color Cylindrical-coordinate representation of color #353393: hue angle of 241.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353393 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 51 | 147 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.42 |
| HSL | 241.25º | 0.48% | 0.39% | - |
| HSV(B) | 241.25º | 0.65% | 0.58% | - |
| XYZ | 7.92 | 5.23 | 28.2 | - |
| YUV | 62.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 147 | 0.64 | 0.65 | 0 | 0.42 | 241.25 | 0.48 | 0.39 |
| Hex | 35 | 33 | 93 | 40 | 41 | 0 | 2A | F1 | 30 | 27 |
| Octal | 65 | 63 | 223 | 100 | 101 | 0 | 52 | 361 | 60 | 47 |
| Binary | 110101 | 110011 | 10010011 | 1000000 | 1000001 | 0 | 101010 | 11110001 | 110000 | 100111 |
Color Harmonies of #353393
Complementary color
Monochromatic Colors of #353393
Black with #353393
Text Example
Text Example
White with #353393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353393; }
p { color: rgb(53,51,147); }
H1.HeaderClassName
{
color: #353393;
}
.AnyTagClassName
{
color: #353393;
}
</style>
background-color css
<style>
a { background-color: #353393; }
a { background-color: rgb(53,51,147); }
div.DivClassName
{
background-color: #353393;
}
.BgClassName
{
background-color: #353393;
}
</style>
border-color css
<style>
span { border-color: #353393; }
span { border-color: rgb(53,51,147); }
td.TdClassName
{
border-color: #353393;
}
.TagClassName
{
border-color: #353393;
}
</style>