Shades of Dark Slate Grey #354B4C
Tints of Dark Slate Grey #354B4C
RGB
CMYK
RGB Variations
Color information
#354B4C (or 0x354B4C) is known color: Dark Slate Grey. HEX triplet: 35, 4B and 4C. RGB value is (53,75,76). Sum of RGB (Red+Green+Blue) = 53+75+76=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #354B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B4C is #CAB4B3. Grayscale: #444444. Windows color (decimal): -13284532 or 4999989. OLE color: 4999989.
HSL color Cylindrical-coordinate representation of color #354B4C: hue angle of 182.61º 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 #354B4C is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 75 | 76 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.70 |
| HSL | 182.61º | 0.18% | 0.25% | - |
| HSV(B) | 182.61º | 0.3% | 0.3% | - |
| XYZ | 5.29 | 6.31 | 7.78 | - |
| YUV | 68.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 76 | 0.30 | 0.01 | 0 | 0.70 | 182.61 | 0.18 | 0.25 |
| Hex | 35 | 4B | 4C | 1E | 1 | 0 | 46 | B7 | 12 | 19 |
| Octal | 65 | 113 | 114 | 36 | 1 | 0 | 106 | 267 | 22 | 31 |
| Binary | 110101 | 1001011 | 1001100 | 11110 | 1 | 0 | 1000110 | 10110111 | 10010 | 11001 |
Color Harmonies of #354B4C
Complementary color
Monochromatic Colors of #354B4C
Black with #354B4C
Text Example
Text Example
White with #354B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B4C; }
p { color: rgb(53,75,76); }
H1.HeaderClassName
{
color: #354B4C;
}
.AnyTagClassName
{
color: #354B4C;
}
</style>
background-color css
<style>
a { background-color: #354B4C; }
a { background-color: rgb(53,75,76); }
div.DivClassName
{
background-color: #354B4C;
}
.BgClassName
{
background-color: #354B4C;
}
</style>
border-color css
<style>
span { border-color: #354B4C; }
span { border-color: rgb(53,75,76); }
td.TdClassName
{
border-color: #354B4C;
}
.TagClassName
{
border-color: #354B4C;
}
</style>