Html Css Color HEX #346E73 Ming

📋 copy color: '#346E73'

red 52 ◦ green 110 ◦ blue 115

#346E73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #346E73

Tints of Ming #346E73

RGB

 RED value IS 52 (20.7% from 255) = 18.77%

 GREEN value IS 110 (43.36% from 255) = 39.71%

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 18.77%
G = 39.71%
B = 41.52%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346E73 (or 0x346E73) is known color: Ming. HEX triplet: 34, 6E and 73. RGB value is (52,110,115). Sum of RGB (Red+Green+Blue) = 52+110+115=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #346E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E73 is #CB918C. Grayscale: #5D5D5D. Windows color (decimal): -13341069 or 7564852. OLE color: 7564852.

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

Color convert

RGB 52 110 115 -
CMYK 0.55 0.04 0 0.55
HSL 184.76º 0.38% 0.33% -
HSV(B) 184.76º 0.55% 0.45% -
XYZ 10.09 13.12 18.22 -
YUV 93.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 52 110 115 0.55 0.04 0 0.55 184.76 0.38 0.33
Hex 34 6E 73 37 4 0 37 B9 26 21
Octal 64 156 163 67 4 0 67 271 46 41
Binary 110100 1101110 1110011 110111 100 0 110111 10111001 100110 100001

Color Harmonies of #346E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E73

Black with #346E73

Text Example


Text Example

White with #346E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #346E73;
 }
 .AnyTagClassName
 {
   color: #346E73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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