#3D3C59

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

Shades of Gun Powder #3D3C59

Tints of Gun Powder #3D3C59

Color information

#3D3C59 (or 0x3D3C59) is unknown color: approx Gun Powder. HEX triplet: 3D, 3C and 59. RGB value is (61,60,89). Sum of RGB (Red+Green+Blue) = 61+60+89=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C59 is #C2C3A6. Grayscale: #3F3F3F. Windows color (decimal): -12764071 or 5848125. OLE color: 5848125.

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

Color convert

RGB616089-
CMYK0.310.3300.65
HSL242.07º19.46%29.22%-
HSV(B)242.07º32.58%34.9%-
XYZ5.344.9510.12-
YUV63.6142.33126.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=29.05%
G=28.57%
B=42.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6160890.310.3300.65242.0719.4629.22
Hex3D3C591F21041f2131d
Octal7574131374101013622335
Binary11110111110010110011111110000101000001111100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,60,89); }

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

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

 a { background-color: rgb(61,60,89); }

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

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

 span { border-color: rgb(61,60,89); }

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