Shades of Dark Slate Grey #364E4F
Tints of Dark Slate Grey #364E4F
RGB
CMYK
RGB Variations
Color information
#364E4F (or 0x364E4F) is known color: Dark Slate Grey. HEX triplet: 36, 4E and 4F. RGB value is (54,78,79). Sum of RGB (Red+Green+Blue) = 54+78+79=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #364E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E4F is #C9B1B0. Grayscale: #464646. Windows color (decimal): -13218225 or 5197366. OLE color: 5197366.
HSL color Cylindrical-coordinate representation of color #364E4F: hue angle of 182.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #364E4F is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 78 | 79 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.69 |
| HSL | 182.4º | 0.19% | 0.26% | - |
| HSV(B) | 182.4º | 0.32% | 0.31% | - |
| XYZ | 5.66 | 6.8 | 8.41 | - |
| YUV | 70.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 79 | 0.32 | 0.01 | 0 | 0.69 | 182.4 | 0.19 | 0.26 |
| Hex | 36 | 4E | 4F | 20 | 1 | 0 | 45 | B6 | 13 | 1A |
| Octal | 66 | 116 | 117 | 40 | 1 | 0 | 105 | 266 | 23 | 32 |
| Binary | 110110 | 1001110 | 1001111 | 100000 | 1 | 0 | 1000101 | 10110110 | 10011 | 11010 |
Color Harmonies of #364E4F
Complementary color
Monochromatic Colors of #364E4F
Black with #364E4F
Text Example
Text Example
White with #364E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E4F; }
p { color: rgb(54,78,79); }
H1.HeaderClassName
{
color: #364E4F;
}
.AnyTagClassName
{
color: #364E4F;
}
</style>
background-color css
<style>
a { background-color: #364E4F; }
a { background-color: rgb(54,78,79); }
div.DivClassName
{
background-color: #364E4F;
}
.BgClassName
{
background-color: #364E4F;
}
</style>
border-color css
<style>
span { border-color: #364E4F; }
span { border-color: rgb(54,78,79); }
td.TdClassName
{
border-color: #364E4F;
}
.TagClassName
{
border-color: #364E4F;
}
</style>