#3E767C

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

Shades of Ming #3E767C

Tints of Ming #3E767C

Color information

#3E767C (or 0x3E767C) is unknown color: approx Ming. HEX triplet: 3E, 76 and 7C. RGB value is (62,118,124). Sum of RGB (Red+Green+Blue) = 62+118+124=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E767C is #C18983. Grayscale: #656565. Windows color (decimal): -12683652 or 8156734. OLE color: 8156734.

HSL color Cylindrical-coordinate representation of color #3E767C: hue angle of 185.81º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E767C is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB62118124-
CMYK0.50.0500.51
HSL185.81º33.33%36.47%-
HSV(B)185.81º50%48.63%-
XYZ12.115.4421.41-
YUV101.94140.4599.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.39%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=20.39%
G=38.82%
B=40.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal621181240.50.0500.51185.8133.3336.47
Hex3E767C325033ba2124
Octal761661746250632724144
Binary11111011101101111100110010101011001110111010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,118,124); }

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

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

 a { background-color: rgb(62,118,124); }

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

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

 span { border-color: rgb(62,118,124); }

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