#3C7172

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

Shades of Ming #3C7172

Tints of Ming #3C7172

Color information

#3C7172 (or 0x3C7172) is unknown color: approx Ming. HEX triplet: 3C, 71 and 72. RGB value is (60,113,114). Sum of RGB (Red+Green+Blue) = 60+113+114=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C7172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7172 is #C38E8D. Grayscale: #616161. Windows color (decimal): -12816014 or 7500092. OLE color: 7500092.

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

Color convert

RGB60113114-
CMYK0.470.0100.55
HSL181.11º31.03%34.12%-
HSV(B)181.11º47.37%44.71%-
XYZ10.8113.9918.05-
YUV97.27137.44101.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=20.91%
G=39.37%
B=39.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601131140.470.0100.55181.1131.0334.12
Hex3C71722F1037b51f22
Octal741611625710672653742
Binary11110011100011110010101111101101111011010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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