Shades of Amazon #307A5B
Tints of Amazon #307A5B
RGB
CMYK
RGB Variations
Color information
#307A5B (or 0x307A5B) is known color: Amazon. HEX triplet: 30, 7A and 5B. RGB value is (48,122,91). Sum of RGB (Red+Green+Blue) = 48+122+91=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #307A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A5B is #CF85A4. Grayscale: #606060. Windows color (decimal): -13600165 or 5995056. OLE color: 5995056.
HSL color Cylindrical-coordinate representation of color #307A5B: hue angle of 154.86º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A5B is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 91 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.52 |
| HSL | 154.86º | 0.44% | 0.33% | - |
| HSV(B) | 154.86º | 0.61% | 0.48% | - |
| XYZ | 10.07 | 15.3 | 12.32 | - |
| YUV | 96.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 91 | 0.61 | 0 | 0.25 | 0.52 | 154.86 | 0.44 | 0.33 |
| Hex | 30 | 7A | 5B | 3D | 0 | 19 | 34 | 9B | 2C | 21 |
| Octal | 60 | 172 | 133 | 75 | 0 | 31 | 64 | 233 | 54 | 41 |
| Binary | 110000 | 1111010 | 1011011 | 111101 | 0 | 11001 | 110100 | 10011011 | 101100 | 100001 |
Color Harmonies of #307A5B
Complementary color
Monochromatic Colors of #307A5B
Black with #307A5B
Text Example
Text Example
White with #307A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A5B; }
p { color: rgb(48,122,91); }
H1.HeaderClassName
{
color: #307A5B;
}
.AnyTagClassName
{
color: #307A5B;
}
</style>
background-color css
<style>
a { background-color: #307A5B; }
a { background-color: rgb(48,122,91); }
div.DivClassName
{
background-color: #307A5B;
}
.BgClassName
{
background-color: #307A5B;
}
</style>
border-color css
<style>
span { border-color: #307A5B; }
span { border-color: rgb(48,122,91); }
td.TdClassName
{
border-color: #307A5B;
}
.TagClassName
{
border-color: #307A5B;
}
</style>