#3C7075

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

Shades of Ming #3C7075

Tints of Ming #3C7075

Color information

#3C7075 (or 0x3C7075) is unknown color: approx Ming. HEX triplet: 3C, 70 and 75. RGB value is (60,112,117). Sum of RGB (Red+Green+Blue) = 60+112+117=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C7075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7075 is #C38F8A. Grayscale: #606060. Windows color (decimal): -12816267 or 7696444. OLE color: 7696444.

HSL color Cylindrical-coordinate representation of color #3C7075: hue angle of 185.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C7075 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB60112117-
CMYK0.490.0400.54
HSL185.26º32.2%34.71%-
HSV(B)185.26º48.72%45.88%-
XYZ10.8713.8318.93-
YUV97.02139.27101.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=20.76%
G=38.75%
B=40.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal601121170.490.0400.54185.2632.234.71
Hex3C7075314036b92023
Octal741601656140662714043
Binary11110011100001110101110001100011011010111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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