#34686F

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

Shades of Ming #34686F

Tints of Ming #34686F

Color information

#34686F (or 0x34686F) is unknown color: approx Ming. HEX triplet: 34, 68 and 6F. RGB value is (52,104,111). Sum of RGB (Red+Green+Blue) = 52+104+111=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #34686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34686F is #CB9790. Grayscale: #595959. Windows color (decimal): -13342609 or 7301172. OLE color: 7301172.

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

Color convert

RGB52104111-
CMYK0.530.0600.56
HSL187.12º36.2%31.96%-
HSV(B)187.12º53.15%43.53%-
XYZ9.2411.7816.83-
YUV89.25140.27101.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=19.48%
G=38.95%
B=41.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521041110.530.0600.56187.1236.231.96
Hex34686F356038bb2420
Octal641501576560702734440
Binary11010011010001101111110101110011100010111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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