Shades of Amazon #307A5C
Tints of Amazon #307A5C
RGB
CMYK
RGB Variations
Color information
#307A5C (or 0x307A5C) is known color: Amazon. HEX triplet: 30, 7A and 5C. RGB value is (48,122,92). Sum of RGB (Red+Green+Blue) = 48+122+92=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #307A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A5C is #CF85A3. Grayscale: #606060. Windows color (decimal): -13600164 or 6060592. OLE color: 6060592.
HSL color Cylindrical-coordinate representation of color #307A5C: hue angle of 155.68º 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 #307A5C is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 92 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.52 |
| HSL | 155.68º | 0.44% | 0.33% | - |
| HSV(B) | 155.68º | 0.61% | 0.48% | - |
| XYZ | 10.11 | 15.32 | 12.55 | - |
| YUV | 96.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 92 | 0.61 | 0 | 0.25 | 0.52 | 155.68 | 0.44 | 0.33 |
| Hex | 30 | 7A | 5C | 3D | 0 | 19 | 34 | 9C | 2C | 21 |
| Octal | 60 | 172 | 134 | 75 | 0 | 31 | 64 | 234 | 54 | 41 |
| Binary | 110000 | 1111010 | 1011100 | 111101 | 0 | 11001 | 110100 | 10011100 | 101100 | 100001 |
Color Harmonies of #307A5C
Complementary color
Monochromatic Colors of #307A5C
Black with #307A5C
Text Example
Text Example
White with #307A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A5C; }
p { color: rgb(48,122,92); }
H1.HeaderClassName
{
color: #307A5C;
}
.AnyTagClassName
{
color: #307A5C;
}
</style>
background-color css
<style>
a { background-color: #307A5C; }
a { background-color: rgb(48,122,92); }
div.DivClassName
{
background-color: #307A5C;
}
.BgClassName
{
background-color: #307A5C;
}
</style>
border-color css
<style>
span { border-color: #307A5C; }
span { border-color: rgb(48,122,92); }
td.TdClassName
{
border-color: #307A5C;
}
.TagClassName
{
border-color: #307A5C;
}
</style>