Shades of Dark Slate Blue #352F99
Tints of Dark Slate Blue #352F99
RGB
CMYK
RGB Variations
Color information
#352F99 (or 0x352F99) is known color: Dark Slate Blue. HEX triplet: 35, 2F and 99. RGB value is (53,47,153). Sum of RGB (Red+Green+Blue) = 53+47+153=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #352F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352F99 is #CAD066. Grayscale: #3C3C3C. Windows color (decimal): -13291623 or 10039093. OLE color: 10039093.
HSL color Cylindrical-coordinate representation of color #352F99: hue angle of 243.4º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352F99 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 47 | 153 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.4 |
| HSL | 243.4º | 0.53% | 0.39% | - |
| HSV(B) | 243.4º | 0.69% | 0.6% | - |
| XYZ | 8.23 | 5.09 | 30.69 | - |
| YUV | 60.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 153 | 0.65 | 0.69 | 0 | 0.4 | 243.4 | 0.53 | 0.39 |
| Hex | 35 | 2F | 99 | 41 | 45 | 0 | 28 | F3 | 35 | 27 |
| Octal | 65 | 57 | 231 | 101 | 105 | 0 | 50 | 363 | 65 | 47 |
| Binary | 110101 | 101111 | 10011001 | 1000001 | 1000101 | 0 | 101000 | 11110011 | 110101 | 100111 |
Color Harmonies of #352F99
Complementary color
Monochromatic Colors of #352F99
Black with #352F99
Text Example
Text Example
White with #352F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F99; }
p { color: rgb(53,47,153); }
H1.HeaderClassName
{
color: #352F99;
}
.AnyTagClassName
{
color: #352F99;
}
</style>
background-color css
<style>
a { background-color: #352F99; }
a { background-color: rgb(53,47,153); }
div.DivClassName
{
background-color: #352F99;
}
.BgClassName
{
background-color: #352F99;
}
</style>
border-color css
<style>
span { border-color: #352F99; }
span { border-color: rgb(53,47,153); }
td.TdClassName
{
border-color: #352F99;
}
.TagClassName
{
border-color: #352F99;
}
</style>