Shades of Dark Slate Grey #374A4B
Tints of Dark Slate Grey #374A4B
RGB
CMYK
RGB Variations
Color information
#374A4B (or 0x374A4B) is known color: Dark Slate Grey. HEX triplet: 37, 4A and 4B. RGB value is (55,74,75). Sum of RGB (Red+Green+Blue) = 55+74+75=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #374A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A4B is #C8B5B4. Grayscale: #444444. Windows color (decimal): -13153717 or 4934199. OLE color: 4934199.
HSL color Cylindrical-coordinate representation of color #374A4B: hue angle of 183º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #374A4B is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 75 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.71 |
| HSL | 183º | 0.15% | 0.25% | - |
| HSV(B) | 183º | 0.27% | 0.29% | - |
| XYZ | 5.29 | 6.22 | 7.58 | - |
| YUV | 68.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 75 | 0.27 | 0.01 | 0 | 0.71 | 183 | 0.15 | 0.25 |
| Hex | 37 | 4A | 4B | 1B | 1 | 0 | 47 | B7 | F | 19 |
| Octal | 67 | 112 | 113 | 33 | 1 | 0 | 107 | 267 | 17 | 31 |
| Binary | 110111 | 1001010 | 1001011 | 11011 | 1 | 0 | 1000111 | 10110111 | 1111 | 11001 |
Color Harmonies of #374A4B
Complementary color
Monochromatic Colors of #374A4B
Black with #374A4B
Text Example
Text Example
White with #374A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A4B; }
p { color: rgb(55,74,75); }
H1.HeaderClassName
{
color: #374A4B;
}
.AnyTagClassName
{
color: #374A4B;
}
</style>
background-color css
<style>
a { background-color: #374A4B; }
a { background-color: rgb(55,74,75); }
div.DivClassName
{
background-color: #374A4B;
}
.BgClassName
{
background-color: #374A4B;
}
</style>
border-color css
<style>
span { border-color: #374A4B; }
span { border-color: rgb(55,74,75); }
td.TdClassName
{
border-color: #374A4B;
}
.TagClassName
{
border-color: #374A4B;
}
</style>