Html Css Color HEX #3F745C Amazon

📋 copy color: '#3F745C'

red 63 ◦ green 116 ◦ blue 92

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

Shades of Amazon #3F745C

Tints of Amazon #3F745C

RGB

 RED value IS 63 (25% from 255) = 23.25%

 GREEN value IS 116 (45.7% from 255) = 42.8%

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 23.25%
G = 42.8%
B = 33.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#3F745C (or 0x3F745C) is known color: Amazon. HEX triplet: 3F, 74 and 5C. RGB value is (63,116,92). Sum of RGB (Red+Green+Blue) = 63+116+92=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #3F745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F745C is #C08BA3. Grayscale: #616161. Windows color (decimal): -12618660 or 6059071. OLE color: 6059071.

HSL color Cylindrical-coordinate representation of color #3F745C: hue angle of 152.83º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F745C is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 116 92 -
CMYK 0.46 0 0.21 0.55
HSL 152.83º 0.3% 0.35% -
HSV(B) 152.83º 0.46% 0.45% -
XYZ 10.23 14.32 12.35 -
YUV 97.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 63 116 92 0.46 0 0.21 0.55 152.83 0.3 0.35
Hex 3F 74 5C 2E 0 15 37 99 1E 23
Octal 77 164 134 56 0 25 67 231 36 43
Binary 111111 1110100 1011100 101110 0 10101 110111 10011001 11110 100011

Color Harmonies of #3F745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F745C

Black with #3F745C

Text Example


Text Example

White with #3F745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F745C; }

 p { color: rgb(63,116,92); }

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

background-color css

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

 a { background-color: rgb(63,116,92); }

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

border-color css

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

 span { border-color: rgb(63,116,92); }

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