#434054

Color #434054 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #434054

Tints of Gun Powder #434054

Color information

#434054 (or 0x434054) is unknown color: approx Gun Powder. HEX triplet: 43, 40 and 54. RGB value is (67,64,84). Sum of RGB (Red+Green+Blue) = 67+64+84=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #434054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434054 is #BCBFAB. Grayscale: #434343. Windows color (decimal): -12369836 or 5521475. OLE color: 5521475.

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

Color convert

RGB676484-
CMYK0.200.2400.67
HSL249º13.51%29.02%-
HSV(B)249º23.81%32.94%-
XYZ5.755.59.15-
YUV67.18137.49127.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=31.16%
G=29.77%
B=39.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6764840.200.2400.6724913.5129.02
Hex4340541418043f9e1d
Octal103100124243001033711635
Binary10000111000000101010010100110000100001111111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434054; }

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

 H1.HeaderClassName
 {
   color: #434054;
 }
 .AnyTagClassName
 {
   color: #434054;
 }
</style>
background-color css

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

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

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

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

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

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