Shades of Dark Slate Grey #374D4F
Tints of Dark Slate Grey #374D4F
RGB
CMYK
RGB Variations
Color information
#374D4F (or 0x374D4F) is known color: Dark Slate Grey. HEX triplet: 37, 4D and 4F. RGB value is (55,77,79). Sum of RGB (Red+Green+Blue) = 55+77+79=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 77 (30.47% from 255 or 36.49% 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 #374D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D4F is #C8B2B0. Grayscale: #464646. Windows color (decimal): -13152945 or 5197111. OLE color: 5197111.
HSL color Cylindrical-coordinate representation of color #374D4F: hue angle of 185º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374D4F is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 77 | 79 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.69 |
| HSL | 185º | 0.18% | 0.26% | - |
| HSV(B) | 185º | 0.3% | 0.31% | - |
| XYZ | 5.64 | 6.68 | 8.39 | - |
| YUV | 70.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 79 | 0.30 | 0.03 | 0 | 0.69 | 185 | 0.18 | 0.26 |
| Hex | 37 | 4D | 4F | 1E | 3 | 0 | 45 | B9 | 12 | 1A |
| Octal | 67 | 115 | 117 | 36 | 3 | 0 | 105 | 271 | 22 | 32 |
| Binary | 110111 | 1001101 | 1001111 | 11110 | 11 | 0 | 1000101 | 10111001 | 10010 | 11010 |
Color Harmonies of #374D4F
Complementary color
Monochromatic Colors of #374D4F
Black with #374D4F
Text Example
Text Example
White with #374D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D4F; }
p { color: rgb(55,77,79); }
H1.HeaderClassName
{
color: #374D4F;
}
.AnyTagClassName
{
color: #374D4F;
}
</style>
background-color css
<style>
a { background-color: #374D4F; }
a { background-color: rgb(55,77,79); }
div.DivClassName
{
background-color: #374D4F;
}
.BgClassName
{
background-color: #374D4F;
}
</style>
border-color css
<style>
span { border-color: #374D4F; }
span { border-color: rgb(55,77,79); }
td.TdClassName
{
border-color: #374D4F;
}
.TagClassName
{
border-color: #374D4F;
}
</style>