#3F3C54

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

Shades of Gun Powder #3F3C54

Tints of Gun Powder #3F3C54

Color information

#3F3C54 (or 0x3F3C54) is unknown color: approx Gun Powder. HEX triplet: 3F, 3C and 54. RGB value is (63,60,84). Sum of RGB (Red+Green+Blue) = 63+60+84=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F3C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3C54 is #C0C3AB. Grayscale: #3F3F3F. Windows color (decimal): -12633004 or 5520447. OLE color: 5520447.

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

Color convert

RGB636084-
CMYK0.250.2900.67
HSL247.5º16.67%28.24%-
HSV(B)247.5º28.57%32.94%-
XYZ5.274.939.06-
YUV63.63139.49127.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=30.43%
G=28.99%
B=40.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6360840.250.2900.67247.516.6728.24
Hex3F3C54191D043f8111c
Octal7774124313501033702134
Binary1111111111001010100110011110101000011111110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,60,84); }

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

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

 a { background-color: rgb(63,60,84); }

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

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

 span { border-color: rgb(63,60,84); }

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