#3A6D71

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

Shades of Ming #3A6D71

Tints of Ming #3A6D71

Color information

#3A6D71 (or 0x3A6D71) is unknown color: approx Ming. HEX triplet: 3A, 6D and 71. RGB value is (58,109,113). Sum of RGB (Red+Green+Blue) = 58+109+113=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A6D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D71 is #C5928E. Grayscale: #5E5E5E. Windows color (decimal): -12948111 or 7433530. OLE color: 7433530.

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

Color convert

RGB58109113-
CMYK0.490.0400.56
HSL184.36º32.16%33.53%-
HSV(B)184.36º48.67%44.31%-
XYZ10.1913.0317.6-
YUV94.21138.6102.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=20.71%
G=38.93%
B=40.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581091130.490.0400.56184.3632.1633.53
Hex3A6D71314038b82022
Octal721551616140702704042
Binary11101011011011110001110001100011100010111000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,109,113); }

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

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

 a { background-color: rgb(58,109,113); }

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

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

 span { border-color: rgb(58,109,113); }

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