#3B767B

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

Shades of Ming #3B767B

Tints of Ming #3B767B

Color information

#3B767B (or 0x3B767B) is unknown color: approx Ming. HEX triplet: 3B, 76 and 7B. RGB value is (59,118,123). Sum of RGB (Red+Green+Blue) = 59+118+123=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B767B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B767B is #C48984. Grayscale: #646464. Windows color (decimal): -12880261 or 8091195. OLE color: 8091195.

HSL color Cylindrical-coordinate representation of color #3B767B: hue angle of 184.69º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B767B is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB59118123-
CMYK0.520.0400.52
HSL184.69º35.16%35.69%-
HSV(B)184.69º52.03%48.24%-
XYZ11.8615.3221.07-
YUV100.93140.4598.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.67%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 123 (48.44% from 255) = 41%
R=19.67%
G=39.33%
B=41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal591181230.520.0400.52184.6935.1635.69
Hex3B767B344034b92324
Octal731661736440642714344
Binary11101111101101111011110100100011010010111001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,123); }

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

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

 a { background-color: rgb(59,118,123); }

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

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

 span { border-color: rgb(59,118,123); }

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