#3F4059

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

Shades of Gun Powder #3F4059

Tints of Gun Powder #3F4059

Color information

#3F4059 (or 0x3F4059) is unknown color: approx Gun Powder. HEX triplet: 3F, 40 and 59. RGB value is (63,64,89). Sum of RGB (Red+Green+Blue) = 63+64+89=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4059 is #C0BFA6. Grayscale: #424242. Windows color (decimal): -12631975 or 5849151. OLE color: 5849151.

HSL color Cylindrical-coordinate representation of color #3F4059: hue angle of 237.69º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4059 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB636489-
CMYK0.290.2800.65
HSL237.69º17.11%29.8%-
HSV(B)237.69º29.21%34.9%-
XYZ5.695.4410.2-
YUV66.55140.67125.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=29.17%
G=29.63%
B=41.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6364890.290.2800.65237.6917.1129.8
Hex3F40591D1C041ee111e
Octal77100131353401013562136
Binary11111110000001011001111011110001000001111011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4059; }

 p { color: rgb(63,64,89); }

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

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

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

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

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

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

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