Shades of Dark Slate Blue #352E91
Tints of Dark Slate Blue #352E91
RGB
CMYK
RGB Variations
Color information
#352E91 (or 0x352E91) is known color: Dark Slate Blue. HEX triplet: 35, 2E and 91. RGB value is (53,46,145). Sum of RGB (Red+Green+Blue) = 53+46+145=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #352E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352E91 is #CAD16E. Grayscale: #3A3A3A. Windows color (decimal): -13291887 or 9514549. OLE color: 9514549.
HSL color Cylindrical-coordinate representation of color #352E91: hue angle of 244.24º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352E91 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 46 | 145 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.43 |
| HSL | 244.24º | 0.52% | 0.37% | - |
| HSV(B) | 244.24º | 0.68% | 0.57% | - |
| XYZ | 7.56 | 4.76 | 27.31 | - |
| YUV | 59.38 | 176.32 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 145 | 0.63 | 0.68 | 0 | 0.43 | 244.24 | 0.52 | 0.37 |
| Hex | 35 | 2E | 91 | 3F | 44 | 0 | 2B | F4 | 34 | 25 |
| Octal | 65 | 56 | 221 | 77 | 104 | 0 | 53 | 364 | 64 | 45 |
| Binary | 110101 | 101110 | 10010001 | 111111 | 1000100 | 0 | 101011 | 11110100 | 110100 | 100101 |
Color Harmonies of #352E91
Complementary color
Monochromatic Colors of #352E91
Black with #352E91
Text Example
Text Example
White with #352E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E91; }
p { color: rgb(53,46,145); }
H1.HeaderClassName
{
color: #352E91;
}
.AnyTagClassName
{
color: #352E91;
}
</style>
background-color css
<style>
a { background-color: #352E91; }
a { background-color: rgb(53,46,145); }
div.DivClassName
{
background-color: #352E91;
}
.BgClassName
{
background-color: #352E91;
}
</style>
border-color css
<style>
span { border-color: #352E91; }
span { border-color: rgb(53,46,145); }
td.TdClassName
{
border-color: #352E91;
}
.TagClassName
{
border-color: #352E91;
}
</style>