Shades of Steel Grey #3F434B
Tints of Steel Grey #3F434B
RGB
CMYK
RGB Variations
Color information
#3F434B (or 0x3F434B) is known color: Steel Grey. HEX triplet: 3F, 43 and 4B. RGB value is (63,67,75). Sum of RGB (Red+Green+Blue) = 63+67+75=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F434B is #C0BCB4. Grayscale: #424242. Windows color (decimal): -12631221 or 4932415. OLE color: 4932415.
HSL color Cylindrical-coordinate representation of color #3F434B: hue angle of 220º 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 #3F434B is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 67 | 75 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.71 |
| HSL | 220º | 0.09% | 0.27% | - |
| HSV(B) | 220º | 0.16% | 0.29% | - |
| XYZ | 5.33 | 5.58 | 7.45 | - |
| YUV | 66.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 75 | 0.16 | 0.11 | 0 | 0.71 | 220 | 0.09 | 0.27 |
| Hex | 3F | 43 | 4B | 10 | B | 0 | 47 | DC | 9 | 1B |
| Octal | 77 | 103 | 113 | 20 | 13 | 0 | 107 | 334 | 11 | 33 |
| Binary | 111111 | 1000011 | 1001011 | 10000 | 1011 | 0 | 1000111 | 11011100 | 1001 | 11011 |
Color Harmonies of #3F434B
Complementary color
Monochromatic Colors of #3F434B
Black with #3F434B
Text Example
Text Example
White with #3F434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F434B; }
p { color: rgb(63,67,75); }
H1.HeaderClassName
{
color: #3F434B;
}
.AnyTagClassName
{
color: #3F434B;
}
</style>
background-color css
<style>
a { background-color: #3F434B; }
a { background-color: rgb(63,67,75); }
div.DivClassName
{
background-color: #3F434B;
}
.BgClassName
{
background-color: #3F434B;
}
</style>
border-color css
<style>
span { border-color: #3F434B; }
span { border-color: rgb(63,67,75); }
td.TdClassName
{
border-color: #3F434B;
}
.TagClassName
{
border-color: #3F434B;
}
</style>