#3A7677

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

Shades of Ming #3A7677

Tints of Ming #3A7677

Color information

#3A7677 (or 0x3A7677) is unknown color: approx Ming. HEX triplet: 3A, 76 and 77. RGB value is (58,118,119). Sum of RGB (Red+Green+Blue) = 58+118+119=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A7677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7677 is #C58988. Grayscale: #646464. Windows color (decimal): -12945801 or 7829050. OLE color: 7829050.

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

Color convert

RGB58118119-
CMYK0.510.0100.53
HSL180.98º34.46%34.71%-
HSV(B)180.98º51.26%46.67%-
XYZ11.5515.1919.78-
YUV100.17138.6297.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=19.66%
G=40%
B=40.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581181190.510.0100.53180.9834.4634.71
Hex3A7677331035b52223
Octal721661676310652654243
Binary111010111011011101111100111011010110110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,118,119); }

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

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

 a { background-color: rgb(58,118,119); }

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

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

 span { border-color: rgb(58,118,119); }

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