#3C7A7D

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

Shades of Ming #3C7A7D

Tints of Ming #3C7A7D

Color information

#3C7A7D (or 0x3C7A7D) is unknown color: approx Ming. HEX triplet: 3C, 7A and 7D. RGB value is (60,122,125). Sum of RGB (Red+Green+Blue) = 60+122+125=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C7A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A7D is #C38582. Grayscale: #676767. Windows color (decimal): -12813699 or 8223292. OLE color: 8223292.

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

Color convert

RGB60122125-
CMYK0.520.0200.51
HSL182.77º35.14%36.27%-
HSV(B)182.77º52%49.02%-
XYZ12.5216.3621.9-
YUV103.8139.9696.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=19.54%
G=39.74%
B=40.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal601221250.520.0200.51182.7735.1436.27
Hex3C7A7D342033b72324
Octal741721756420632674344
Binary1111001111010111110111010010011001110110111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,122,125); }

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

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

 a { background-color: rgb(60,122,125); }

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

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

 span { border-color: rgb(60,122,125); }

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