Shades of Dark Slate Grey #364D4E
Tints of Dark Slate Grey #364D4E
RGB
CMYK
RGB Variations
Color information
#364D4E (or 0x364D4E) is known color: Dark Slate Grey. HEX triplet: 36, 4D and 4E. RGB value is (54,77,78). Sum of RGB (Red+Green+Blue) = 54+77+78=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #364D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D4E is #C9B2B1. Grayscale: #464646. Windows color (decimal): -13218482 or 5131574. OLE color: 5131574.
HSL color Cylindrical-coordinate representation of color #364D4E: hue angle of 182.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #364D4E is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 77 | 78 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.69 |
| HSL | 182.5º | 0.18% | 0.26% | - |
| HSV(B) | 182.5º | 0.31% | 0.31% | - |
| XYZ | 5.55 | 6.64 | 8.2 | - |
| YUV | 70.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 78 | 0.31 | 0.01 | 0 | 0.69 | 182.5 | 0.18 | 0.26 |
| Hex | 36 | 4D | 4E | 1F | 1 | 0 | 45 | B6 | 12 | 1A |
| Octal | 66 | 115 | 116 | 37 | 1 | 0 | 105 | 266 | 22 | 32 |
| Binary | 110110 | 1001101 | 1001110 | 11111 | 1 | 0 | 1000101 | 10110110 | 10010 | 11010 |
Color Harmonies of #364D4E
Complementary color
Monochromatic Colors of #364D4E
Black with #364D4E
Text Example
Text Example
White with #364D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D4E; }
p { color: rgb(54,77,78); }
H1.HeaderClassName
{
color: #364D4E;
}
.AnyTagClassName
{
color: #364D4E;
}
</style>
background-color css
<style>
a { background-color: #364D4E; }
a { background-color: rgb(54,77,78); }
div.DivClassName
{
background-color: #364D4E;
}
.BgClassName
{
background-color: #364D4E;
}
</style>
border-color css
<style>
span { border-color: #364D4E; }
span { border-color: rgb(54,77,78); }
td.TdClassName
{
border-color: #364D4E;
}
.TagClassName
{
border-color: #364D4E;
}
</style>