#3A757D

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

Shades of Ming #3A757D

Tints of Ming #3A757D

Color information

#3A757D (or 0x3A757D) is unknown color: approx Ming. HEX triplet: 3A, 75 and 7D. RGB value is (58,117,125). Sum of RGB (Red+Green+Blue) = 58+117+125=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A757D is #C58A82. Grayscale: #646464. Windows color (decimal): -12946051 or 8222010. OLE color: 8222010.

HSL color Cylindrical-coordinate representation of color #3A757D: hue angle of 187.16º 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 #3A757D is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB58117125-
CMYK0.540.0600.51
HSL187.16º36.61%35.88%-
HSV(B)187.16º53.6%49.02%-
XYZ11.8115.121.69-
YUV100.27141.9597.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 125 (49.22% from 255) = 41.67%
R=19.33%
G=39%
B=41.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581171250.540.0600.51187.1636.6135.88
Hex3A757D366033bb2524
Octal721651756660632734544
Binary11101011101011111101110110110011001110111011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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