Shades of Steel Grey #3F444D
Tints of Steel Grey #3F444D
RGB
CMYK
RGB Variations
Color information
#3F444D (or 0x3F444D) is known color: Steel Grey. HEX triplet: 3F, 44 and 4D. RGB value is (63,68,77). Sum of RGB (Red+Green+Blue) = 63+68+77=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F444D is #C0BBB2. Grayscale: #434343. Windows color (decimal): -12630963 or 5063743. OLE color: 5063743.
HSL color Cylindrical-coordinate representation of color #3F444D: hue angle of 218.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F444D is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 68 | 77 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.70 |
| HSL | 218.57º | 0.1% | 0.27% | - |
| HSV(B) | 218.57º | 0.18% | 0.3% | - |
| XYZ | 5.46 | 5.73 | 7.84 | - |
| YUV | 67.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 77 | 0.18 | 0.12 | 0 | 0.70 | 218.57 | 0.1 | 0.27 |
| Hex | 3F | 44 | 4D | 12 | C | 0 | 46 | DB | A | 1B |
| Octal | 77 | 104 | 115 | 22 | 14 | 0 | 106 | 333 | 12 | 33 |
| Binary | 111111 | 1000100 | 1001101 | 10010 | 1100 | 0 | 1000110 | 11011011 | 1010 | 11011 |
Color Harmonies of #3F444D
Complementary color
Monochromatic Colors of #3F444D
Black with #3F444D
Text Example
Text Example
White with #3F444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F444D; }
p { color: rgb(63,68,77); }
H1.HeaderClassName
{
color: #3F444D;
}
.AnyTagClassName
{
color: #3F444D;
}
</style>
background-color css
<style>
a { background-color: #3F444D; }
a { background-color: rgb(63,68,77); }
div.DivClassName
{
background-color: #3F444D;
}
.BgClassName
{
background-color: #3F444D;
}
</style>
border-color css
<style>
span { border-color: #3F444D; }
span { border-color: rgb(63,68,77); }
td.TdClassName
{
border-color: #3F444D;
}
.TagClassName
{
border-color: #3F444D;
}
</style>