Shades of Dark Slate Blue #352F8D
Tints of Dark Slate Blue #352F8D
RGB
CMYK
RGB Variations
Color information
#352F8D (or 0x352F8D) is known color: Dark Slate Blue. HEX triplet: 35, 2F and 8D. RGB value is (53,47,141). Sum of RGB (Red+Green+Blue) = 53+47+141=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #352F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352F8D is #CAD072. Grayscale: #3B3B3B. Windows color (decimal): -13291635 or 9252661. OLE color: 9252661.
HSL color Cylindrical-coordinate representation of color #352F8D: hue angle of 243.83º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352F8D is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 47 | 141 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.45 |
| HSL | 243.83º | 0.5% | 0.37% | - |
| HSV(B) | 243.83º | 0.67% | 0.55% | - |
| XYZ | 7.29 | 4.71 | 25.72 | - |
| YUV | 59.51 | 173.99 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 141 | 0.62 | 0.67 | 0 | 0.45 | 243.83 | 0.5 | 0.37 |
| Hex | 35 | 2F | 8D | 3E | 43 | 0 | 2D | F4 | 32 | 25 |
| Octal | 65 | 57 | 215 | 76 | 103 | 0 | 55 | 364 | 62 | 45 |
| Binary | 110101 | 101111 | 10001101 | 111110 | 1000011 | 0 | 101101 | 11110100 | 110010 | 100101 |
Color Harmonies of #352F8D
Complementary color
Monochromatic Colors of #352F8D
Black with #352F8D
Text Example
Text Example
White with #352F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F8D; }
p { color: rgb(53,47,141); }
H1.HeaderClassName
{
color: #352F8D;
}
.AnyTagClassName
{
color: #352F8D;
}
</style>
background-color css
<style>
a { background-color: #352F8D; }
a { background-color: rgb(53,47,141); }
div.DivClassName
{
background-color: #352F8D;
}
.BgClassName
{
background-color: #352F8D;
}
</style>
border-color css
<style>
span { border-color: #352F8D; }
span { border-color: rgb(53,47,141); }
td.TdClassName
{
border-color: #352F8D;
}
.TagClassName
{
border-color: #352F8D;
}
</style>