#3F6E72

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

Shades of Ming #3F6E72

Tints of Ming #3F6E72

Color information

#3F6E72 (or 0x3F6E72) is unknown color: approx Ming. HEX triplet: 3F, 6E and 72. RGB value is (63,110,114). Sum of RGB (Red+Green+Blue) = 63+110+114=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F6E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6E72 is #C0918D. Grayscale: #606060. Windows color (decimal): -12620174 or 7499327. OLE color: 7499327.

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

Color convert

RGB63110114-
CMYK0.450.0400.55
HSL184.71º28.81%34.71%-
HSV(B)184.71º44.74%44.71%-
XYZ10.6613.4217.95-
YUV96.4137.93104.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=21.95%
G=38.33%
B=39.72%

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
Decimal631101140.450.0400.55184.7128.8134.71
Hex3F6E722D4037b91d23
Octal771561625540672713543
Binary1111111101110111001010110110001101111011100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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