Shades of Steel Grey #3F454C
Tints of Steel Grey #3F454C
RGB
CMYK
RGB Variations
Color information
#3F454C (or 0x3F454C) is known color: Steel Grey. HEX triplet: 3F, 45 and 4C. RGB value is (63,69,76). Sum of RGB (Red+Green+Blue) = 63+69+76=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F454C is #C0BAB3. Grayscale: #434343. Windows color (decimal): -12630708 or 4998463. OLE color: 4998463.
HSL color Cylindrical-coordinate representation of color #3F454C: hue angle of 212.31º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F454C is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 69 | 76 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.70 |
| HSL | 212.31º | 0.09% | 0.27% | - |
| HSV(B) | 212.31º | 0.17% | 0.3% | - |
| XYZ | 5.48 | 5.83 | 7.67 | - |
| YUV | 68 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 76 | 0.17 | 0.09 | 0 | 0.70 | 212.31 | 0.09 | 0.27 |
| Hex | 3F | 45 | 4C | 11 | 9 | 0 | 46 | D4 | 9 | 1B |
| Octal | 77 | 105 | 114 | 21 | 11 | 0 | 106 | 324 | 11 | 33 |
| Binary | 111111 | 1000101 | 1001100 | 10001 | 1001 | 0 | 1000110 | 11010100 | 1001 | 11011 |
Color Harmonies of #3F454C
Complementary color
Monochromatic Colors of #3F454C
Black with #3F454C
Text Example
Text Example
White with #3F454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F454C; }
p { color: rgb(63,69,76); }
H1.HeaderClassName
{
color: #3F454C;
}
.AnyTagClassName
{
color: #3F454C;
}
</style>
background-color css
<style>
a { background-color: #3F454C; }
a { background-color: rgb(63,69,76); }
div.DivClassName
{
background-color: #3F454C;
}
.BgClassName
{
background-color: #3F454C;
}
</style>
border-color css
<style>
span { border-color: #3F454C; }
span { border-color: rgb(63,69,76); }
td.TdClassName
{
border-color: #3F454C;
}
.TagClassName
{
border-color: #3F454C;
}
</style>