#3E775C

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

Shades of Amazon #3E775C

Tints of Amazon #3E775C

Color information

#3E775C (or 0x3E775C) is unknown color: approx Amazon. HEX triplet: 3E, 77 and 5C. RGB value is (62,119,92). Sum of RGB (Red+Green+Blue) = 62+119+92=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #3E775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E775C is #C188A3. Grayscale: #626262. Windows color (decimal): -12683428 or 6059838. OLE color: 6059838.

HSL color Cylindrical-coordinate representation of color #3E775C: hue angle of 151.58º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E775C is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB6211992-
CMYK0.4800.230.53
HSL151.58º31.49%35.49%-
HSV(B)151.58º47.9%46.67%-
XYZ10.5214.9912.46-
YUV98.88124.12101.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.71%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=22.71%
G=43.59%
B=33.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62119920.4800.230.53151.5831.4935.49
Hex3E775C3001735981f23
Octal7616713460027652303743
Binary111110111011110111001100000101111101011001100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,119,92); }

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

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

 a { background-color: rgb(62,119,92); }

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

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

 span { border-color: rgb(62,119,92); }

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