Shades of Dark Slate Blue #352D9C
Tints of Dark Slate Blue #352D9C
RGB
CMYK
RGB Variations
Color information
#352D9C (or 0x352D9C) is known color: Dark Slate Blue. HEX triplet: 35, 2D and 9C. RGB value is (53,45,156). Sum of RGB (Red+Green+Blue) = 53+45+156=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #352D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352D9C is #CAD263. Grayscale: #3B3B3B. Windows color (decimal): -13292132 or 10235189. OLE color: 10235189.
HSL color Cylindrical-coordinate representation of color #352D9C: hue angle of 244.32º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #352D9C is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 45 | 156 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.39 |
| HSL | 244.32º | 0.55% | 0.39% | - |
| HSV(B) | 244.32º | 0.71% | 0.61% | - |
| XYZ | 8.41 | 5.03 | 31.98 | - |
| YUV | 60.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 156 | 0.66 | 0.71 | 0 | 0.39 | 244.32 | 0.55 | 0.39 |
| Hex | 35 | 2D | 9C | 42 | 47 | 0 | 27 | F4 | 37 | 27 |
| Octal | 65 | 55 | 234 | 102 | 107 | 0 | 47 | 364 | 67 | 47 |
| Binary | 110101 | 101101 | 10011100 | 1000010 | 1000111 | 0 | 100111 | 11110100 | 110111 | 100111 |
Color Harmonies of #352D9C
Complementary color
Monochromatic Colors of #352D9C
Black with #352D9C
Text Example
Text Example
White with #352D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D9C; }
p { color: rgb(53,45,156); }
H1.HeaderClassName
{
color: #352D9C;
}
.AnyTagClassName
{
color: #352D9C;
}
</style>
background-color css
<style>
a { background-color: #352D9C; }
a { background-color: rgb(53,45,156); }
div.DivClassName
{
background-color: #352D9C;
}
.BgClassName
{
background-color: #352D9C;
}
</style>
border-color css
<style>
span { border-color: #352D9C; }
span { border-color: rgb(53,45,156); }
td.TdClassName
{
border-color: #352D9C;
}
.TagClassName
{
border-color: #352D9C;
}
</style>