#3C7478

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

Shades of Ming #3C7478

Tints of Ming #3C7478

Color information

#3C7478 (or 0x3C7478) is unknown color: approx Ming. HEX triplet: 3C, 74 and 78. RGB value is (60,116,120). Sum of RGB (Red+Green+Blue) = 60+116+120=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7478 is #C38B87. Grayscale: #636363. Windows color (decimal): -12815240 or 7894076. OLE color: 7894076.

HSL color Cylindrical-coordinate representation of color #3C7478: hue angle of 184º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7478 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB60116120-
CMYK0.50.0300.53
HSL184º33.33%35.29%-
HSV(B)184º50%47.06%-
XYZ11.514.8120.02-
YUV99.71139.4599.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=20.27%
G=39.19%
B=40.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601161200.50.0300.5318433.3335.29
Hex3C7478323035b82123
Octal741641706230652704143
Binary1111001110100111100011001011011010110111000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,116,120); }

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

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

 a { background-color: rgb(60,116,120); }

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

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

 span { border-color: rgb(60,116,120); }

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