#3E7070

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

Shades of Ming #3E7070

Tints of Ming #3E7070

Color information

#3E7070 (or 0x3E7070) is unknown color: approx Ming. HEX triplet: 3E, 70 and 70. RGB value is (62,112,112). Sum of RGB (Red+Green+Blue) = 62+112+112=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #3E7070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7070 is #C18F8F. Grayscale: #616161. Windows color (decimal): -12685200 or 7368766. OLE color: 7368766.

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

Color convert

RGB62112112-
CMYK0.45000.56
HSL180º28.74%34.12%-
HSV(B)180º44.64%43.92%-
XYZ10.7113.7817.43-
YUV97.05136.44103-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.68%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=21.68%
G=39.16%
B=39.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal621121120.45000.5618028.7434.12
Hex3E70702D0038b41d22
Octal761601605500702643542
Binary11111011100001110000101101001110001011010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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