#347A5D

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

Shades of Amazon #347A5D

Tints of Amazon #347A5D

Color information

#347A5D (or 0x347A5D) is unknown color: approx Amazon. HEX triplet: 34, 7A and 5D. RGB value is (52,122,93). Sum of RGB (Red+Green+Blue) = 52+122+93=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #347A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347A5D is #CB85A2. Grayscale: #616161. Windows color (decimal): -13338019 or 6126132. OLE color: 6126132.

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

Color convert

RGB5212293-
CMYK0.5700.240.52
HSL155.14º40.23%34.12%-
HSV(B)155.14º57.38%47.84%-
XYZ10.3515.4412.79-
YUV97.76125.3195.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=19.48%
G=45.69%
B=34.83%

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
Decimal52122930.5700.240.52155.1440.2334.12
Hex347A5D39018349b2822
Octal6417213571030642335042
Binary1101001111010101110111100101100011010010011011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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