Shades of Steel Grey #3E4046
Tints of Steel Grey #3E4046
RGB
CMYK
RGB Variations
Color information
#3E4046 (or 0x3E4046) is known color: Steel Grey. HEX triplet: 3E, 40 and 46. RGB value is (62,64,70). Sum of RGB (Red+Green+Blue) = 62+64+70=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E4046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4046 is #C1BFB9. Grayscale: #404040. Windows color (decimal): -12697530 or 4603966. OLE color: 4603966.
HSL color Cylindrical-coordinate representation of color #3E4046: hue angle of 225º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3E4046 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 64 | 70 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.73 |
| HSL | 225º | 0.06% | 0.26% | - |
| HSV(B) | 225º | 0.11% | 0.27% | - |
| XYZ | 4.93 | 5.13 | 6.53 | - |
| YUV | 64.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 70 | 0.11 | 0.09 | 0 | 0.73 | 225 | 0.06 | 0.26 |
| Hex | 3E | 40 | 46 | B | 9 | 0 | 49 | E1 | 6 | 1A |
| Octal | 76 | 100 | 106 | 13 | 11 | 0 | 111 | 341 | 6 | 32 |
| Binary | 111110 | 1000000 | 1000110 | 1011 | 1001 | 0 | 1001001 | 11100001 | 110 | 11010 |
Color Harmonies of #3E4046
Complementary color
Monochromatic Colors of #3E4046
Black with #3E4046
Text Example
Text Example
White with #3E4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4046; }
p { color: rgb(62,64,70); }
H1.HeaderClassName
{
color: #3E4046;
}
.AnyTagClassName
{
color: #3E4046;
}
</style>
background-color css
<style>
a { background-color: #3E4046; }
a { background-color: rgb(62,64,70); }
div.DivClassName
{
background-color: #3E4046;
}
.BgClassName
{
background-color: #3E4046;
}
</style>
border-color css
<style>
span { border-color: #3E4046; }
span { border-color: rgb(62,64,70); }
td.TdClassName
{
border-color: #3E4046;
}
.TagClassName
{
border-color: #3E4046;
}
</style>