#3A7172

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

Shades of Ming #3A7172

Tints of Ming #3A7172

Color information

#3A7172 (or 0x3A7172) is unknown color: approx Ming. HEX triplet: 3A, 71 and 72. RGB value is (58,113,114). Sum of RGB (Red+Green+Blue) = 58+113+114=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A7172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7172 is #C58E8D. Grayscale: #606060. Windows color (decimal): -12947086 or 7500090. OLE color: 7500090.

HSL color Cylindrical-coordinate representation of color #3A7172: hue angle of 181.07º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7172 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB58113114-
CMYK0.490.0100.55
HSL181.07º32.56%33.73%-
HSV(B)181.07º49.12%44.71%-
XYZ10.6913.9218.04-
YUV96.67137.78100.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 114 (44.92% from 255) = 40%
R=20.35%
G=39.65%
B=40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581131140.490.0100.55181.0732.5633.73
Hex3A7172311037b52122
Octal721611626110672654142
Binary111010111000111100101100011011011110110101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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