Shades of Steel Grey #3C4046
Tints of Steel Grey #3C4046
RGB
CMYK
RGB Variations
Color information
#3C4046 (or 0x3C4046) is known color: Steel Grey. HEX triplet: 3C, 40 and 46. RGB value is (60,64,70). Sum of RGB (Red+Green+Blue) = 60+64+70=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C4046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4046 is #C3BFB9. Grayscale: #3F3F3F. Windows color (decimal): -12828602 or 4603964. OLE color: 4603964.
HSL color Cylindrical-coordinate representation of color #3C4046: hue angle of 216º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3C4046 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 64 | 70 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.73 |
| HSL | 216º | 0.08% | 0.25% | - |
| HSV(B) | 216º | 0.14% | 0.27% | - |
| XYZ | 4.8 | 5.07 | 6.52 | - |
| YUV | 63.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 70 | 0.14 | 0.09 | 0 | 0.73 | 216 | 0.08 | 0.25 |
| Hex | 3C | 40 | 46 | E | 9 | 0 | 49 | D8 | 8 | 19 |
| Octal | 74 | 100 | 106 | 16 | 11 | 0 | 111 | 330 | 10 | 31 |
| Binary | 111100 | 1000000 | 1000110 | 1110 | 1001 | 0 | 1001001 | 11011000 | 1000 | 11001 |
Color Harmonies of #3C4046
Complementary color
Monochromatic Colors of #3C4046
Black with #3C4046
Text Example
Text Example
White with #3C4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4046; }
p { color: rgb(60,64,70); }
H1.HeaderClassName
{
color: #3C4046;
}
.AnyTagClassName
{
color: #3C4046;
}
</style>
background-color css
<style>
a { background-color: #3C4046; }
a { background-color: rgb(60,64,70); }
div.DivClassName
{
background-color: #3C4046;
}
.BgClassName
{
background-color: #3C4046;
}
</style>
border-color css
<style>
span { border-color: #3C4046; }
span { border-color: rgb(60,64,70); }
td.TdClassName
{
border-color: #3C4046;
}
.TagClassName
{
border-color: #3C4046;
}
</style>