#434257

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

Shades of Gun Powder #434257

Tints of Gun Powder #434257

Color information

#434257 (or 0x434257) is unknown color: approx Gun Powder. HEX triplet: 43, 42 and 57. RGB value is (67,66,87). Sum of RGB (Red+Green+Blue) = 67+66+87=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #434257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434257 is #BCBDA8. Grayscale: #444444. Windows color (decimal): -12369321 or 5718595. OLE color: 5718595.

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

Color convert

RGB676687-
CMYK0.230.2400.66
HSL242.86º13.73%30%-
HSV(B)242.86º24.14%34.12%-
XYZ5.985.789.82-
YUV68.69138.33126.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=30.45%
G=30%
B=39.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6766870.230.2400.66242.8613.7330
Hex4342571718042f3e1e
Octal103102127273001023631636
Binary10000111000010101011110111110000100001011110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434257; }

 p { color: rgb(67,66,87); }

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

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

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

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

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

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

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