#3F7674

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

Shades of Ming #3F7674

Tints of Ming #3F7674

Color information

#3F7674 (or 0x3F7674) is unknown color: approx Ming. HEX triplet: 3F, 76 and 74. RGB value is (63,118,116). Sum of RGB (Red+Green+Blue) = 63+118+116=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7674 is #C0898B. Grayscale: #656565. Windows color (decimal): -12618124 or 7632447. OLE color: 7632447.

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

Color convert

RGB63118116-
CMYK0.4700.020.54
HSL177.82º30.39%35.49%-
HSV(B)177.82º46.61%46.27%-
XYZ11.6815.2718.86-
YUV101.33136.28100.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=21.21%
G=39.73%
B=39.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal631181160.4700.020.54177.8230.3935.49
Hex3F76742F0236b21e23
Octal771661645702662623643
Binary111111111011011101001011110101101101011001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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