Shades of Steel Grey #3D424C
Tints of Steel Grey #3D424C
RGB
CMYK
RGB Variations
Color information
#3D424C (or 0x3D424C) is known color: Steel Grey. HEX triplet: 3D, 42 and 4C. RGB value is (61,66,76). Sum of RGB (Red+Green+Blue) = 61+66+76=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D424C is #C2BDB3. Grayscale: #414141. Windows color (decimal): -12762548 or 4997693. OLE color: 4997693.
HSL color Cylindrical-coordinate representation of color #3D424C: hue angle of 220º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D424C is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 66 | 76 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.70 |
| HSL | 220º | 0.11% | 0.27% | - |
| HSV(B) | 220º | 0.2% | 0.3% | - |
| XYZ | 5.18 | 5.41 | 7.61 | - |
| YUV | 65.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 76 | 0.20 | 0.13 | 0 | 0.70 | 220 | 0.11 | 0.27 |
| Hex | 3D | 42 | 4C | 14 | D | 0 | 46 | DC | B | 1B |
| Octal | 75 | 102 | 114 | 24 | 15 | 0 | 106 | 334 | 13 | 33 |
| Binary | 111101 | 1000010 | 1001100 | 10100 | 1101 | 0 | 1000110 | 11011100 | 1011 | 11011 |
Color Harmonies of #3D424C
Complementary color
Monochromatic Colors of #3D424C
Black with #3D424C
Text Example
Text Example
White with #3D424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D424C; }
p { color: rgb(61,66,76); }
H1.HeaderClassName
{
color: #3D424C;
}
.AnyTagClassName
{
color: #3D424C;
}
</style>
background-color css
<style>
a { background-color: #3D424C; }
a { background-color: rgb(61,66,76); }
div.DivClassName
{
background-color: #3D424C;
}
.BgClassName
{
background-color: #3D424C;
}
</style>
border-color css
<style>
span { border-color: #3D424C; }
span { border-color: rgb(61,66,76); }
td.TdClassName
{
border-color: #3D424C;
}
.TagClassName
{
border-color: #3D424C;
}
</style>