Html Css Color HEX #347B5D Amazon

📋 copy color: '#347B5D'

red 52 ◦ green 123 ◦ blue 93

#347B5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #347B5D

Tints of Amazon #347B5D

RGB

 RED value IS 52 (20.7% from 255) = 19.4%

 GREEN value IS 123 (48.44% from 255) = 45.9%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 19.4%
G = 45.9%
B = 34.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#347B5D (or 0x347B5D) is known color: Amazon. HEX triplet: 34, 7B and 5D. RGB value is (52,123,93). Sum of RGB (Red+Green+Blue) = 52+123+93=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #347B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B5D is #CB84A2. Grayscale: #626262. Windows color (decimal): -13337763 or 6126388. OLE color: 6126388.

HSL color Cylindrical-coordinate representation of color #347B5D: hue angle of 154.65º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B5D is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 93 -
CMYK 0.58 0 0.24 0.52
HSL 154.65º 0.41% 0.34% -
HSV(B) 154.65º 0.58% 0.48% -
XYZ 10.47 15.69 12.83 -
YUV 98.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 52 123 93 0.58 0 0.24 0.52 154.65 0.41 0.34
Hex 34 7B 5D 3A 0 18 34 9B 29 22
Octal 64 173 135 72 0 30 64 233 51 42
Binary 110100 1111011 1011101 111010 0 11000 110100 10011011 101001 100010

Color Harmonies of #347B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B5D

Black with #347B5D

Text Example


Text Example

White with #347B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #347B5D;
 }
 .AnyTagClassName
 {
   color: #347B5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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