#3F747F

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

Shades of Ming #3F747F

Tints of Ming #3F747F

Color information

#3F747F (or 0x3F747F) is unknown color: approx Ming. HEX triplet: 3F, 74 and 7F. RGB value is (63,116,127). Sum of RGB (Red+Green+Blue) = 63+116+127=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F747F is #C08B80. Grayscale: #656565. Windows color (decimal): -12618625 or 8352831. OLE color: 8352831.

HSL color Cylindrical-coordinate representation of color #3F747F: hue angle of 190.31º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F747F is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB63116127-
CMYK0.500.0900.50
HSL190.31º33.68%37.25%-
HSV(B)190.31º50.39%49.8%-
XYZ12.1315.0822.35-
YUV101.41142.44100.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 127 (50% from 255) = 41.50%
R=20.59%
G=37.91%
B=41.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal631161270.500.0900.50190.3133.6837.25
Hex3F747F329032be2225
Octal7716417762110622764245
Binary111111111010011111111100101001011001010111110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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