#3C7079

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

Shades of Ming #3C7079

Tints of Ming #3C7079

Color information

#3C7079 (or 0x3C7079) is unknown color: approx Ming. HEX triplet: 3C, 70 and 79. RGB value is (60,112,121). Sum of RGB (Red+Green+Blue) = 60+112+121=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C7079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7079 is #C38F86. Grayscale: #616161. Windows color (decimal): -12816263 or 7958588. OLE color: 7958588.

HSL color Cylindrical-coordinate representation of color #3C7079: hue angle of 188.85º 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 #3C7079 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB60112121-
CMYK0.500.0700.53
HSL188.85º33.7%35.49%-
HSV(B)188.85º50.41%47.45%-
XYZ11.1113.9320.19-
YUV97.48141.27101.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=20.48%
G=38.23%
B=41.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601121210.500.0700.53188.8533.735.49
Hex3C7079327035bd2223
Octal741601716270652754243
Binary11110011100001111001110010111011010110111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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