#317355

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

Shades of Amazon #317355

Tints of Amazon #317355

Color information

#317355 (or 0x317355) is unknown color: approx Amazon. HEX triplet: 31, 73 and 55. RGB value is (49,115,85). Sum of RGB (Red+Green+Blue) = 49+115+85=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #317355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317355 is #CE8CAA. Grayscale: #5B5B5B. Windows color (decimal): -13536427 or 5600049. OLE color: 5600049.

HSL color Cylindrical-coordinate representation of color #317355: hue angle of 152.73º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317355 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB4911585-
CMYK0.5700.260.55
HSL152.73º40.24%32.16%-
HSV(B)152.73º57.39%45.1%-
XYZ9.0413.5710.74-
YUV91.85124.1397.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=19.68%
G=46.18%
B=34.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115850.5700.260.55152.7340.2432.16
Hex3173553901A37992820
Octal6116312571032672315040
Binary1100011110011101010111100101101011011110011001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317355; }

 p { color: rgb(49,115,85); }

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

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

 a { background-color: rgb(49,115,85); }

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

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

 span { border-color: rgb(49,115,85); }

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