#3B765C

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

Shades of Amazon #3B765C

Tints of Amazon #3B765C

Color information

#3B765C (or 0x3B765C) is unknown color: approx Amazon. HEX triplet: 3B, 76 and 5C. RGB value is (59,118,92). Sum of RGB (Red+Green+Blue) = 59+118+92=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #3B765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B765C is #C489A3. Grayscale: #616161. Windows color (decimal): -12880292 or 6059579. OLE color: 6059579.

HSL color Cylindrical-coordinate representation of color #3B765C: hue angle of 153.56º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B765C is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB5911892-
CMYK0.5000.220.54
HSL153.56º33.33%34.71%-
HSV(B)153.56º50%46.27%-
XYZ10.2114.6612.42-
YUV97.39124.95100.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.93%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=21.93%
G=43.87%
B=34.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118920.5000.220.54153.5633.3334.71
Hex3B765C32016369a2123
Octal7316613462026662324143
Binary1110111110110101110011001001011011011010011010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,92); }

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

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

 a { background-color: rgb(59,118,92); }

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

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

 span { border-color: rgb(59,118,92); }

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