#3C6C70

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

Shades of Ming #3C6C70

Tints of Ming #3C6C70

Color information

#3C6C70 (or 0x3C6C70) is unknown color: approx Ming. HEX triplet: 3C, 6C and 70. RGB value is (60,108,112). Sum of RGB (Red+Green+Blue) = 60+108+112=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C6C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6C70 is #C3938F. Grayscale: #5E5E5E. Windows color (decimal): -12817296 or 7367740. OLE color: 7367740.

HSL color Cylindrical-coordinate representation of color #3C6C70: hue angle of 184.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6C70 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB60108112-
CMYK0.460.0400.56
HSL184.62º30.23%33.73%-
HSV(B)184.62º46.43%43.92%-
XYZ10.1512.8617.28-
YUV94.1138.1103.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.43%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 112 (44.14% from 255) = 40%
R=21.43%
G=38.57%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal601081120.460.0400.56184.6230.2333.73
Hex3C6C702E4038b91e22
Octal741541605640702713642
Binary1111001101100111000010111010001110001011100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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