Shades of Steel Grey #3D424A
Tints of Steel Grey #3D424A
RGB
CMYK
RGB Variations
Color information
#3D424A (or 0x3D424A) is known color: Steel Grey. HEX triplet: 3D, 42 and 4A. RGB value is (61,66,74). Sum of RGB (Red+Green+Blue) = 61+66+74=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D424A is #C2BDB5. Grayscale: #414141. Windows color (decimal): -12762550 or 4866621. OLE color: 4866621.
HSL color Cylindrical-coordinate representation of color #3D424A: hue angle of 216.92º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D424A is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 66 | 74 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.71 |
| HSL | 216.92º | 0.1% | 0.26% | - |
| HSV(B) | 216.92º | 0.18% | 0.29% | - |
| XYZ | 5.11 | 5.38 | 7.25 | - |
| YUV | 65.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 74 | 0.18 | 0.11 | 0 | 0.71 | 216.92 | 0.1 | 0.26 |
| Hex | 3D | 42 | 4A | 12 | B | 0 | 47 | D9 | A | 1A |
| Octal | 75 | 102 | 112 | 22 | 13 | 0 | 107 | 331 | 12 | 32 |
| Binary | 111101 | 1000010 | 1001010 | 10010 | 1011 | 0 | 1000111 | 11011001 | 1010 | 11010 |
Color Harmonies of #3D424A
Complementary color
Monochromatic Colors of #3D424A
Black with #3D424A
Text Example
Text Example
White with #3D424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D424A; }
p { color: rgb(61,66,74); }
H1.HeaderClassName
{
color: #3D424A;
}
.AnyTagClassName
{
color: #3D424A;
}
</style>
background-color css
<style>
a { background-color: #3D424A; }
a { background-color: rgb(61,66,74); }
div.DivClassName
{
background-color: #3D424A;
}
.BgClassName
{
background-color: #3D424A;
}
</style>
border-color css
<style>
span { border-color: #3D424A; }
span { border-color: rgb(61,66,74); }
td.TdClassName
{
border-color: #3D424A;
}
.TagClassName
{
border-color: #3D424A;
}
</style>