#3D7176

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

Shades of Ming #3D7176

Tints of Ming #3D7176

Color information

#3D7176 (or 0x3D7176) is unknown color: approx Ming. HEX triplet: 3D, 71 and 76. RGB value is (61,113,118). Sum of RGB (Red+Green+Blue) = 61+113+118=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D7176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7176 is #C28E89. Grayscale: #616161. Windows color (decimal): -12750474 or 7762237. OLE color: 7762237.

HSL color Cylindrical-coordinate representation of color #3D7176: hue angle of 185.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7176 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB61113118-
CMYK0.480.0400.54
HSL185.26º31.84%35.1%-
HSV(B)185.26º48.31%46.27%-
XYZ11.114.1119.28-
YUV98.02139.27101.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.89%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=20.89%
G=38.70%
B=40.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611131180.480.0400.54185.2631.8435.1
Hex3D7176304036b92023
Octal751611666040662714043
Binary11110111100011110110110000100011011010111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,118); }

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

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

 a { background-color: rgb(61,113,118); }

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

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

 span { border-color: rgb(61,113,118); }

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