#357A5B

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

Shades of Amazon #357A5B

Tints of Amazon #357A5B

Color information

#357A5B (or 0x357A5B) is unknown color: approx Amazon. HEX triplet: 35, 7A and 5B. RGB value is (53,122,91). Sum of RGB (Red+Green+Blue) = 53+122+91=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #357A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A5B is #CA85A4. Grayscale: #616161. Windows color (decimal): -13272485 or 5995061. OLE color: 5995061.

HSL color Cylindrical-coordinate representation of color #357A5B: hue angle of 153.04º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A5B is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB5312291-
CMYK0.5700.250.52
HSL153.04º39.43%34.31%-
HSV(B)153.04º56.56%47.84%-
XYZ10.3215.4312.33-
YUV97.83124.1496.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 122 (48.05% from 255) = 45.86%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=19.92%
G=45.86%
B=34.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122910.5700.250.52153.0439.4334.31
Hex357A5B3901934992722
Octal6517213371031642314742
Binary1101011111010101101111100101100111010010011001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357A5B; }

 p { color: rgb(53,122,91); }

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

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

 a { background-color: rgb(53,122,91); }

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

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

 span { border-color: rgb(53,122,91); }

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