#3F6F73

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

Shades of Ming #3F6F73

Tints of Ming #3F6F73

Color information

#3F6F73 (or 0x3F6F73) is unknown color: approx Ming. HEX triplet: 3F, 6F and 73. RGB value is (63,111,115). Sum of RGB (Red+Green+Blue) = 63+111+115=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F73 is #C0908C. Grayscale: #616161. Windows color (decimal): -12619917 or 7565119. OLE color: 7565119.

HSL color Cylindrical-coordinate representation of color #3F6F73: hue angle of 184.62º 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 #3F6F73 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB63111115-
CMYK0.450.0300.55
HSL184.62º29.21%34.9%-
HSV(B)184.62º45.22%45.1%-
XYZ10.8313.6618.29-
YUV97.1138.1103.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.80%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=21.80%
G=38.41%
B=39.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631111150.450.0300.55184.6229.2134.9
Hex3F6F732D3037b91d23
Octal771571635530672713543
Binary111111110111111100111011011101101111011100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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