#3E6F70

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

Shades of Ming #3E6F70

Tints of Ming #3E6F70

Color information

#3E6F70 (or 0x3E6F70) is unknown color: approx Ming. HEX triplet: 3E, 6F and 70. RGB value is (62,111,112). Sum of RGB (Red+Green+Blue) = 62+111+112=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E6F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6F70 is #C1908F. Grayscale: #606060. Windows color (decimal): -12685456 or 7368510. OLE color: 7368510.

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

Color convert

RGB62111112-
CMYK0.450.0100.56
HSL181.2º28.74%34.12%-
HSV(B)181.2º44.64%43.92%-
XYZ10.613.5617.39-
YUV96.46136.77103.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.75%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=21.75%
G=38.95%
B=39.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal621111120.450.0100.56181.228.7434.12
Hex3E6F702D1038b51d22
Octal761571605510702653542
Binary11111011011111110000101101101110001011010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,111,112); }

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

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

 a { background-color: rgb(62,111,112); }

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

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

 span { border-color: rgb(62,111,112); }

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