#346D77

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

Shades of Ming #346D77

Tints of Ming #346D77

Color information

#346D77 (or 0x346D77) is unknown color: approx Ming. HEX triplet: 34, 6D and 77. RGB value is (52,109,119). Sum of RGB (Red+Green+Blue) = 52+109+119=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #346D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D77 is #CB9288. Grayscale: #5D5D5D. Windows color (decimal): -13341321 or 7826740. OLE color: 7826740.

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

Color convert

RGB52109119-
CMYK0.560.0800.53
HSL188.96º39.18%33.53%-
HSV(B)188.96º56.3%46.67%-
XYZ10.211319.42-
YUV93.1142.6298.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=18.57%
G=38.93%
B=42.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521091190.560.0800.53188.9639.1833.53
Hex346D77388035bd2722
Octal6415516770100652754742
Binary110100110110111101111110001000011010110111101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,109,119); }

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

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

 a { background-color: rgb(52,109,119); }

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

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

 span { border-color: rgb(52,109,119); }

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