#346F6F

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

Shades of Ming #346F6F

Tints of Ming #346F6F

Color information

#346F6F (or 0x346F6F) is unknown color: approx Ming. HEX triplet: 34, 6F and 6F. RGB value is (52,111,111). Sum of RGB (Red+Green+Blue) = 52+111+111=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #346F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F6F is #CB9090. Grayscale: #5D5D5D. Windows color (decimal): -13340817 or 7302964. OLE color: 7302964.

HSL color Cylindrical-coordinate representation of color #346F6F: hue angle of 180º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F6F is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB52111111-
CMYK0.53000.56
HSL180º36.2%31.96%-
HSV(B)180º53.15%43.53%-
XYZ9.9713.2517.07-
YUV93.36137.9598.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=18.98%
G=40.51%
B=40.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521111110.53000.5618036.231.96
Hex346F6F350038b42420
Octal641571576500702644440
Binary110100110111111011111101010011100010110100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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