#3D727B

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

Shades of Ming #3D727B

Tints of Ming #3D727B

Color information

#3D727B (or 0x3D727B) is unknown color: approx Ming. HEX triplet: 3D, 72 and 7B. RGB value is (61,114,123). Sum of RGB (Red+Green+Blue) = 61+114+123=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D727B is #C28D84. Grayscale: #636363. Windows color (decimal): -12750213 or 8090173. OLE color: 8090173.

HSL color Cylindrical-coordinate representation of color #3D727B: hue angle of 188.71º 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 #3D727B is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB61114123-
CMYK0.500.0700.52
HSL188.71º33.7%36.08%-
HSV(B)188.71º50.41%48.24%-
XYZ11.5214.4620.92-
YUV99.18141.44100.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=20.47%
G=38.26%
B=41.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611141230.500.0700.52188.7133.736.08
Hex3D727B327034bd2224
Octal751621736270642754244
Binary11110111100101111011110010111011010010111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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