#346A6E

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

Shades of Ming #346A6E

Tints of Ming #346A6E

Color information

#346A6E (or 0x346A6E) is unknown color: approx Ming. HEX triplet: 34, 6A and 6E. RGB value is (52,106,110). Sum of RGB (Red+Green+Blue) = 52+106+110=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #346A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A6E is #CB9591. Grayscale: #5A5A5A. Windows color (decimal): -13342098 or 7236148. OLE color: 7236148.

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

Color convert

RGB52106110-
CMYK0.530.0400.57
HSL184.14º35.8%31.76%-
HSV(B)184.14º52.73%43.14%-
XYZ9.3812.1616.61-
YUV90.31139.11100.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=19.40%
G=39.55%
B=41.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal521061100.530.0400.57184.1435.831.76
Hex346A6E354039b82420
Octal641521566540712704440
Binary11010011010101101110110101100011100110111000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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