Shades of Dark Slate Grey #374B4E
Tints of Dark Slate Grey #374B4E
RGB
CMYK
RGB Variations
Color information
#374B4E (or 0x374B4E) is known color: Dark Slate Grey. HEX triplet: 37, 4B and 4E. RGB value is (55,75,78). Sum of RGB (Red+Green+Blue) = 55+75+78=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #374B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B4E is #C8B4B1. Grayscale: #454545. Windows color (decimal): -13153458 or 5131063. OLE color: 5131063.
HSL color Cylindrical-coordinate representation of color #374B4E: hue angle of 187.83º 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 #374B4E is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 75 | 78 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.69 |
| HSL | 187.83º | 0.17% | 0.26% | - |
| HSV(B) | 187.83º | 0.29% | 0.31% | - |
| XYZ | 5.47 | 6.39 | 8.15 | - |
| YUV | 69.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 78 | 0.29 | 0.04 | 0 | 0.69 | 187.83 | 0.17 | 0.26 |
| Hex | 37 | 4B | 4E | 1D | 4 | 0 | 45 | BC | 11 | 1A |
| Octal | 67 | 113 | 116 | 35 | 4 | 0 | 105 | 274 | 21 | 32 |
| Binary | 110111 | 1001011 | 1001110 | 11101 | 100 | 0 | 1000101 | 10111100 | 10001 | 11010 |
Color Harmonies of #374B4E
Complementary color
Monochromatic Colors of #374B4E
Black with #374B4E
Text Example
Text Example
White with #374B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374B4E; }
p { color: rgb(55,75,78); }
H1.HeaderClassName
{
color: #374B4E;
}
.AnyTagClassName
{
color: #374B4E;
}
</style>
background-color css
<style>
a { background-color: #374B4E; }
a { background-color: rgb(55,75,78); }
div.DivClassName
{
background-color: #374B4E;
}
.BgClassName
{
background-color: #374B4E;
}
</style>
border-color css
<style>
span { border-color: #374B4E; }
span { border-color: rgb(55,75,78); }
td.TdClassName
{
border-color: #374B4E;
}
.TagClassName
{
border-color: #374B4E;
}
</style>