Shades of Steel Grey #3E424A
Tints of Steel Grey #3E424A
RGB
CMYK
RGB Variations
Color information
#3E424A (or 0x3E424A) is known color: Steel Grey. HEX triplet: 3E, 42 and 4A. RGB value is (62,66,74). Sum of RGB (Red+Green+Blue) = 62+66+74=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 66 (26.17% from 255 or 32.67% 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 #3E424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E424A is #C1BDB5. Grayscale: #414141. Windows color (decimal): -12697014 or 4866622. OLE color: 4866622.
HSL color Cylindrical-coordinate representation of color #3E424A: hue angle of 220º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3E424A is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 66 | 74 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.71 |
| HSL | 220º | 0.09% | 0.27% | - |
| HSV(B) | 220º | 0.16% | 0.29% | - |
| XYZ | 5.17 | 5.41 | 7.25 | - |
| YUV | 65.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 74 | 0.16 | 0.11 | 0 | 0.71 | 220 | 0.09 | 0.27 |
| Hex | 3E | 42 | 4A | 10 | B | 0 | 47 | DC | 9 | 1B |
| Octal | 76 | 102 | 112 | 20 | 13 | 0 | 107 | 334 | 11 | 33 |
| Binary | 111110 | 1000010 | 1001010 | 10000 | 1011 | 0 | 1000111 | 11011100 | 1001 | 11011 |
Color Harmonies of #3E424A
Complementary color
Monochromatic Colors of #3E424A
Black with #3E424A
Text Example
Text Example
White with #3E424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E424A; }
p { color: rgb(62,66,74); }
H1.HeaderClassName
{
color: #3E424A;
}
.AnyTagClassName
{
color: #3E424A;
}
</style>
background-color css
<style>
a { background-color: #3E424A; }
a { background-color: rgb(62,66,74); }
div.DivClassName
{
background-color: #3E424A;
}
.BgClassName
{
background-color: #3E424A;
}
</style>
border-color css
<style>
span { border-color: #3E424A; }
span { border-color: rgb(62,66,74); }
td.TdClassName
{
border-color: #3E424A;
}
.TagClassName
{
border-color: #3E424A;
}
</style>