#3F7071

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

Shades of Ming #3F7071

Tints of Ming #3F7071

Color information

#3F7071 (or 0x3F7071) is unknown color: approx Ming. HEX triplet: 3F, 70 and 71. RGB value is (63,112,113). Sum of RGB (Red+Green+Blue) = 63+112+113=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F7071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7071 is #C08F8E. Grayscale: #616161. Windows color (decimal): -12619663 or 7434303. OLE color: 7434303.

HSL color Cylindrical-coordinate representation of color #3F7071: hue angle of 181.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7071 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB63112113-
CMYK0.440.0100.56
HSL181.2º28.41%34.51%-
HSV(B)181.2º44.25%44.31%-
XYZ10.8213.8417.72-
YUV97.46136.77103.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 113 (44.53% from 255) = 39.24%
R=21.88%
G=38.89%
B=39.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631121130.440.0100.56181.228.4134.51
Hex3F70712C1038b51c23
Octal771601615410702653443
Binary11111111100001110001101100101110001011010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,113); }

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

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

 a { background-color: rgb(63,112,113); }

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

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

 span { border-color: rgb(63,112,113); }

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