#3A797A

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

Shades of Ming #3A797A

Tints of Ming #3A797A

Color information

#3A797A (or 0x3A797A) is unknown color: approx Ming. HEX triplet: 3A, 79 and 7A. RGB value is (58,121,122). Sum of RGB (Red+Green+Blue) = 58+121+122=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A797A is #C58685. Grayscale: #666666. Windows color (decimal): -12945030 or 8026426. OLE color: 8026426.

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

Color convert

RGB58121122-
CMYK0.520.0100.52
HSL180.94º35.56%35.29%-
HSV(B)180.94º52.46%47.84%-
XYZ12.115.9820.86-
YUV102.28139.1396.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=19.27%
G=40.20%
B=40.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal581211220.520.0100.52180.9435.5635.29
Hex3A797A341034b52423
Octal721711726410642654443
Binary111010111100111110101101001011010010110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,122); }

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

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

 a { background-color: rgb(58,121,122); }

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

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

 span { border-color: rgb(58,121,122); }

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