Shades of Dark Slate Grey #354A4C
Tints of Dark Slate Grey #354A4C
RGB
CMYK
RGB Variations
Color information
#354A4C (or 0x354A4C) is known color: Dark Slate Grey. HEX triplet: 35, 4A and 4C. RGB value is (53,74,76). Sum of RGB (Red+Green+Blue) = 53+74+76=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #354A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A4C is #CAB5B3. Grayscale: #434343. Windows color (decimal): -13284788 or 4999733. OLE color: 4999733.
HSL color Cylindrical-coordinate representation of color #354A4C: hue angle of 185.22º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354A4C is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 74 | 76 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.70 |
| HSL | 185.22º | 0.18% | 0.25% | - |
| HSV(B) | 185.22º | 0.3% | 0.3% | - |
| XYZ | 5.22 | 6.18 | 7.75 | - |
| YUV | 67.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 76 | 0.30 | 0.03 | 0 | 0.70 | 185.22 | 0.18 | 0.25 |
| Hex | 35 | 4A | 4C | 1E | 3 | 0 | 46 | B9 | 12 | 19 |
| Octal | 65 | 112 | 114 | 36 | 3 | 0 | 106 | 271 | 22 | 31 |
| Binary | 110101 | 1001010 | 1001100 | 11110 | 11 | 0 | 1000110 | 10111001 | 10010 | 11001 |
Color Harmonies of #354A4C
Complementary color
Monochromatic Colors of #354A4C
Black with #354A4C
Text Example
Text Example
White with #354A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A4C; }
p { color: rgb(53,74,76); }
H1.HeaderClassName
{
color: #354A4C;
}
.AnyTagClassName
{
color: #354A4C;
}
</style>
background-color css
<style>
a { background-color: #354A4C; }
a { background-color: rgb(53,74,76); }
div.DivClassName
{
background-color: #354A4C;
}
.BgClassName
{
background-color: #354A4C;
}
</style>
border-color css
<style>
span { border-color: #354A4C; }
span { border-color: rgb(53,74,76); }
td.TdClassName
{
border-color: #354A4C;
}
.TagClassName
{
border-color: #354A4C;
}
</style>