#3C737A

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

Shades of Ming #3C737A

Tints of Ming #3C737A

Color information

#3C737A (or 0x3C737A) is unknown color: approx Ming. HEX triplet: 3C, 73 and 7A. RGB value is (60,115,122). Sum of RGB (Red+Green+Blue) = 60+115+122=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C737A is #C38C85. Grayscale: #636363. Windows color (decimal): -12815494 or 8024892. OLE color: 8024892.

HSL color Cylindrical-coordinate representation of color #3C737A: hue angle of 186.77º 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 #3C737A is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB60115122-
CMYK0.510.0600.52
HSL186.77º34.07%35.69%-
HSV(B)186.77º50.82%47.84%-
XYZ11.5114.6320.63-
YUV99.35140.7899.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=20.20%
G=38.72%
B=41.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal601151220.510.0600.52186.7734.0735.69
Hex3C737A336034bb2224
Octal741631726360642734244
Binary11110011100111111010110011110011010010111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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