Shades of Dark Slate Grey #354749
Tints of Dark Slate Grey #354749
RGB
CMYK
RGB Variations
Color information
#354749 (or 0x354749) is known color: Dark Slate Grey. HEX triplet: 35, 47 and 49. RGB value is (53,71,73). Sum of RGB (Red+Green+Blue) = 53+71+73=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #354749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354749 is #CAB8B6. Grayscale: #414141. Windows color (decimal): -13285559 or 4802357. OLE color: 4802357.
HSL color Cylindrical-coordinate representation of color #354749: hue angle of 186º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354749 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 71 | 73 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.71 |
| HSL | 186º | 0.16% | 0.25% | - |
| HSV(B) | 186º | 0.27% | 0.29% | - |
| XYZ | 4.92 | 5.74 | 7.15 | - |
| YUV | 65.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 73 | 0.27 | 0.03 | 0 | 0.71 | 186 | 0.16 | 0.25 |
| Hex | 35 | 47 | 49 | 1B | 3 | 0 | 47 | BA | 10 | 19 |
| Octal | 65 | 107 | 111 | 33 | 3 | 0 | 107 | 272 | 20 | 31 |
| Binary | 110101 | 1000111 | 1001001 | 11011 | 11 | 0 | 1000111 | 10111010 | 10000 | 11001 |
Color Harmonies of #354749
Complementary color
Monochromatic Colors of #354749
Black with #354749
Text Example
Text Example
White with #354749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354749; }
p { color: rgb(53,71,73); }
H1.HeaderClassName
{
color: #354749;
}
.AnyTagClassName
{
color: #354749;
}
</style>
background-color css
<style>
a { background-color: #354749; }
a { background-color: rgb(53,71,73); }
div.DivClassName
{
background-color: #354749;
}
.BgClassName
{
background-color: #354749;
}
</style>
border-color css
<style>
span { border-color: #354749; }
span { border-color: rgb(53,71,73); }
td.TdClassName
{
border-color: #354749;
}
.TagClassName
{
border-color: #354749;
}
</style>