Shades of Dark Slate Grey #374D4E
Tints of Dark Slate Grey #374D4E
RGB
CMYK
RGB Variations
Color information
#374D4E (or 0x374D4E) is known color: Dark Slate Grey. HEX triplet: 37, 4D and 4E. RGB value is (55,77,78). Sum of RGB (Red+Green+Blue) = 55+77+78=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #374D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D4E is #C8B2B1. Grayscale: #464646. Windows color (decimal): -13152946 or 5131575. OLE color: 5131575.
HSL color Cylindrical-coordinate representation of color #374D4E: hue angle of 182.61º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374D4E is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 77 | 78 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.69 |
| HSL | 182.61º | 0.17% | 0.26% | - |
| HSV(B) | 182.61º | 0.29% | 0.31% | - |
| XYZ | 5.6 | 6.67 | 8.2 | - |
| YUV | 70.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 78 | 0.29 | 0.01 | 0 | 0.69 | 182.61 | 0.17 | 0.26 |
| Hex | 37 | 4D | 4E | 1D | 1 | 0 | 45 | B7 | 11 | 1A |
| Octal | 67 | 115 | 116 | 35 | 1 | 0 | 105 | 267 | 21 | 32 |
| Binary | 110111 | 1001101 | 1001110 | 11101 | 1 | 0 | 1000101 | 10110111 | 10001 | 11010 |
Color Harmonies of #374D4E
Complementary color
Monochromatic Colors of #374D4E
Black with #374D4E
Text Example
Text Example
White with #374D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D4E; }
p { color: rgb(55,77,78); }
H1.HeaderClassName
{
color: #374D4E;
}
.AnyTagClassName
{
color: #374D4E;
}
</style>
background-color css
<style>
a { background-color: #374D4E; }
a { background-color: rgb(55,77,78); }
div.DivClassName
{
background-color: #374D4E;
}
.BgClassName
{
background-color: #374D4E;
}
</style>
border-color css
<style>
span { border-color: #374D4E; }
span { border-color: rgb(55,77,78); }
td.TdClassName
{
border-color: #374D4E;
}
.TagClassName
{
border-color: #374D4E;
}
</style>