#34686A

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

Shades of Ming #34686A

Tints of Ming #34686A

Color information

#34686A (or 0x34686A) is unknown color: approx Ming. HEX triplet: 34, 68 and 6A. RGB value is (52,104,106). Sum of RGB (Red+Green+Blue) = 52+104+106=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #34686A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34686A is #CB9795. Grayscale: #585858. Windows color (decimal): -13342614 or 6973492. OLE color: 6973492.

HSL color Cylindrical-coordinate representation of color #34686A: hue angle of 182.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34686A is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB52104106-
CMYK0.510.0200.58
HSL182.22º34.18%30.98%-
HSV(B)182.22º50.94%41.57%-
XYZ8.9711.6715.42-
YUV88.68137.77101.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=19.85%
G=39.69%
B=40.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal521041060.510.0200.58182.2234.1830.98
Hex34686A33203Ab6221f
Octal641501526320722664237
Binary110100110100011010101100111001110101011011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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