#3A7175

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

Shades of Ming #3A7175

Tints of Ming #3A7175

Color information

#3A7175 (or 0x3A7175) is unknown color: approx Ming. HEX triplet: 3A, 71 and 75. RGB value is (58,113,117). Sum of RGB (Red+Green+Blue) = 58+113+117=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A7175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7175 is #C58E8A. Grayscale: #606060. Windows color (decimal): -12947083 or 7696698. OLE color: 7696698.

HSL color Cylindrical-coordinate representation of color #3A7175: hue angle of 184.07º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7175 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB58113117-
CMYK0.500.0300.54
HSL184.07º33.71%34.31%-
HSV(B)184.07º50.43%45.88%-
XYZ10.8613.9918.96-
YUV97.01139.28100.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=20.14%
G=39.24%
B=40.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal581131170.500.0300.54184.0733.7134.31
Hex3A7175323036b82222
Octal721611656230662704242
Binary1110101110001111010111001011011011010111000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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