#3F405B

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

Shades of Gun Powder #3F405B

Tints of Gun Powder #3F405B

Color information

#3F405B (or 0x3F405B) is unknown color: approx Gun Powder. HEX triplet: 3F, 40 and 5B. RGB value is (63,64,91). Sum of RGB (Red+Green+Blue) = 63+64+91=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F405B is #C0BFA4. Grayscale: #424242. Windows color (decimal): -12631973 or 5980223. OLE color: 5980223.

HSL color Cylindrical-coordinate representation of color #3F405B: hue angle of 237.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F405B is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB636491-
CMYK0.310.3000.64
HSL237.86º18.18%30.2%-
HSV(B)237.86º30.77%35.69%-
XYZ5.775.4810.65-
YUV66.78141.67125.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.90%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=28.90%
G=29.36%
B=41.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6364910.310.3000.64237.8618.1830.2
Hex3F405B1F1E040ee121e
Octal77100133373601003562236
Binary11111110000001011011111111111001000000111011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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