#346A6F

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

Shades of Ming #346A6F

Tints of Ming #346A6F

Color information

#346A6F (or 0x346A6F) is unknown color: approx Ming. HEX triplet: 34, 6A and 6F. RGB value is (52,106,111). Sum of RGB (Red+Green+Blue) = 52+106+111=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #346A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A6F is #CB9590. Grayscale: #5A5A5A. Windows color (decimal): -13342097 or 7301684. OLE color: 7301684.

HSL color Cylindrical-coordinate representation of color #346A6F: hue angle of 185.08º 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 #346A6F is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB52106111-
CMYK0.530.0500.56
HSL185.08º36.2%31.96%-
HSV(B)185.08º53.15%43.53%-
XYZ9.4412.1916.89-
YUV90.42139.61100.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=19.33%
G=39.41%
B=41.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521061110.530.0500.56185.0836.231.96
Hex346A6F355038b92420
Octal641521576550702714440
Binary11010011010101101111110101101011100010111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346A6F; }

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

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

<style>
 a { background-color: #346A6F; }

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

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

<style>
 span { border-color: #346A6F; }

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

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