#346B6E

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

Shades of Ming #346B6E

Tints of Ming #346B6E

Color information

#346B6E (or 0x346B6E) is unknown color: approx Ming. HEX triplet: 34, 6B and 6E. RGB value is (52,107,110). Sum of RGB (Red+Green+Blue) = 52+107+110=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #346B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B6E is #CB9491. Grayscale: #5A5A5A. Windows color (decimal): -13341842 or 7236404. OLE color: 7236404.

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

Color convert

RGB52107110-
CMYK0.530.0300.57
HSL183.1º35.8%31.76%-
HSV(B)183.1º52.73%43.14%-
XYZ9.4912.3716.64-
YUV90.9138.78100.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=19.33%
G=39.78%
B=40.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal521071100.530.0300.57183.135.831.76
Hex346B6E353039b72420
Octal641531566530712674440
Binary1101001101011110111011010111011100110110111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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