#2D3A3F

Color #2D3A3F Gunmetal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunmetal #2D3A3F

Tints of Gunmetal #2D3A3F

Color information

#2D3A3F (or 0x2D3A3F) is unknown color: approx 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

RGB455863-
CMYK0.290.0800.75
HSL196.67º16.67%21.18%-
HSV(B)196.67º28.57%24.71%-
XYZ3.493.945.28-
YUV54.68132.69121.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 27.11%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 63 (25% from 255) = 37.95%
R=27.11%
G=34.94%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4558630.290.0800.75196.6716.6721.18
Hex2D3A3F1D804Bc51115
Octal557277351001133052125
Binary10110111101011111111101100001001011110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>