Shades of Dark Slate Blue #353192
Tints of Dark Slate Blue #353192
RGB
CMYK
RGB Variations
Color information
#353192 (or 0x353192) is known color: Dark Slate Blue. HEX triplet: 35, 31 and 92. RGB value is (53,49,146). Sum of RGB (Red+Green+Blue) = 53+49+146=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #353192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353192 is #CACE6D. Grayscale: #3C3C3C. Windows color (decimal): -13291118 or 9580853. OLE color: 9580853.
HSL color Cylindrical-coordinate representation of color #353192: hue angle of 242.47º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353192 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 49 | 146 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.43 |
| HSL | 242.47º | 0.5% | 0.38% | - |
| HSV(B) | 242.47º | 0.66% | 0.57% | - |
| XYZ | 7.75 | 5.03 | 27.76 | - |
| YUV | 61.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 146 | 0.64 | 0.66 | 0 | 0.43 | 242.47 | 0.5 | 0.38 |
| Hex | 35 | 31 | 92 | 40 | 42 | 0 | 2B | F2 | 32 | 26 |
| Octal | 65 | 61 | 222 | 100 | 102 | 0 | 53 | 362 | 62 | 46 |
| Binary | 110101 | 110001 | 10010010 | 1000000 | 1000010 | 0 | 101011 | 11110010 | 110010 | 100110 |
Color Harmonies of #353192
Complementary color
Monochromatic Colors of #353192
Black with #353192
Text Example
Text Example
White with #353192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353192; }
p { color: rgb(53,49,146); }
H1.HeaderClassName
{
color: #353192;
}
.AnyTagClassName
{
color: #353192;
}
</style>
background-color css
<style>
a { background-color: #353192; }
a { background-color: rgb(53,49,146); }
div.DivClassName
{
background-color: #353192;
}
.BgClassName
{
background-color: #353192;
}
</style>
border-color css
<style>
span { border-color: #353192; }
span { border-color: rgb(53,49,146); }
td.TdClassName
{
border-color: #353192;
}
.TagClassName
{
border-color: #353192;
}
</style>