#346F77

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

Shades of Ming #346F77

Tints of Ming #346F77

Color information

#346F77 (or 0x346F77) is unknown color: approx Ming. HEX triplet: 34, 6F and 77. RGB value is (52,111,119). Sum of RGB (Red+Green+Blue) = 52+111+119=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #346F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F77 is #CB9088. Grayscale: #5E5E5E. Windows color (decimal): -13340809 or 7827252. OLE color: 7827252.

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

Color convert

RGB52111119-
CMYK0.560.0700.53
HSL187.16º39.18%33.53%-
HSV(B)187.16º56.3%46.67%-
XYZ10.4313.4319.5-
YUV94.27141.9597.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=18.44%
G=39.36%
B=42.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521111190.560.0700.53187.1639.1833.53
Hex346F77387035bb2722
Octal641571677070652734742
Binary11010011011111110111111000111011010110111011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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