Shades of Gunmetal #2D3A3F
Tints of Gunmetal #2D3A3F
RGB
CMYK
RGB Variations
Color information
#2D3A3F (or 0x2D3A3F) is known color: Gunmetal. HEX triplet: 2D, 3A and 3F. RGB value is (45,58,63). Sum of RGB (Red+Green+Blue) = 45+58+63=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D3A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3A3F is #D2C5C0. Grayscale: #363636. Windows color (decimal): -13813185 or 4143661. OLE color: 4143661.
HSL color Cylindrical-coordinate representation of color #2D3A3F: hue angle of 196.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D3A3F is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 58 | 63 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.75 |
| HSL | 196.67º | 0.17% | 0.21% | - |
| HSV(B) | 196.67º | 0.29% | 0.25% | - |
| XYZ | 3.49 | 3.94 | 5.28 | - |
| YUV | 54.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 63 | 0.29 | 0.08 | 0 | 0.75 | 196.67 | 0.17 | 0.21 |
| Hex | 2D | 3A | 3F | 1D | 8 | 0 | 4B | C5 | 11 | 15 |
| Octal | 55 | 72 | 77 | 35 | 10 | 0 | 113 | 305 | 21 | 25 |
| Binary | 101101 | 111010 | 111111 | 11101 | 1000 | 0 | 1001011 | 11000101 | 10001 | 10101 |
Color Harmonies of #2D3A3F
Complementary color
Monochromatic Colors of #2D3A3F
Black with #2D3A3F
Text Example
Text Example
White with #2D3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3A3F; }
p { color: rgb(45,58,63); }
H1.HeaderClassName
{
color: #2D3A3F;
}
.AnyTagClassName
{
color: #2D3A3F;
}
</style>
background-color css
<style>
a { background-color: #2D3A3F; }
a { background-color: rgb(45,58,63); }
div.DivClassName
{
background-color: #2D3A3F;
}
.BgClassName
{
background-color: #2D3A3F;
}
</style>
border-color css
<style>
span { border-color: #2D3A3F; }
span { border-color: rgb(45,58,63); }
td.TdClassName
{
border-color: #2D3A3F;
}
.TagClassName
{
border-color: #2D3A3F;
}
</style>