Shades of Dark Slate Grey #354648
Tints of Dark Slate Grey #354648
RGB
CMYK
RGB Variations
Color information
#354648 (or 0x354648) is known color: Dark Slate Grey. HEX triplet: 35, 46 and 48. RGB value is (53,70,72). Sum of RGB (Red+Green+Blue) = 53+70+72=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #354648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354648 is #CAB9B7. Grayscale: #414141. Windows color (decimal): -13285816 or 4736565. OLE color: 4736565.
HSL color Cylindrical-coordinate representation of color #354648: hue angle of 186.32º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354648 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 70 | 72 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.72 |
| HSL | 186.32º | 0.15% | 0.25% | - |
| HSV(B) | 186.32º | 0.26% | 0.28% | - |
| XYZ | 4.83 | 5.61 | 6.96 | - |
| YUV | 65.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 72 | 0.26 | 0.03 | 0 | 0.72 | 186.32 | 0.15 | 0.25 |
| Hex | 35 | 46 | 48 | 1A | 3 | 0 | 48 | BA | F | 19 |
| Octal | 65 | 106 | 110 | 32 | 3 | 0 | 110 | 272 | 17 | 31 |
| Binary | 110101 | 1000110 | 1001000 | 11010 | 11 | 0 | 1001000 | 10111010 | 1111 | 11001 |
Color Harmonies of #354648
Complementary color
Monochromatic Colors of #354648
Black with #354648
Text Example
Text Example
White with #354648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354648; }
p { color: rgb(53,70,72); }
H1.HeaderClassName
{
color: #354648;
}
.AnyTagClassName
{
color: #354648;
}
</style>
background-color css
<style>
a { background-color: #354648; }
a { background-color: rgb(53,70,72); }
div.DivClassName
{
background-color: #354648;
}
.BgClassName
{
background-color: #354648;
}
</style>
border-color css
<style>
span { border-color: #354648; }
span { border-color: rgb(53,70,72); }
td.TdClassName
{
border-color: #354648;
}
.TagClassName
{
border-color: #354648;
}
</style>