Shades of Dark Slate Blue #353392
Tints of Dark Slate Blue #353392
RGB
CMYK
RGB Variations
Color information
#353392 (or 0x353392) is known color: Dark Slate Blue. HEX triplet: 35, 33 and 92. RGB value is (53,51,146). Sum of RGB (Red+Green+Blue) = 53+51+146=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #353392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353392 is #CACC6D. Grayscale: #3E3E3E. Windows color (decimal): -13290606 or 9581365. OLE color: 9581365.
HSL color Cylindrical-coordinate representation of color #353392: hue angle of 241.26º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353392 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 51 | 146 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.43 |
| HSL | 241.26º | 0.48% | 0.39% | - |
| HSV(B) | 241.26º | 0.65% | 0.57% | - |
| XYZ | 7.84 | 5.2 | 27.78 | - |
| YUV | 62.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 146 | 0.64 | 0.65 | 0 | 0.43 | 241.26 | 0.48 | 0.39 |
| Hex | 35 | 33 | 92 | 40 | 41 | 0 | 2B | F1 | 30 | 27 |
| Octal | 65 | 63 | 222 | 100 | 101 | 0 | 53 | 361 | 60 | 47 |
| Binary | 110101 | 110011 | 10010010 | 1000000 | 1000001 | 0 | 101011 | 11110001 | 110000 | 100111 |
Color Harmonies of #353392
Complementary color
Monochromatic Colors of #353392
Black with #353392
Text Example
Text Example
White with #353392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353392; }
p { color: rgb(53,51,146); }
H1.HeaderClassName
{
color: #353392;
}
.AnyTagClassName
{
color: #353392;
}
</style>
background-color css
<style>
a { background-color: #353392; }
a { background-color: rgb(53,51,146); }
div.DivClassName
{
background-color: #353392;
}
.BgClassName
{
background-color: #353392;
}
</style>
border-color css
<style>
span { border-color: #353392; }
span { border-color: rgb(53,51,146); }
td.TdClassName
{
border-color: #353392;
}
.TagClassName
{
border-color: #353392;
}
</style>