Shades of Dark Slate Blue #352B8D
Tints of Dark Slate Blue #352B8D
RGB
CMYK
RGB Variations
Color information
#352B8D (or 0x352B8D) is known color: Dark Slate Blue. HEX triplet: 35, 2B and 8D. RGB value is (53,43,141). Sum of RGB (Red+Green+Blue) = 53+43+141=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #352B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352B8D is #CAD472. Grayscale: #383838. Windows color (decimal): -13292659 or 9251637. OLE color: 9251637.
HSL color Cylindrical-coordinate representation of color #352B8D: hue angle of 246.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352B8D is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 43 | 141 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.45 |
| HSL | 246.12º | 0.53% | 0.36% | - |
| HSV(B) | 246.12º | 0.7% | 0.55% | - |
| XYZ | 7.14 | 4.41 | 25.67 | - |
| YUV | 57.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 141 | 0.62 | 0.70 | 0 | 0.45 | 246.12 | 0.53 | 0.36 |
| Hex | 35 | 2B | 8D | 3E | 46 | 0 | 2D | F6 | 35 | 24 |
| Octal | 65 | 53 | 215 | 76 | 106 | 0 | 55 | 366 | 65 | 44 |
| Binary | 110101 | 101011 | 10001101 | 111110 | 1000110 | 0 | 101101 | 11110110 | 110101 | 100100 |
Color Harmonies of #352B8D
Complementary color
Monochromatic Colors of #352B8D
Black with #352B8D
Text Example
Text Example
White with #352B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B8D; }
p { color: rgb(53,43,141); }
H1.HeaderClassName
{
color: #352B8D;
}
.AnyTagClassName
{
color: #352B8D;
}
</style>
background-color css
<style>
a { background-color: #352B8D; }
a { background-color: rgb(53,43,141); }
div.DivClassName
{
background-color: #352B8D;
}
.BgClassName
{
background-color: #352B8D;
}
</style>
border-color css
<style>
span { border-color: #352B8D; }
span { border-color: rgb(53,43,141); }
td.TdClassName
{
border-color: #352B8D;
}
.TagClassName
{
border-color: #352B8D;
}
</style>