#3F405A

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

Shades of Gun Powder #3F405A

Tints of Gun Powder #3F405A

Color information

#3F405A (or 0x3F405A) is unknown color: approx Gun Powder. HEX triplet: 3F, 40 and 5A. RGB value is (63,64,90). Sum of RGB (Red+Green+Blue) = 63+64+90=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F405A is #C0BFA5. Grayscale: #424242. Windows color (decimal): -12631974 or 5914687. OLE color: 5914687.

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

Color convert

RGB636490-
CMYK0.300.2900.65
HSL237.78º17.65%30%-
HSV(B)237.78º30%35.29%-
XYZ5.735.4610.43-
YUV66.67141.17125.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=29.03%
G=29.49%
B=41.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6364900.300.2900.65237.7817.6530
Hex3F405A1E1D041ee121e
Octal77100132363501013562236
Binary11111110000001011010111101110101000001111011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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