Html Css Color HEX #317358 Amazon

📋 copy color: '#317358'

red 49 ◦ green 115 ◦ blue 88

#317358
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #317358

Tints of Amazon #317358

RGB

 RED value IS 49 (19.53% from 255) = 19.44%

 GREEN value IS 115 (45.31% from 255) = 45.63%

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 19.44%
G = 45.63%
B = 34.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#317358 (or 0x317358) is known color: Amazon. HEX triplet: 31, 73 and 58. RGB value is (49,115,88). Sum of RGB (Red+Green+Blue) = 49+115+88=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #317358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317358 is #CE8CA7. Grayscale: #5C5C5C. Windows color (decimal): -13536424 or 5796657. OLE color: 5796657.

HSL color Cylindrical-coordinate representation of color #317358: hue angle of 155.45º 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 #317358 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 88 -
CMYK 0.57 0 0.23 0.55
HSL 155.45º 0.4% 0.32% -
HSV(B) 155.45º 0.57% 0.45% -
XYZ 9.16 13.62 11.38 -
YUV 92.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 49 115 88 0.57 0 0.23 0.55 155.45 0.4 0.32
Hex 31 73 58 39 0 17 37 9B 28 20
Octal 61 163 130 71 0 27 67 233 50 40
Binary 110001 1110011 1011000 111001 0 10111 110111 10011011 101000 100000

Color Harmonies of #317358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317358

Black with #317358

Text Example


Text Example

White with #317358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317358; }

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

 H1.HeaderClassName
 {
   color: #317358;
 }
 .AnyTagClassName
 {
   color: #317358;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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