#3E6B6A

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

Shades of Ming #3E6B6A

Tints of Ming #3E6B6A

Color information

#3E6B6A (or 0x3E6B6A) is unknown color: approx Ming. HEX triplet: 3E, 6B and 6A. RGB value is (62,107,106). Sum of RGB (Red+Green+Blue) = 62+107+106=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6B6A is #C19495. Grayscale: #5D5D5D. Windows color (decimal): -12686486 or 6974270. OLE color: 6974270.

HSL color Cylindrical-coordinate representation of color #3E6B6A: hue angle of 178.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E6B6A is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB62107106-
CMYK0.4200.010.58
HSL178.67º26.63%33.14%-
HSV(B)178.67º42.06%41.96%-
XYZ9.8512.5815.54-
YUV93.43135.09105.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.55%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=22.55%
G=38.91%
B=38.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal621071060.4200.010.58178.6726.6333.14
Hex3E6B6A2A013Ab31b21
Octal761531525201722633341
Binary11111011010111101010101010011110101011001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,107,106); }

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

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

 a { background-color: rgb(62,107,106); }

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

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

 span { border-color: rgb(62,107,106); }

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