#3C7279

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

Shades of Ming #3C7279

Tints of Ming #3C7279

Color information

#3C7279 (or 0x3C7279) is unknown color: approx Ming. HEX triplet: 3C, 72 and 79. RGB value is (60,114,121). Sum of RGB (Red+Green+Blue) = 60+114+121=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C7279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7279 is #C38D86. Grayscale: #626262. Windows color (decimal): -12815751 or 7959100. OLE color: 7959100.

HSL color Cylindrical-coordinate representation of color #3C7279: hue angle of 186.89º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7279 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB60114121-
CMYK0.500.0600.53
HSL186.89º33.7%35.49%-
HSV(B)186.89º50.41%47.45%-
XYZ11.3314.3820.27-
YUV98.65140.61100.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.34%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=20.34%
G=38.64%
B=41.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601141210.500.0600.53186.8933.735.49
Hex3C7279326035bb2223
Octal741621716260652734243
Binary11110011100101111001110010110011010110111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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