Shades of Steel Grey #3B4149
Tints of Steel Grey #3B4149
RGB
CMYK
RGB Variations
Color information
#3B4149 (or 0x3B4149) is known color: Steel Grey. HEX triplet: 3B, 41 and 49. RGB value is (59,65,73). Sum of RGB (Red+Green+Blue) = 59+65+73=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B4149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4149 is #C4BEB6. Grayscale: #404040. Windows color (decimal): -12893879 or 4800827. OLE color: 4800827.
HSL color Cylindrical-coordinate representation of color #3B4149: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B4149 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 65 | 73 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.71 |
| HSL | 214.29º | 0.11% | 0.26% | - |
| HSV(B) | 214.29º | 0.19% | 0.29% | - |
| XYZ | 4.9 | 5.19 | 7.05 | - |
| YUV | 64.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 73 | 0.19 | 0.11 | 0 | 0.71 | 214.29 | 0.11 | 0.26 |
| Hex | 3B | 41 | 49 | 13 | B | 0 | 47 | D6 | B | 1A |
| Octal | 73 | 101 | 111 | 23 | 13 | 0 | 107 | 326 | 13 | 32 |
| Binary | 111011 | 1000001 | 1001001 | 10011 | 1011 | 0 | 1000111 | 11010110 | 1011 | 11010 |
Color Harmonies of #3B4149
Complementary color
Monochromatic Colors of #3B4149
Black with #3B4149
Text Example
Text Example
White with #3B4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4149; }
p { color: rgb(59,65,73); }
H1.HeaderClassName
{
color: #3B4149;
}
.AnyTagClassName
{
color: #3B4149;
}
</style>
background-color css
<style>
a { background-color: #3B4149; }
a { background-color: rgb(59,65,73); }
div.DivClassName
{
background-color: #3B4149;
}
.BgClassName
{
background-color: #3B4149;
}
</style>
border-color css
<style>
span { border-color: #3B4149; }
span { border-color: rgb(59,65,73); }
td.TdClassName
{
border-color: #3B4149;
}
.TagClassName
{
border-color: #3B4149;
}
</style>