#346E78

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

Shades of Ming #346E78

Tints of Ming #346E78

Color information

#346E78 (or 0x346E78) is unknown color: approx Ming. HEX triplet: 34, 6E and 78. RGB value is (52,110,120). Sum of RGB (Red+Green+Blue) = 52+110+120=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #346E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E78 is #CB9187. Grayscale: #5D5D5D. Windows color (decimal): -13341064 or 7892532. OLE color: 7892532.

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

Color convert

RGB52110120-
CMYK0.570.0800.53
HSL188.82º39.53%33.73%-
HSV(B)188.82º56.67%47.06%-
XYZ10.3813.2419.78-
YUV93.8142.7898.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=18.44%
G=39.01%
B=42.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521101200.570.0800.53188.8239.5333.73
Hex346E78398035bd2822
Octal6415617071100652755042
Binary110100110111011110001110011000011010110111101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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