#3F765C

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

Shades of Amazon #3F765C

Tints of Amazon #3F765C

Color information

#3F765C (or 0x3F765C) is unknown color: approx Amazon. HEX triplet: 3F, 76 and 5C. RGB value is (63,118,92). Sum of RGB (Red+Green+Blue) = 63+118+92=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #3F765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F765C is #C089A3. Grayscale: #626262. Windows color (decimal): -12618148 or 6059583. OLE color: 6059583.

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

Color convert

RGB6311892-
CMYK0.4700.220.54
HSL151.64º30.39%35.49%-
HSV(B)151.64º46.61%46.27%-
XYZ10.4614.7912.43-
YUV98.59124.28102.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=23.08%
G=43.22%
B=33.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63118920.4700.220.54151.6430.3935.49
Hex3F765C2F01636981e23
Octal7716613457026662303643
Binary111111111011010111001011110101101101101001100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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