Shades of Dark Slate Blue #352C91
Tints of Dark Slate Blue #352C91
RGB
CMYK
RGB Variations
Color information
#352C91 (or 0x352C91) is known color: Dark Slate Blue. HEX triplet: 35, 2C and 91. RGB value is (53,44,145). Sum of RGB (Red+Green+Blue) = 53+44+145=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #352C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C91 is #CAD36E. Grayscale: #393939. Windows color (decimal): -13292399 or 9514037. OLE color: 9514037.
HSL color Cylindrical-coordinate representation of color #352C91: hue angle of 245.35º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352C91 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 44 | 145 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.43 |
| HSL | 245.35º | 0.53% | 0.37% | - |
| HSV(B) | 245.35º | 0.7% | 0.57% | - |
| XYZ | 7.48 | 4.6 | 27.28 | - |
| YUV | 58.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 145 | 0.63 | 0.70 | 0 | 0.43 | 245.35 | 0.53 | 0.37 |
| Hex | 35 | 2C | 91 | 3F | 46 | 0 | 2B | F5 | 35 | 25 |
| Octal | 65 | 54 | 221 | 77 | 106 | 0 | 53 | 365 | 65 | 45 |
| Binary | 110101 | 101100 | 10010001 | 111111 | 1000110 | 0 | 101011 | 11110101 | 110101 | 100101 |
Color Harmonies of #352C91
Complementary color
Monochromatic Colors of #352C91
Black with #352C91
Text Example
Text Example
White with #352C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C91; }
p { color: rgb(53,44,145); }
H1.HeaderClassName
{
color: #352C91;
}
.AnyTagClassName
{
color: #352C91;
}
</style>
background-color css
<style>
a { background-color: #352C91; }
a { background-color: rgb(53,44,145); }
div.DivClassName
{
background-color: #352C91;
}
.BgClassName
{
background-color: #352C91;
}
</style>
border-color css
<style>
span { border-color: #352C91; }
span { border-color: rgb(53,44,145); }
td.TdClassName
{
border-color: #352C91;
}
.TagClassName
{
border-color: #352C91;
}
</style>