#3D797B

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

Shades of Ming #3D797B

Tints of Ming #3D797B

Color information

#3D797B (or 0x3D797B) is unknown color: approx Ming. HEX triplet: 3D, 79 and 7B. RGB value is (61,121,123). Sum of RGB (Red+Green+Blue) = 61+121+123=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D797B is #C28684. Grayscale: #676767. Windows color (decimal): -12748421 or 8091965. OLE color: 8091965.

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

Color convert

RGB61121123-
CMYK0.500.0200.52
HSL181.94º33.7%36.08%-
HSV(B)181.94º50.41%48.24%-
XYZ12.3416.121.2-
YUV103.29139.1297.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=20%
G=39.67%
B=40.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611211230.500.0200.52181.9433.736.08
Hex3D797B322034b62224
Octal751711736220642664244
Binary1111011111001111101111001010011010010110110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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