#357A5D

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

Shades of Amazon #357A5D

Tints of Amazon #357A5D

Color information

#357A5D (or 0x357A5D) is unknown color: approx Amazon. HEX triplet: 35, 7A and 5D. RGB value is (53,122,93). Sum of RGB (Red+Green+Blue) = 53+122+93=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #357A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A5D is #CA85A2. Grayscale: #626262. Windows color (decimal): -13272483 or 6126133. OLE color: 6126133.

HSL color Cylindrical-coordinate representation of color #357A5D: hue angle of 154.78º 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 #357A5D is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB5312293-
CMYK0.5700.240.52
HSL154.78º39.43%34.31%-
HSV(B)154.78º56.56%47.84%-
XYZ10.415.4712.79-
YUV98.06125.1495.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 122 (48.05% from 255) = 45.52%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=19.78%
G=45.52%
B=34.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122930.5700.240.52154.7839.4334.31
Hex357A5D39018349b2722
Octal6517213571030642334742
Binary1101011111010101110111100101100011010010011011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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