#346F72

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

Shades of Ming #346F72

Tints of Ming #346F72

Color information

#346F72 (or 0x346F72) is unknown color: approx Ming. HEX triplet: 34, 6F and 72. RGB value is (52,111,114). Sum of RGB (Red+Green+Blue) = 52+111+114=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #346F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F72 is #CB908D. Grayscale: #5D5D5D. Windows color (decimal): -13340814 or 7499572. OLE color: 7499572.

HSL color Cylindrical-coordinate representation of color #346F72: hue angle of 182.9º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346F72 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB52111114-
CMYK0.540.0300.55
HSL182.9º37.35%32.55%-
HSV(B)182.9º54.39%44.71%-
XYZ10.1413.3117.96-
YUV93.7139.4598.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=18.77%
G=40.07%
B=41.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521111140.540.0300.55182.937.3532.55
Hex346F72363037b72521
Octal641571626630672674541
Binary1101001101111111001011011011011011110110111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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