#307A5D

Color #307A5D Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #307A5D

Tints of Amazon #307A5D

Color information

#307A5D (or 0x307A5D) is unknown color: approx Amazon. HEX triplet: 30, 7A and 5D. RGB value is (48,122,93). Sum of RGB (Red+Green+Blue) = 48+122+93=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #307A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A5D is #CF85A2. Grayscale: #606060. Windows color (decimal): -13600163 or 6126128. OLE color: 6126128.

HSL color Cylindrical-coordinate representation of color #307A5D: hue angle of 156.49º 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 #307A5D is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB4812293-
CMYK0.6100.240.52
HSL156.49º43.53%33.33%-
HSV(B)156.49º60.66%47.84%-
XYZ10.1515.3412.78-
YUV96.57125.9893.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 122 (48.05% from 255) = 46.39%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=18.25%
G=46.39%
B=35.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122930.6100.240.52156.4943.5333.33
Hex307A5D3D018349c2c21
Octal6017213575030642345441
Binary1100001111010101110111110101100011010010011100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A5D; }

 p { color: rgb(48,122,93); }

 H1.HeaderClassName
 {
   color: #307A5D;
 }
 .AnyTagClassName
 {
   color: #307A5D;
 }
</style>
background-color css

<style>
 a { background-color: #307A5D; }

 a { background-color: rgb(48,122,93); }

 div.DivClassName
 {
   background-color: #307A5D;
 }
 .BgClassName
 {
   background-color: #307A5D;
 }
</style>
border-color css

<style>
 span { border-color: #307A5D; }

 span { border-color: rgb(48,122,93); }

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