Shades of Dark Slate Grey #374A4C
Tints of Dark Slate Grey #374A4C
RGB
CMYK
RGB Variations
Color information
#374A4C (or 0x374A4C) is known color: Dark Slate Grey. HEX triplet: 37, 4A and 4C. RGB value is (55,74,76). Sum of RGB (Red+Green+Blue) = 55+74+76=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 76 - color contains mainly: blue. Hex color #374A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A4C is #C8B5B3. Grayscale: #444444. Windows color (decimal): -13153716 or 4999735. OLE color: 4999735.
HSL color Cylindrical-coordinate representation of color #374A4C: hue angle of 185.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374A4C is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 74 | 76 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.70 |
| HSL | 185.71º | 0.16% | 0.26% | - |
| HSV(B) | 185.71º | 0.28% | 0.3% | - |
| XYZ | 5.33 | 6.23 | 7.76 | - |
| YUV | 68.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 76 | 0.28 | 0.03 | 0 | 0.70 | 185.71 | 0.16 | 0.26 |
| Hex | 37 | 4A | 4C | 1C | 3 | 0 | 46 | BA | 10 | 1A |
| Octal | 67 | 112 | 114 | 34 | 3 | 0 | 106 | 272 | 20 | 32 |
| Binary | 110111 | 1001010 | 1001100 | 11100 | 11 | 0 | 1000110 | 10111010 | 10000 | 11010 |
Color Harmonies of #374A4C
Complementary color
Monochromatic Colors of #374A4C
Black with #374A4C
Text Example
Text Example
White with #374A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A4C; }
p { color: rgb(55,74,76); }
H1.HeaderClassName
{
color: #374A4C;
}
.AnyTagClassName
{
color: #374A4C;
}
</style>
background-color css
<style>
a { background-color: #374A4C; }
a { background-color: rgb(55,74,76); }
div.DivClassName
{
background-color: #374A4C;
}
.BgClassName
{
background-color: #374A4C;
}
</style>
border-color css
<style>
span { border-color: #374A4C; }
span { border-color: rgb(55,74,76); }
td.TdClassName
{
border-color: #374A4C;
}
.TagClassName
{
border-color: #374A4C;
}
</style>