#3F745C

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

Shades of Amazon #3F745C

Tints of Amazon #3F745C

Color information

#3F745C (or 0x3F745C) is unknown color: approx Amazon. HEX triplet: 3F, 74 and 5C. RGB value is (63,116,92). Sum of RGB (Red+Green+Blue) = 63+116+92=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #3F745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F745C is #C08BA3. Grayscale: #616161. Windows color (decimal): -12618660 or 6059071. OLE color: 6059071.

HSL color Cylindrical-coordinate representation of color #3F745C: hue angle of 152.83º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F745C is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB6311692-
CMYK0.4600.210.55
HSL152.83º29.61%35.1%-
HSV(B)152.83º45.69%45.49%-
XYZ10.2314.3212.35-
YUV97.42124.94103.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.25%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=23.25%
G=42.80%
B=33.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63116920.4600.210.55152.8329.6135.1
Hex3F745C2E01537991e23
Octal7716413456025672313643
Binary111111111010010111001011100101011101111001100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,116,92); }

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

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

 a { background-color: rgb(63,116,92); }

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

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

 span { border-color: rgb(63,116,92); }

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