#3D6E75

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

Shades of Ming #3D6E75

Tints of Ming #3D6E75

Color information

#3D6E75 (or 0x3D6E75) is unknown color: approx Ming. HEX triplet: 3D, 6E and 75. RGB value is (61,110,117). Sum of RGB (Red+Green+Blue) = 61+110+117=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 110 (43.36% from 255 or 38.19% 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 #3D6E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6E75 is #C2918A. Grayscale: #606060. Windows color (decimal): -12751243 or 7695933. OLE color: 7695933.

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

Color convert

RGB61110117-
CMYK0.480.0600.54
HSL187.5º31.46%34.9%-
HSV(B)187.5º47.86%45.88%-
XYZ10.7113.4318.86-
YUV96.15139.77102.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=21.18%
G=38.19%
B=40.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611101170.480.0600.54187.531.4634.9
Hex3D6E75306036bc1f23
Octal751561656060662743743
Binary1111011101110111010111000011001101101011110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,110,117); }

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

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

 a { background-color: rgb(61,110,117); }

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

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

 span { border-color: rgb(61,110,117); }

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