#434356

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

Shades of Gun Powder #434356

Tints of Gun Powder #434356

Color information

#434356 (or 0x434356) is unknown color: approx Gun Powder. HEX triplet: 43, 43 and 56. RGB value is (67,67,86). Sum of RGB (Red+Green+Blue) = 67+67+86=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #434356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434356 is #BCBCA9. Grayscale: #454545. Windows color (decimal): -12369066 or 5653315. OLE color: 5653315.

HSL color Cylindrical-coordinate representation of color #434356: hue angle of 240º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #434356 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB676786-
CMYK0.220.2200.66
HSL240º12.42%30%-
HSV(B)240º22.09%33.73%-
XYZ65.889.62-
YUV69.17137.5126.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=30.45%
G=30.45%
B=39.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6767860.220.2200.6624012.4230
Hex4343561616042f0c1e
Octal103103126262601023601436
Binary10000111000011101011010110101100100001011110000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434356; }

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

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

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

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

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

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

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

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