Shades of Dark Slate Blue #353593
Tints of Dark Slate Blue #353593
RGB
CMYK
RGB Variations
Color information
#353593 (or 0x353593) is known color: Dark Slate Blue. HEX triplet: 35, 35 and 93. RGB value is (53,53,147). Sum of RGB (Red+Green+Blue) = 53+53+147=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #353593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353593 is #CACA6C. Grayscale: #3F3F3F. Windows color (decimal): -13290093 or 9647413. OLE color: 9647413.
HSL color Cylindrical-coordinate representation of color #353593: hue angle of 240º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353593 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 53 | 147 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.42 |
| HSL | 240º | 0.47% | 0.39% | - |
| HSV(B) | 240º | 0.64% | 0.58% | - |
| XYZ | 8.01 | 5.41 | 28.23 | - |
| YUV | 63.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 147 | 0.64 | 0.64 | 0 | 0.42 | 240 | 0.47 | 0.39 |
| Hex | 35 | 35 | 93 | 40 | 40 | 0 | 2A | F0 | 2F | 27 |
| Octal | 65 | 65 | 223 | 100 | 100 | 0 | 52 | 360 | 57 | 47 |
| Binary | 110101 | 110101 | 10010011 | 1000000 | 1000000 | 0 | 101010 | 11110000 | 101111 | 100111 |
Color Harmonies of #353593
Complementary color
Monochromatic Colors of #353593
Black with #353593
Text Example
Text Example
White with #353593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353593; }
p { color: rgb(53,53,147); }
H1.HeaderClassName
{
color: #353593;
}
.AnyTagClassName
{
color: #353593;
}
</style>
background-color css
<style>
a { background-color: #353593; }
a { background-color: rgb(53,53,147); }
div.DivClassName
{
background-color: #353593;
}
.BgClassName
{
background-color: #353593;
}
</style>
border-color css
<style>
span { border-color: #353593; }
span { border-color: rgb(53,53,147); }
td.TdClassName
{
border-color: #353593;
}
.TagClassName
{
border-color: #353593;
}
</style>