#346A4D

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

Shades of Amazon #346A4D

Tints of Amazon #346A4D

Color information

#346A4D (or 0x346A4D) is unknown color: approx Amazon. HEX triplet: 34, 6A and 4D. RGB value is (52,106,77). Sum of RGB (Red+Green+Blue) = 52+106+77=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #346A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A4D is #CB95B2. Grayscale: #565656. Windows color (decimal): -13342131 or 5073460. OLE color: 5073460.

HSL color Cylindrical-coordinate representation of color #346A4D: hue angle of 147.78º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346A4D is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB5210677-
CMYK0.5100.270.58
HSL147.78º34.18%30.98%-
HSV(B)147.78º50.94%41.57%-
XYZ7.9111.578.84-
YUV86.55122.61103.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=22.13%
G=45.11%
B=32.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52106770.5100.270.58147.7834.1830.98
Hex346A4D3301B3A94221f
Octal6415211563033722244237
Binary110100110101010011011100110110111110101001010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346A4D; }

 p { color: rgb(52,106,77); }

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

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

 a { background-color: rgb(52,106,77); }

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

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

 span { border-color: rgb(52,106,77); }

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