#3D6B6F

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

Shades of Ming #3D6B6F

Tints of Ming #3D6B6F

Color information

#3D6B6F (or 0x3D6B6F) is unknown color: approx Ming. HEX triplet: 3D, 6B and 6F. RGB value is (61,107,111). Sum of RGB (Red+Green+Blue) = 61+107+111=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D6B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6B6F is #C29490. Grayscale: #5D5D5D. Windows color (decimal): -12752017 or 7301949. OLE color: 7301949.

HSL color Cylindrical-coordinate representation of color #3D6B6F: hue angle of 184.8º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D6B6F is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB61107111-
CMYK0.450.0400.56
HSL184.8º29.07%33.73%-
HSV(B)184.8º45.05%43.53%-
XYZ10.0512.6616.95-
YUV93.7137.76104.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.86%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=21.86%
G=38.35%
B=39.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal611071110.450.0400.56184.829.0733.73
Hex3D6B6F2D4038b91d22
Octal751531575540702713542
Binary1111011101011110111110110110001110001011100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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