#346B6D

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

Shades of Ming #346B6D

Tints of Ming #346B6D

Color information

#346B6D (or 0x346B6D) is unknown color: approx Ming. HEX triplet: 34, 6B and 6D. RGB value is (52,107,109). Sum of RGB (Red+Green+Blue) = 52+107+109=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #346B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B6D is #CB9492. Grayscale: #5A5A5A. Windows color (decimal): -13341843 or 7170868. OLE color: 7170868.

HSL color Cylindrical-coordinate representation of color #346B6D: hue angle of 182.11º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346B6D is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB52107109-
CMYK0.520.0200.57
HSL182.11º35.4%31.57%-
HSV(B)182.11º52.29%42.75%-
XYZ9.4312.3516.35-
YUV90.78138.28100.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=19.40%
G=39.93%
B=40.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal521071090.520.0200.57182.1135.431.57
Hex346B6D342039b62320
Octal641531556420712664340
Binary1101001101011110110111010010011100110110110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,107,109); }

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

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

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

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

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

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

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