#3C7879

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

Shades of Ming #3C7879

Tints of Ming #3C7879

Color information

#3C7879 (or 0x3C7879) is unknown color: approx Ming. HEX triplet: 3C, 78 and 79. RGB value is (60,120,121). Sum of RGB (Red+Green+Blue) = 60+120+121=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C7879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7879 is #C38786. Grayscale: #666666. Windows color (decimal): -12814215 or 7960636. OLE color: 7960636.

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

Color convert

RGB60120121-
CMYK0.500.0100.53
HSL180.98º33.7%35.49%-
HSV(B)180.98º50.41%47.45%-
XYZ12.0315.7720.5-
YUV102.17138.6297.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=19.93%
G=39.87%
B=40.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601201210.500.0100.53180.9833.735.49
Hex3C7879321035b52223
Octal741701716210652654243
Binary111100111100011110011100101011010110110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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