Shades of Dark Slate Grey #36494C
Tints of Dark Slate Grey #36494C
RGB
CMYK
RGB Variations
Color information
#36494C (or 0x36494C) is known color: Dark Slate Grey. HEX triplet: 36, 49 and 4C. RGB value is (54,73,76). Sum of RGB (Red+Green+Blue) = 54+73+76=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 73 (28.91% from 255 or 35.96% 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 #36494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36494C is #C9B6B3. Grayscale: #434343. Windows color (decimal): -13219508 or 4999478. OLE color: 4999478.
HSL color Cylindrical-coordinate representation of color #36494C: hue angle of 188.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36494C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 73 | 76 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.70 |
| HSL | 188.18º | 0.17% | 0.25% | - |
| HSV(B) | 188.18º | 0.29% | 0.3% | - |
| XYZ | 5.21 | 6.07 | 7.73 | - |
| YUV | 67.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 76 | 0.29 | 0.04 | 0 | 0.70 | 188.18 | 0.17 | 0.25 |
| Hex | 36 | 49 | 4C | 1D | 4 | 0 | 46 | BC | 11 | 19 |
| Octal | 66 | 111 | 114 | 35 | 4 | 0 | 106 | 274 | 21 | 31 |
| Binary | 110110 | 1001001 | 1001100 | 11101 | 100 | 0 | 1000110 | 10111100 | 10001 | 11001 |
Color Harmonies of #36494C
Complementary color
Monochromatic Colors of #36494C
Black with #36494C
Text Example
Text Example
White with #36494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36494C; }
p { color: rgb(54,73,76); }
H1.HeaderClassName
{
color: #36494C;
}
.AnyTagClassName
{
color: #36494C;
}
</style>
background-color css
<style>
a { background-color: #36494C; }
a { background-color: rgb(54,73,76); }
div.DivClassName
{
background-color: #36494C;
}
.BgClassName
{
background-color: #36494C;
}
</style>
border-color css
<style>
span { border-color: #36494C; }
span { border-color: rgb(54,73,76); }
td.TdClassName
{
border-color: #36494C;
}
.TagClassName
{
border-color: #36494C;
}
</style>