#3C7273

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

Shades of Ming #3C7273

Tints of Ming #3C7273

Color information

#3C7273 (or 0x3C7273) is unknown color: approx Ming. HEX triplet: 3C, 72 and 73. RGB value is (60,114,115). Sum of RGB (Red+Green+Blue) = 60+114+115=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C7273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7273 is #C38D8C. Grayscale: #616161. Windows color (decimal): -12815757 or 7565884. OLE color: 7565884.

HSL color Cylindrical-coordinate representation of color #3C7273: hue angle of 181.09º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7273 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB60114115-
CMYK0.480.0100.55
HSL181.09º31.43%34.31%-
HSV(B)181.09º47.83%45.1%-
XYZ10.9814.2318.39-
YUV97.97137.61100.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=20.76%
G=39.45%
B=39.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601141150.480.0100.55181.0931.4334.31
Hex3C7273301037b51f22
Octal741621636010672653742
Binary11110011100101110011110000101101111011010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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