Html Css Color HEX #3F7858 Amazon

📋 copy color: '#3F7858'

red 63 ◦ green 120 ◦ blue 88

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

Shades of Amazon #3F7858

Tints of Amazon #3F7858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.28%

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

R = 23.25%
G = 44.28%
B = 32.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#3F7858 (or 0x3F7858) is known color: Amazon. HEX triplet: 3F, 78 and 58. RGB value is (63,120,88). Sum of RGB (Red+Green+Blue) = 63+120+88=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7858 is #C087A7. Grayscale: #636363. Windows color (decimal): -12617640 or 5797951. OLE color: 5797951.

HSL color Cylindrical-coordinate representation of color #3F7858: hue angle of 146.32º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7858 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 120 88 -
CMYK 0.48 0 0.27 0.53
HSL 146.32º 0.31% 0.36% -
HSV(B) 146.32º 0.48% 0.47% -
XYZ 10.53 15.19 11.61 -
YUV 99.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 63 120 88 0.48 0 0.27 0.53 146.32 0.31 0.36
Hex 3F 78 58 30 0 1B 35 92 1F 24
Octal 77 170 130 60 0 33 65 222 37 44
Binary 111111 1111000 1011000 110000 0 11011 110101 10010010 11111 100100

Color Harmonies of #3F7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7858

Black with #3F7858

Text Example


Text Example

White with #3F7858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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