#3F7854

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

Shades of Amazon #3F7854

Tints of Amazon #3F7854

Color information

#3F7854 (or 0x3F7854) is unknown color: approx Amazon. HEX triplet: 3F, 78 and 54. RGB value is (63,120,84). Sum of RGB (Red+Green+Blue) = 63+120+84=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7854 is #C087AB. Grayscale: #626262. Windows color (decimal): -12617644 or 5535807. OLE color: 5535807.

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

Color convert

RGB6312084-
CMYK0.4800.30.53
HSL142.11º31.15%35.88%-
HSV(B)142.11º47.5%47.06%-
XYZ10.3715.1310.76-
YUV98.85119.62102.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=23.60%
G=44.94%
B=31.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120840.4800.30.53142.1131.1535.88
Hex3F78543001E358e1f24
Octal7717012460036652163744
Binary111111111100010101001100000111101101011000111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,120,84); }

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

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

 a { background-color: rgb(63,120,84); }

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

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

 span { border-color: rgb(63,120,84); }

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