Shades of Dark Slate Grey #37494A
Tints of Dark Slate Grey #37494A
RGB
CMYK
RGB Variations
Color information
#37494A (or 0x37494A) is known color: Dark Slate Grey. HEX triplet: 37, 49 and 4A. RGB value is (55,73,74). Sum of RGB (Red+Green+Blue) = 55+73+74=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 74 - color contains mainly: blue. Hex color #37494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37494A is #C8B6B5. Grayscale: #434343. Windows color (decimal): -13153974 or 4868407. OLE color: 4868407.
HSL color Cylindrical-coordinate representation of color #37494A: hue angle of 183.16º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #37494A is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 74 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.71 |
| HSL | 183.16º | 0.15% | 0.25% | - |
| HSV(B) | 183.16º | 0.26% | 0.29% | - |
| XYZ | 5.19 | 6.07 | 7.38 | - |
| YUV | 67.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 74 | 0.26 | 0.01 | 0 | 0.71 | 183.16 | 0.15 | 0.25 |
| Hex | 37 | 49 | 4A | 1A | 1 | 0 | 47 | B7 | F | 19 |
| Octal | 67 | 111 | 112 | 32 | 1 | 0 | 107 | 267 | 17 | 31 |
| Binary | 110111 | 1001001 | 1001010 | 11010 | 1 | 0 | 1000111 | 10110111 | 1111 | 11001 |
Color Harmonies of #37494A
Complementary color
Monochromatic Colors of #37494A
Black with #37494A
Text Example
Text Example
White with #37494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37494A; }
p { color: rgb(55,73,74); }
H1.HeaderClassName
{
color: #37494A;
}
.AnyTagClassName
{
color: #37494A;
}
</style>
background-color css
<style>
a { background-color: #37494A; }
a { background-color: rgb(55,73,74); }
div.DivClassName
{
background-color: #37494A;
}
.BgClassName
{
background-color: #37494A;
}
</style>
border-color css
<style>
span { border-color: #37494A; }
span { border-color: rgb(55,73,74); }
td.TdClassName
{
border-color: #37494A;
}
.TagClassName
{
border-color: #37494A;
}
</style>