#346C77

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

Shades of Ming #346C77

Tints of Ming #346C77

Color information

#346C77 (or 0x346C77) is unknown color: approx Ming. HEX triplet: 34, 6C and 77. RGB value is (52,108,119). Sum of RGB (Red+Green+Blue) = 52+108+119=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #346C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C77 is #CB9388. Grayscale: #5C5C5C. Windows color (decimal): -13341577 or 7826484. OLE color: 7826484.

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

Color convert

RGB52108119-
CMYK0.560.0900.53
HSL189.85º39.18%33.53%-
HSV(B)189.85º56.3%46.67%-
XYZ10.1112.7919.39-
YUV92.51142.9599.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=18.64%
G=38.71%
B=42.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521081190.560.0900.53189.8539.1833.53
Hex346C77389035be2722
Octal6415416770110652764742
Binary110100110110011101111110001001011010110111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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