Shades of Dark Slate Blue #352998
Tints of Dark Slate Blue #352998
RGB
CMYK
RGB Variations
Color information
#352998 (or 0x352998) is known color: Dark Slate Blue. HEX triplet: 35, 29 and 98. RGB value is (53,41,152). Sum of RGB (Red+Green+Blue) = 53+41+152=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #352998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352998 is #CAD667. Grayscale: #383838. Windows color (decimal): -13293160 or 9972021. OLE color: 9972021.
HSL color Cylindrical-coordinate representation of color #352998: hue angle of 246.49º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352998 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 41 | 152 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.40 |
| HSL | 246.49º | 0.58% | 0.38% | - |
| HSV(B) | 246.49º | 0.73% | 0.6% | - |
| XYZ | 7.93 | 4.61 | 30.18 | - |
| YUV | 57.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 152 | 0.65 | 0.73 | 0 | 0.40 | 246.49 | 0.58 | 0.38 |
| Hex | 35 | 29 | 98 | 41 | 49 | 0 | 28 | F6 | 3A | 26 |
| Octal | 65 | 51 | 230 | 101 | 111 | 0 | 50 | 366 | 72 | 46 |
| Binary | 110101 | 101001 | 10011000 | 1000001 | 1001001 | 0 | 101000 | 11110110 | 111010 | 100110 |
Color Harmonies of #352998
Complementary color
Monochromatic Colors of #352998
Black with #352998
Text Example
Text Example
White with #352998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352998; }
p { color: rgb(53,41,152); }
H1.HeaderClassName
{
color: #352998;
}
.AnyTagClassName
{
color: #352998;
}
</style>
background-color css
<style>
a { background-color: #352998; }
a { background-color: rgb(53,41,152); }
div.DivClassName
{
background-color: #352998;
}
.BgClassName
{
background-color: #352998;
}
</style>
border-color css
<style>
span { border-color: #352998; }
span { border-color: rgb(53,41,152); }
td.TdClassName
{
border-color: #352998;
}
.TagClassName
{
border-color: #352998;
}
</style>