#34686E

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

Shades of Ming #34686E

Tints of Ming #34686E

Color information

#34686E (or 0x34686E) is unknown color: approx Ming. HEX triplet: 34, 68 and 6E. RGB value is (52,104,110). Sum of RGB (Red+Green+Blue) = 52+104+110=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #34686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34686E is #CB9791. Grayscale: #595959. Windows color (decimal): -13342610 or 7235636. OLE color: 7235636.

HSL color Cylindrical-coordinate representation of color #34686E: hue angle of 186.21º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34686E is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB52104110-
CMYK0.530.0500.57
HSL186.21º35.8%31.76%-
HSV(B)186.21º52.73%43.14%-
XYZ9.1811.7616.54-
YUV89.14139.77101.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=19.55%
G=39.10%
B=41.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal521041100.530.0500.57186.2135.831.76
Hex34686E355039ba2420
Octal641501566550712724440
Binary11010011010001101110110101101011100110111010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34686E; }

 p { color: rgb(52,104,110); }

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

<style>
 a { background-color: #34686E; }

 a { background-color: rgb(52,104,110); }

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

<style>
 span { border-color: #34686E; }

 span { border-color: rgb(52,104,110); }

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