Shades of Steel Grey #3D4249
Tints of Steel Grey #3D4249
RGB
CMYK
RGB Variations
Color information
#3D4249 (or 0x3D4249) is known color: Steel Grey. HEX triplet: 3D, 42 and 49. RGB value is (61,66,73). Sum of RGB (Red+Green+Blue) = 61+66+73=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4249 is #C2BDB6. Grayscale: #414141. Windows color (decimal): -12762551 or 4801085. OLE color: 4801085.
HSL color Cylindrical-coordinate representation of color #3D4249: hue angle of 215º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D4249 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 66 | 73 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.71 |
| HSL | 215º | 0.09% | 0.26% | - |
| HSV(B) | 215º | 0.16% | 0.29% | - |
| XYZ | 5.08 | 5.37 | 7.07 | - |
| YUV | 65.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 73 | 0.16 | 0.10 | 0 | 0.71 | 215 | 0.09 | 0.26 |
| Hex | 3D | 42 | 49 | 10 | A | 0 | 47 | D7 | 9 | 1A |
| Octal | 75 | 102 | 111 | 20 | 12 | 0 | 107 | 327 | 11 | 32 |
| Binary | 111101 | 1000010 | 1001001 | 10000 | 1010 | 0 | 1000111 | 11010111 | 1001 | 11010 |
Color Harmonies of #3D4249
Complementary color
Monochromatic Colors of #3D4249
Black with #3D4249
Text Example
Text Example
White with #3D4249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4249; }
p { color: rgb(61,66,73); }
H1.HeaderClassName
{
color: #3D4249;
}
.AnyTagClassName
{
color: #3D4249;
}
</style>
background-color css
<style>
a { background-color: #3D4249; }
a { background-color: rgb(61,66,73); }
div.DivClassName
{
background-color: #3D4249;
}
.BgClassName
{
background-color: #3D4249;
}
</style>
border-color css
<style>
span { border-color: #3D4249; }
span { border-color: rgb(61,66,73); }
td.TdClassName
{
border-color: #3D4249;
}
.TagClassName
{
border-color: #3D4249;
}
</style>