Shades of Steel Grey #3F444B
Tints of Steel Grey #3F444B
RGB
CMYK
RGB Variations
Color information
#3F444B (or 0x3F444B) is known color: Steel Grey. HEX triplet: 3F, 44 and 4B. RGB value is (63,68,75). Sum of RGB (Red+Green+Blue) = 63+68+75=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F444B is #C0BBB4. Grayscale: #434343. Windows color (decimal): -12630965 or 4932671. OLE color: 4932671.
HSL color Cylindrical-coordinate representation of color #3F444B: hue angle of 215º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F444B is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 68 | 75 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.71 |
| HSL | 215º | 0.09% | 0.27% | - |
| HSV(B) | 215º | 0.16% | 0.29% | - |
| XYZ | 5.39 | 5.7 | 7.47 | - |
| YUV | 67.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 75 | 0.16 | 0.09 | 0 | 0.71 | 215 | 0.09 | 0.27 |
| Hex | 3F | 44 | 4B | 10 | 9 | 0 | 47 | D7 | 9 | 1B |
| Octal | 77 | 104 | 113 | 20 | 11 | 0 | 107 | 327 | 11 | 33 |
| Binary | 111111 | 1000100 | 1001011 | 10000 | 1001 | 0 | 1000111 | 11010111 | 1001 | 11011 |
Color Harmonies of #3F444B
Complementary color
Monochromatic Colors of #3F444B
Black with #3F444B
Text Example
Text Example
White with #3F444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F444B; }
p { color: rgb(63,68,75); }
H1.HeaderClassName
{
color: #3F444B;
}
.AnyTagClassName
{
color: #3F444B;
}
</style>
background-color css
<style>
a { background-color: #3F444B; }
a { background-color: rgb(63,68,75); }
div.DivClassName
{
background-color: #3F444B;
}
.BgClassName
{
background-color: #3F444B;
}
</style>
border-color css
<style>
span { border-color: #3F444B; }
span { border-color: rgb(63,68,75); }
td.TdClassName
{
border-color: #3F444B;
}
.TagClassName
{
border-color: #3F444B;
}
</style>