#3E3F5B

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

Shades of Gun Powder #3E3F5B

Tints of Gun Powder #3E3F5B

Color information

#3E3F5B (or 0x3E3F5B) is unknown color: approx Gun Powder. HEX triplet: 3E, 3F and 5B. RGB value is (62,63,91). Sum of RGB (Red+Green+Blue) = 62+63+91=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E3F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3F5B is #C1C0A4. Grayscale: #414141. Windows color (decimal): -12697765 or 5979966. OLE color: 5979966.

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

Color convert

RGB626391-
CMYK0.320.3100.64
HSL237.93º18.95%30%-
HSV(B)237.93º31.87%35.69%-
XYZ5.655.3310.63-
YUV65.89142.17125.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.70%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=28.70%
G=29.17%
B=42.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6263910.320.3100.64237.9318.9530
Hex3E3F5B201F040ee131e
Octal7677133403701003562336
Binary11111011111110110111000001111101000000111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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