#346F78

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

Shades of Ming #346F78

Tints of Ming #346F78

Color information

#346F78 (or 0x346F78) is unknown color: approx Ming. HEX triplet: 34, 6F and 78. RGB value is (52,111,120). Sum of RGB (Red+Green+Blue) = 52+111+120=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #346F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F78 is #CB9087. Grayscale: #5E5E5E. Windows color (decimal): -13340808 or 7892788. OLE color: 7892788.

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

Color convert

RGB52111120-
CMYK0.570.0800.53
HSL187.94º39.53%33.73%-
HSV(B)187.94º56.67%47.06%-
XYZ10.4913.4619.81-
YUV94.38142.4597.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=18.37%
G=39.22%
B=42.40%

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
Decimal521111200.570.0800.53187.9439.5333.73
Hex346F78398035bc2822
Octal6415717071100652745042
Binary110100110111111110001110011000011010110111100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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