#346A6D

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

Shades of Ming #346A6D

Tints of Ming #346A6D

Color information

#346A6D (or 0x346A6D) is unknown color: approx Ming. HEX triplet: 34, 6A and 6D. RGB value is (52,106,109). Sum of RGB (Red+Green+Blue) = 52+106+109=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #346A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A6D is #CB9592. Grayscale: #5A5A5A. Windows color (decimal): -13342099 or 7170612. OLE color: 7170612.

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

Color convert

RGB52106109-
CMYK0.520.0300.57
HSL183.16º35.4%31.57%-
HSV(B)183.16º52.29%42.75%-
XYZ9.3312.1416.32-
YUV90.2138.61100.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=19.48%
G=39.70%
B=40.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal521061090.520.0300.57183.1635.431.57
Hex346A6D343039b72320
Octal641521556430712674340
Binary1101001101010110110111010011011100110110111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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