#346E79

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

Shades of Ming #346E79

Tints of Ming #346E79

Color information

#346E79 (or 0x346E79) is unknown color: approx Ming. HEX triplet: 34, 6E and 79. RGB value is (52,110,121). Sum of RGB (Red+Green+Blue) = 52+110+121=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #346E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E79 is #CB9186. Grayscale: #5D5D5D. Windows color (decimal): -13341063 or 7958068. OLE color: 7958068.

HSL color Cylindrical-coordinate representation of color #346E79: hue angle of 189.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346E79 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52110121-
CMYK0.570.0900.53
HSL189.57º39.88%33.92%-
HSV(B)189.57º57.02%47.45%-
XYZ10.4413.2620.1-
YUV93.91143.2898.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=18.37%
G=38.87%
B=42.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521101210.570.0900.53189.5739.8833.92
Hex346E79399035be2822
Octal6415617171110652765042
Binary110100110111011110011110011001011010110111110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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