Html Css Color HEX #434354 Gun Powder

📋 copy color: '#434354'

red 67 ◦ green 67 ◦ blue 84

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

Shades of Gun Powder #434354

Tints of Gun Powder #434354

RGB

 RED value IS 67 (26.56% from 255) = 30.73%

 GREEN value IS 67 (26.56% from 255) = 30.73%

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 30.73%
G = 30.73%
B = 38.53%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#434354 (or 0x434354) is known color: Gun Powder. HEX triplet: 43, 43 and 54. RGB value is (67,67,84). Sum of RGB (Red+Green+Blue) = 67+67+84=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #434354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434354 is #BCBCAB. Grayscale: #444444. Windows color (decimal): -12369068 or 5522243. OLE color: 5522243.

HSL color Cylindrical-coordinate representation of color #434354: hue angle of 240º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434354 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 67 84 -
CMYK 0.20 0.20 0 0.67
HSL 240º 0.11% 0.3% -
HSV(B) 240º 0.2% 0.33% -
XYZ 5.92 5.85 9.2 -
YUV 68.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 67 67 84 0.20 0.20 0 0.67 240 0.11 0.3
Hex 43 43 54 14 14 0 43 F0 B 1E
Octal 103 103 124 24 24 0 103 360 13 36
Binary 1000011 1000011 1010100 10100 10100 0 1000011 11110000 1011 11110

Color Harmonies of #434354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434354

Black with #434354

Text Example


Text Example

White with #434354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434354; }

 p { color: rgb(67,67,84); }

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

background-color css

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

 a { background-color: rgb(67,67,84); }

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

border-color css

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

 span { border-color: rgb(67,67,84); }

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