#338057

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

Shades of Amazon #338057

Tints of Amazon #338057

Color information

#338057 (or 0x338057) is unknown color: approx Amazon. HEX triplet: 33, 80 and 57. RGB value is (51,128,87). Sum of RGB (Red+Green+Blue) = 51+128+87=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #338057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338057 is #CC7FA8. Grayscale: #646464. Windows color (decimal): -13402025 or 5734451. OLE color: 5734451.

HSL color Cylindrical-coordinate representation of color #338057: hue angle of 148.05º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338057 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB5112887-
CMYK0.6000.320.50
HSL148.05º43.02%35.1%-
HSV(B)148.05º60.16%50.2%-
XYZ10.816.8311.7-
YUV100.3120.4992.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 128 (50.39% from 255) = 48.12%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=19.17%
G=48.12%
B=32.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51128870.6000.320.50148.0543.0235.1
Hex3380573C02032942b23
Octal6320012774040622245343
Binary110011100000001010111111100010000011001010010100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338057; }

 p { color: rgb(51,128,87); }

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

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

 a { background-color: rgb(51,128,87); }

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

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

 span { border-color: rgb(51,128,87); }

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