#3F6E73

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

Shades of Ming #3F6E73

Tints of Ming #3F6E73

Color information

#3F6E73 (or 0x3F6E73) is unknown color: approx Ming. HEX triplet: 3F, 6E and 73. RGB value is (63,110,115). Sum of RGB (Red+Green+Blue) = 63+110+115=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6E73 is #C0918C. Grayscale: #606060. Windows color (decimal): -12620173 or 7564863. OLE color: 7564863.

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

Color convert

RGB63110115-
CMYK0.450.0400.55
HSL185.77º29.21%34.9%-
HSV(B)185.77º45.22%45.1%-
XYZ10.7213.4518.25-
YUV96.52138.43104.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=21.88%
G=38.19%
B=39.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631101150.450.0400.55185.7729.2134.9
Hex3F6E732D4037ba1d23
Octal771561635540672723543
Binary1111111101110111001110110110001101111011101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,110,115); }

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

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

 a { background-color: rgb(63,110,115); }

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

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

 span { border-color: rgb(63,110,115); }

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