#3A6E70

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

Shades of Ming #3A6E70

Tints of Ming #3A6E70

Color information

#3A6E70 (or 0x3A6E70) is unknown color: approx Ming. HEX triplet: 3A, 6E and 70. RGB value is (58,110,112). Sum of RGB (Red+Green+Blue) = 58+110+112=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A6E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6E70 is #C5918F. Grayscale: #5E5E5E. Windows color (decimal): -12947856 or 7368250. OLE color: 7368250.

HSL color Cylindrical-coordinate representation of color #3A6E70: hue angle of 182.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6E70 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB58110112-
CMYK0.480.0200.56
HSL182.22º31.76%33.33%-
HSV(B)182.22º48.21%43.92%-
XYZ10.2513.2217.34-
YUV94.68137.77101.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 112 (44.14% from 255) = 40%
R=20.71%
G=39.29%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581101120.480.0200.56182.2231.7633.33
Hex3A6E70302038b62021
Octal721561606020702664041
Binary1110101101110111000011000010011100010110110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,110,112); }

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

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

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

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

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

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

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