Shades of Dark Slate Blue #352D8B
Tints of Dark Slate Blue #352D8B
RGB
CMYK
RGB Variations
Color information
#352D8B (or 0x352D8B) is known color: Dark Slate Blue. HEX triplet: 35, 2D and 8B. RGB value is (53,45,139). Sum of RGB (Red+Green+Blue) = 53+45+139=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #352D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352D8B is #CAD274. Grayscale: #393939. Windows color (decimal): -13292149 or 9121077. OLE color: 9121077.
HSL color Cylindrical-coordinate representation of color #352D8B: hue angle of 245.11º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352D8B is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 45 | 139 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.45 |
| HSL | 245.11º | 0.51% | 0.36% | - |
| HSV(B) | 245.11º | 0.68% | 0.55% | - |
| XYZ | 7.07 | 4.5 | 24.92 | - |
| YUV | 58.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 139 | 0.62 | 0.68 | 0 | 0.45 | 245.11 | 0.51 | 0.36 |
| Hex | 35 | 2D | 8B | 3E | 44 | 0 | 2D | F5 | 33 | 24 |
| Octal | 65 | 55 | 213 | 76 | 104 | 0 | 55 | 365 | 63 | 44 |
| Binary | 110101 | 101101 | 10001011 | 111110 | 1000100 | 0 | 101101 | 11110101 | 110011 | 100100 |
Color Harmonies of #352D8B
Complementary color
Monochromatic Colors of #352D8B
Black with #352D8B
Text Example
Text Example
White with #352D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D8B; }
p { color: rgb(53,45,139); }
H1.HeaderClassName
{
color: #352D8B;
}
.AnyTagClassName
{
color: #352D8B;
}
</style>
background-color css
<style>
a { background-color: #352D8B; }
a { background-color: rgb(53,45,139); }
div.DivClassName
{
background-color: #352D8B;
}
.BgClassName
{
background-color: #352D8B;
}
</style>
border-color css
<style>
span { border-color: #352D8B; }
span { border-color: rgb(53,45,139); }
td.TdClassName
{
border-color: #352D8B;
}
.TagClassName
{
border-color: #352D8B;
}
</style>