#3D6B73

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

Shades of Ming #3D6B73

Tints of Ming #3D6B73

Color information

#3D6B73 (or 0x3D6B73) is unknown color: approx Ming. HEX triplet: 3D, 6B and 73. RGB value is (61,107,115). Sum of RGB (Red+Green+Blue) = 61+107+115=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D6B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6B73 is #C2948C. Grayscale: #5E5E5E. Windows color (decimal): -12752013 or 7564093. OLE color: 7564093.

HSL color Cylindrical-coordinate representation of color #3D6B73: hue angle of 188.89º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D6B73 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB61107115-
CMYK0.470.0700.55
HSL188.89º30.68%34.51%-
HSV(B)188.89º46.96%45.1%-
XYZ10.2812.7518.14-
YUV94.16139.76104.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.55%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=21.55%
G=37.81%
B=40.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611071150.470.0700.55188.8930.6834.51
Hex3D6B732F7037bd1f23
Octal751531635770672753743
Binary1111011101011111001110111111101101111011110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,107,115); }

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

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

 a { background-color: rgb(61,107,115); }

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

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

 span { border-color: rgb(61,107,115); }

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