#3A6D78

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

Shades of Ming #3A6D78

Tints of Ming #3A6D78

Color information

#3A6D78 (or 0x3A6D78) is unknown color: approx Ming. HEX triplet: 3A, 6D and 78. RGB value is (58,109,120). Sum of RGB (Red+Green+Blue) = 58+109+120=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A6D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D78 is #C59287. Grayscale: #5E5E5E. Windows color (decimal): -12948104 or 7892282. OLE color: 7892282.

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

Color convert

RGB58109120-
CMYK0.520.0900.53
HSL190.65º34.83%34.9%-
HSV(B)190.65º51.67%47.06%-
XYZ10.613.1919.76-
YUV95142.1101.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=20.21%
G=37.98%
B=41.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581091200.520.0900.53190.6534.8334.9
Hex3A6D78349035bf2323
Octal7215517064110652774343
Binary111010110110111110001101001001011010110111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,109,120); }

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

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

 a { background-color: rgb(58,109,120); }

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

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

 span { border-color: rgb(58,109,120); }

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