Shades of Dark Slate Blue #352F91
Tints of Dark Slate Blue #352F91
RGB
CMYK
RGB Variations
Color information
#352F91 (or 0x352F91) is known color: Dark Slate Blue. HEX triplet: 35, 2F and 91. RGB value is (53,47,145). Sum of RGB (Red+Green+Blue) = 53+47+145=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #352F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352F91 is #CAD06E. Grayscale: #3B3B3B. Windows color (decimal): -13291631 or 9514805. OLE color: 9514805.
HSL color Cylindrical-coordinate representation of color #352F91: hue angle of 243.67º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352F91 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 47 | 145 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.43 |
| HSL | 243.67º | 0.51% | 0.38% | - |
| HSV(B) | 243.67º | 0.68% | 0.57% | - |
| XYZ | 7.6 | 4.83 | 27.32 | - |
| YUV | 59.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 145 | 0.63 | 0.68 | 0 | 0.43 | 243.67 | 0.51 | 0.38 |
| Hex | 35 | 2F | 91 | 3F | 44 | 0 | 2B | F4 | 33 | 26 |
| Octal | 65 | 57 | 221 | 77 | 104 | 0 | 53 | 364 | 63 | 46 |
| Binary | 110101 | 101111 | 10010001 | 111111 | 1000100 | 0 | 101011 | 11110100 | 110011 | 100110 |
Color Harmonies of #352F91
Complementary color
Monochromatic Colors of #352F91
Black with #352F91
Text Example
Text Example
White with #352F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F91; }
p { color: rgb(53,47,145); }
H1.HeaderClassName
{
color: #352F91;
}
.AnyTagClassName
{
color: #352F91;
}
</style>
background-color css
<style>
a { background-color: #352F91; }
a { background-color: rgb(53,47,145); }
div.DivClassName
{
background-color: #352F91;
}
.BgClassName
{
background-color: #352F91;
}
</style>
border-color css
<style>
span { border-color: #352F91; }
span { border-color: rgb(53,47,145); }
td.TdClassName
{
border-color: #352F91;
}
.TagClassName
{
border-color: #352F91;
}
</style>