#434359

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

Shades of Gun Powder #434359

Tints of Gun Powder #434359

Color information

#434359 (or 0x434359) is unknown color: approx Gun Powder. HEX triplet: 43, 43 and 59. RGB value is (67,67,89). Sum of RGB (Red+Green+Blue) = 67+67+89=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #434359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434359 is #BCBCA6. Grayscale: #454545. Windows color (decimal): -12369063 or 5849923. OLE color: 5849923.

HSL color Cylindrical-coordinate representation of color #434359: hue angle of 240º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #434359 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB676789-
CMYK0.250.2500.65
HSL240º14.1%30.59%-
HSV(B)240º24.72%34.9%-
XYZ6.135.9310.27-
YUV69.51139126.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.04%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=30.04%
G=30.04%
B=39.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6767890.250.2500.6524014.130.59
Hex4343591919041f0e1f
Octal103103131313101013601637
Binary10000111000011101100111001110010100000111110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434359; }

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

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

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

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

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

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

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

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