Shades of Amazon #386A4D
Tints of Amazon #386A4D
RGB
CMYK
RGB Variations
Color information
#386A4D (or 0x386A4D) is known color: Amazon. HEX triplet: 38, 6A and 4D. RGB value is (56,106,77). Sum of RGB (Red+Green+Blue) = 56+106+77=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #386A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A4D is #C795B2. Grayscale: #575757. Windows color (decimal): -13079987 or 5073464. OLE color: 5073464.
HSL color Cylindrical-coordinate representation of color #386A4D: hue angle of 145.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A4D is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 106 | 77 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.58 |
| HSL | 145.2º | 0.31% | 0.32% | - |
| HSV(B) | 145.2º | 0.47% | 0.42% | - |
| XYZ | 8.12 | 11.68 | 8.85 | - |
| YUV | 87.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 77 | 0.47 | 0 | 0.27 | 0.58 | 145.2 | 0.31 | 0.32 |
| Hex | 38 | 6A | 4D | 2F | 0 | 1B | 3A | 91 | 1F | 20 |
| Octal | 70 | 152 | 115 | 57 | 0 | 33 | 72 | 221 | 37 | 40 |
| Binary | 111000 | 1101010 | 1001101 | 101111 | 0 | 11011 | 111010 | 10010001 | 11111 | 100000 |
Color Harmonies of #386A4D
Complementary color
Monochromatic Colors of #386A4D
Black with #386A4D
Text Example
Text Example
White with #386A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A4D; }
p { color: rgb(56,106,77); }
H1.HeaderClassName
{
color: #386A4D;
}
.AnyTagClassName
{
color: #386A4D;
}
</style>
background-color css
<style>
a { background-color: #386A4D; }
a { background-color: rgb(56,106,77); }
div.DivClassName
{
background-color: #386A4D;
}
.BgClassName
{
background-color: #386A4D;
}
</style>
border-color css
<style>
span { border-color: #386A4D; }
span { border-color: rgb(56,106,77); }
td.TdClassName
{
border-color: #386A4D;
}
.TagClassName
{
border-color: #386A4D;
}
</style>