Shades of Dark Slate Blue #353092
Tints of Dark Slate Blue #353092
RGB
CMYK
RGB Variations
Color information
#353092 (or 0x353092) is known color: Dark Slate Blue. HEX triplet: 35, 30 and 92. RGB value is (53,48,146). Sum of RGB (Red+Green+Blue) = 53+48+146=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #353092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353092 is #CACF6D. Grayscale: #3C3C3C. Windows color (decimal): -13291374 or 9580597. OLE color: 9580597.
HSL color Cylindrical-coordinate representation of color #353092: hue angle of 243.06º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353092 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 48 | 146 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.43 |
| HSL | 243.06º | 0.51% | 0.38% | - |
| HSV(B) | 243.06º | 0.67% | 0.57% | - |
| XYZ | 7.71 | 4.95 | 27.74 | - |
| YUV | 60.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 146 | 0.64 | 0.67 | 0 | 0.43 | 243.06 | 0.51 | 0.38 |
| Hex | 35 | 30 | 92 | 40 | 43 | 0 | 2B | F3 | 33 | 26 |
| Octal | 65 | 60 | 222 | 100 | 103 | 0 | 53 | 363 | 63 | 46 |
| Binary | 110101 | 110000 | 10010010 | 1000000 | 1000011 | 0 | 101011 | 11110011 | 110011 | 100110 |
Color Harmonies of #353092
Complementary color
Monochromatic Colors of #353092
Black with #353092
Text Example
Text Example
White with #353092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353092; }
p { color: rgb(53,48,146); }
H1.HeaderClassName
{
color: #353092;
}
.AnyTagClassName
{
color: #353092;
}
</style>
background-color css
<style>
a { background-color: #353092; }
a { background-color: rgb(53,48,146); }
div.DivClassName
{
background-color: #353092;
}
.BgClassName
{
background-color: #353092;
}
</style>
border-color css
<style>
span { border-color: #353092; }
span { border-color: rgb(53,48,146); }
td.TdClassName
{
border-color: #353092;
}
.TagClassName
{
border-color: #353092;
}
</style>