Shades of Dark Slate Blue #352F8F
Tints of Dark Slate Blue #352F8F
RGB
CMYK
RGB Variations
Color information
#352F8F (or 0x352F8F) is known color: Dark Slate Blue. HEX triplet: 35, 2F and 8F. RGB value is (53,47,143). Sum of RGB (Red+Green+Blue) = 53+47+143=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #352F8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352F8F is #CAD070. Grayscale: #3B3B3B. Windows color (decimal): -13291633 or 9383733. OLE color: 9383733.
HSL color Cylindrical-coordinate representation of color #352F8F: hue angle of 243.75º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352F8F is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 47 | 143 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.44 |
| HSL | 243.75º | 0.51% | 0.37% | - |
| HSV(B) | 243.75º | 0.67% | 0.56% | - |
| XYZ | 7.44 | 4.77 | 26.52 | - |
| YUV | 59.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 143 | 0.63 | 0.67 | 0 | 0.44 | 243.75 | 0.51 | 0.37 |
| Hex | 35 | 2F | 8F | 3F | 43 | 0 | 2C | F4 | 33 | 25 |
| Octal | 65 | 57 | 217 | 77 | 103 | 0 | 54 | 364 | 63 | 45 |
| Binary | 110101 | 101111 | 10001111 | 111111 | 1000011 | 0 | 101100 | 11110100 | 110011 | 100101 |
Color Harmonies of #352F8F
Complementary color
Monochromatic Colors of #352F8F
Black with #352F8F
Text Example
Text Example
White with #352F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F8F; }
p { color: rgb(53,47,143); }
H1.HeaderClassName
{
color: #352F8F;
}
.AnyTagClassName
{
color: #352F8F;
}
</style>
background-color css
<style>
a { background-color: #352F8F; }
a { background-color: rgb(53,47,143); }
div.DivClassName
{
background-color: #352F8F;
}
.BgClassName
{
background-color: #352F8F;
}
</style>
border-color css
<style>
span { border-color: #352F8F; }
span { border-color: rgb(53,47,143); }
td.TdClassName
{
border-color: #352F8F;
}
.TagClassName
{
border-color: #352F8F;
}
</style>