#3D747B

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

Shades of Ming #3D747B

Tints of Ming #3D747B

Color information

#3D747B (or 0x3D747B) is unknown color: approx Ming. HEX triplet: 3D, 74 and 7B. RGB value is (61,116,123). Sum of RGB (Red+Green+Blue) = 61+116+123=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D747B is #C28B84. Grayscale: #646464. Windows color (decimal): -12749701 or 8090685. OLE color: 8090685.

HSL color Cylindrical-coordinate representation of color #3D747B: hue angle of 186.77º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D747B is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB61116123-
CMYK0.500.0600.52
HSL186.77º33.7%36.08%-
HSV(B)186.77º50.41%48.24%-
XYZ11.7514.9121-
YUV100.35140.7899.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 123 (48.44% from 255) = 41%
R=20.33%
G=38.67%
B=41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611161230.500.0600.52186.7733.736.08
Hex3D747B326034bb2224
Octal751641736260642734244
Binary11110111101001111011110010110011010010111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,116,123); }

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

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

 a { background-color: rgb(61,116,123); }

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

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

 span { border-color: rgb(61,116,123); }

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