#3C727B

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

Shades of Ming #3C727B

Tints of Ming #3C727B

Color information

#3C727B (or 0x3C727B) is unknown color: approx Ming. HEX triplet: 3C, 72 and 7B. RGB value is (60,114,123). Sum of RGB (Red+Green+Blue) = 60+114+123=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C727B is #C38D84. Grayscale: #626262. Windows color (decimal): -12815749 or 8090172. OLE color: 8090172.

HSL color Cylindrical-coordinate representation of color #3C727B: hue angle of 188.57º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C727B is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB60114123-
CMYK0.510.0700.52
HSL188.57º34.43%35.88%-
HSV(B)188.57º51.22%48.24%-
XYZ11.4614.4320.92-
YUV98.88141.61100.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=20.20%
G=38.38%
B=41.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal601141230.510.0700.52188.5734.4335.88
Hex3C727B337034bd2224
Octal741621736370642754244
Binary11110011100101111011110011111011010010111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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