#3A807D

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

Shades of Ming #3A807D

Tints of Ming #3A807D

Color information

#3A807D (or 0x3A807D) is unknown color: approx Ming. HEX triplet: 3A, 80 and 7D. RGB value is (58,128,125). Sum of RGB (Red+Green+Blue) = 58+128+125=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #3A807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A807D is #C57F82. Grayscale: #6A6A6A. Windows color (decimal): -12943235 or 8224826. OLE color: 8224826.

HSL color Cylindrical-coordinate representation of color #3A807D: hue angle of 177.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A807D is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB58128125-
CMYK0.5500.020.50
HSL177.43º37.63%36.47%-
HSV(B)177.43º54.69%50.2%-
XYZ13.1717.8222.15-
YUV106.73138.3193.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.65%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=18.65%
G=41.16%
B=40.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal581281250.5500.020.50177.4337.6336.47
Hex3A807D370232b12624
Octal722001756702622614644
Binary11101010000000111110111011101011001010110001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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