Shades of Steel Grey #3E4147
Tints of Steel Grey #3E4147
RGB
CMYK
RGB Variations
Color information
#3E4147 (or 0x3E4147) is known color: Steel Grey. HEX triplet: 3E, 41 and 47. RGB value is (62,65,71). Sum of RGB (Red+Green+Blue) = 62+65+71=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4147 is #C1BEB8. Grayscale: #404040. Windows color (decimal): -12697273 or 4669758. OLE color: 4669758.
HSL color Cylindrical-coordinate representation of color #3E4147: hue angle of 220º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E4147 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 65 | 71 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.72 |
| HSL | 220º | 0.07% | 0.26% | - |
| HSV(B) | 220º | 0.13% | 0.28% | - |
| XYZ | 5.01 | 5.26 | 6.71 | - |
| YUV | 64.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 71 | 0.13 | 0.08 | 0 | 0.72 | 220 | 0.07 | 0.26 |
| Hex | 3E | 41 | 47 | D | 8 | 0 | 48 | DC | 7 | 1A |
| Octal | 76 | 101 | 107 | 15 | 10 | 0 | 110 | 334 | 7 | 32 |
| Binary | 111110 | 1000001 | 1000111 | 1101 | 1000 | 0 | 1001000 | 11011100 | 111 | 11010 |
Color Harmonies of #3E4147
Complementary color
Monochromatic Colors of #3E4147
Black with #3E4147
Text Example
Text Example
White with #3E4147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4147; }
p { color: rgb(62,65,71); }
H1.HeaderClassName
{
color: #3E4147;
}
.AnyTagClassName
{
color: #3E4147;
}
</style>
background-color css
<style>
a { background-color: #3E4147; }
a { background-color: rgb(62,65,71); }
div.DivClassName
{
background-color: #3E4147;
}
.BgClassName
{
background-color: #3E4147;
}
</style>
border-color css
<style>
span { border-color: #3E4147; }
span { border-color: rgb(62,65,71); }
td.TdClassName
{
border-color: #3E4147;
}
.TagClassName
{
border-color: #3E4147;
}
</style>