Html Css Color HEX #2D353A Gunmetal

📋 copy color: '#2D353A'

red 45 ◦ green 53 ◦ blue 58

#2D353A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunmetal #2D353A

Tints of Gunmetal #2D353A

RGB

 RED value IS 45 (17.97% from 255) = 28.85%

 GREEN value IS 53 (21.09% from 255) = 33.97%

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 28.85%
G = 33.97%
B = 37.18%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2D353A (or 0x2D353A) is known color: Gunmetal. HEX triplet: 2D, 35 and 3A. RGB value is (45,53,58). Sum of RGB (Red+Green+Blue) = 45+53+58=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D353A is #D2CAC5. Grayscale: #333333. Windows color (decimal): -13814470 or 3814701. OLE color: 3814701.

HSL color Cylindrical-coordinate representation of color #2D353A: hue angle of 203.08º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D353A is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 45 53 58 -
CMYK 0.22 0.09 0 0.77
HSL 203.08º 0.13% 0.2% -
HSV(B) 203.08º 0.22% 0.23% -
XYZ 3.12 3.41 4.5 -
YUV 51.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 45 53 58 0.22 0.09 0 0.77 203.08 0.13 0.2
Hex 2D 35 3A 16 9 0 4D CB D 14
Octal 55 65 72 26 11 0 115 313 15 24
Binary 101101 110101 111010 10110 1001 0 1001101 11001011 1101 10100

Color Harmonies of #2D353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D353A

Black with #2D353A

Text Example


Text Example

White with #2D353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D353A; }

 p { color: rgb(45,53,58); }

 H1.HeaderClassName
 {
   color: #2D353A;
 }
 .AnyTagClassName
 {
   color: #2D353A;
 }
</style>

background-color css

<style>
 a { background-color: #2D353A; }

 a { background-color: rgb(45,53,58); }

 div.DivClassName
 {
   background-color: #2D353A;
 }
 .BgClassName
 {
   background-color: #2D353A;
 }
</style>

border-color css

<style>
 span { border-color: #2D353A; }

 span { border-color: rgb(45,53,58); }

 td.TdClassName
 {
   border-color: #2D353A;
 }
 .TagClassName
 {
   border-color: #2D353A;
 }
</style>