#3E6C71

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

Shades of Ming #3E6C71

Tints of Ming #3E6C71

Color information

#3E6C71 (or 0x3E6C71) is unknown color: approx Ming. HEX triplet: 3E, 6C and 71. RGB value is (62,108,113). Sum of RGB (Red+Green+Blue) = 62+108+113=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E6C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6C71 is #C1938E. Grayscale: #5E5E5E. Windows color (decimal): -12686223 or 7433278. OLE color: 7433278.

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

Color convert

RGB62108113-
CMYK0.450.0400.56
HSL185.88º29.14%34.31%-
HSV(B)185.88º45.13%44.31%-
XYZ10.3312.9417.58-
YUV94.82138.26104.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.91%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=21.91%
G=38.16%
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.56
SystemRedGreenBlueCMYKHSL
Decimal621081130.450.0400.56185.8829.1434.31
Hex3E6C712D4038ba1d22
Octal761541615540702723542
Binary1111101101100111000110110110001110001011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,108,113); }

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

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

 a { background-color: rgb(62,108,113); }

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

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

 span { border-color: rgb(62,108,113); }

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