Shades of Amazon #347E5C
Tints of Amazon #347E5C
RGB
CMYK
RGB Variations
Color information
#347E5C (or 0x347E5C) is known color: Amazon. HEX triplet: 34, 7E and 5C. RGB value is (52,126,92). Sum of RGB (Red+Green+Blue) = 52+126+92=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #347E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E5C is #CB81A3. Grayscale: #646464. Windows color (decimal): -13336996 or 6061620. OLE color: 6061620.
HSL color Cylindrical-coordinate representation of color #347E5C: hue angle of 152.43º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E5C is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 126 | 92 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.51 |
| HSL | 152.43º | 0.42% | 0.35% | - |
| HSV(B) | 152.43º | 0.59% | 0.49% | - |
| XYZ | 10.81 | 16.42 | 12.73 | - |
| YUV | 100 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 92 | 0.59 | 0 | 0.27 | 0.51 | 152.43 | 0.42 | 0.35 |
| Hex | 34 | 7E | 5C | 3B | 0 | 1B | 33 | 98 | 2A | 23 |
| Octal | 64 | 176 | 134 | 73 | 0 | 33 | 63 | 230 | 52 | 43 |
| Binary | 110100 | 1111110 | 1011100 | 111011 | 0 | 11011 | 110011 | 10011000 | 101010 | 100011 |
Color Harmonies of #347E5C
Complementary color
Monochromatic Colors of #347E5C
Black with #347E5C
Text Example
Text Example
White with #347E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347E5C; }
p { color: rgb(52,126,92); }
H1.HeaderClassName
{
color: #347E5C;
}
.AnyTagClassName
{
color: #347E5C;
}
</style>
background-color css
<style>
a { background-color: #347E5C; }
a { background-color: rgb(52,126,92); }
div.DivClassName
{
background-color: #347E5C;
}
.BgClassName
{
background-color: #347E5C;
}
</style>
border-color css
<style>
span { border-color: #347E5C; }
span { border-color: rgb(52,126,92); }
td.TdClassName
{
border-color: #347E5C;
}
.TagClassName
{
border-color: #347E5C;
}
</style>