Html Css Color HEX #3F7558 Amazon

📋 copy color: '#3F7558'

red 63 ◦ green 117 ◦ blue 88

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

Shades of Amazon #3F7558

Tints of Amazon #3F7558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.66%

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

R = 23.51%
G = 43.66%
B = 32.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#3F7558 (or 0x3F7558) is known color: Amazon. HEX triplet: 3F, 75 and 58. RGB value is (63,117,88). Sum of RGB (Red+Green+Blue) = 63+117+88=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7558 is #C08AA7. Grayscale: #616161. Windows color (decimal): -12618408 or 5797183. OLE color: 5797183.

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

Color convert

RGB 63 117 88 -
CMYK 0.46 0 0.25 0.54
HSL 147.78º 0.3% 0.35% -
HSV(B) 147.78º 0.46% 0.46% -
XYZ 10.17 14.48 11.49 -
YUV 97.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 63 117 88 0.46 0 0.25 0.54 147.78 0.3 0.35
Hex 3F 75 58 2E 0 19 36 94 1E 23
Octal 77 165 130 56 0 31 66 224 36 43
Binary 111111 1110101 1011000 101110 0 11001 110110 10010100 11110 100011

Color Harmonies of #3F7558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7558

Black with #3F7558

Text Example


Text Example

White with #3F7558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,117,88); }

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

background-color css

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

 a { background-color: rgb(63,117,88); }

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

border-color css

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

 span { border-color: rgb(63,117,88); }

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