#3A797D

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

Shades of Ming #3A797D

Tints of Ming #3A797D

Color information

#3A797D (or 0x3A797D) is unknown color: approx Ming. HEX triplet: 3A, 79 and 7D. RGB value is (58,121,125). Sum of RGB (Red+Green+Blue) = 58+121+125=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A797D is #C58682. Grayscale: #666666. Windows color (decimal): -12945027 or 8223034. OLE color: 8223034.

HSL color Cylindrical-coordinate representation of color #3A797D: hue angle of 183.58º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A797D is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB58121125-
CMYK0.540.0300.51
HSL183.58º36.61%35.88%-
HSV(B)183.58º53.6%49.02%-
XYZ12.2816.0521.85-
YUV102.62140.6396.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.08%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=19.08%
G=39.80%
B=41.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581211250.540.0300.51183.5836.6135.88
Hex3A797D363033b82524
Octal721711756630632704544
Binary1110101111001111110111011011011001110111000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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