Html Css Color HEX #346D77 Ming

📋 copy color: '#346D77'

red 52 ◦ green 109 ◦ blue 119

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

Shades of Ming #346D77

Tints of Ming #346D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.93%

 BLUE value IS 119 (46.88% from 255) = 42.5%

R = 18.57%
G = 38.93%
B = 42.5%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346D77 (or 0x346D77) is known color: Ming. HEX triplet: 34, 6D and 77. RGB value is (52,109,119). Sum of RGB (Red+Green+Blue) = 52+109+119=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #346D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D77 is #CB9288. Grayscale: #5D5D5D. Windows color (decimal): -13341321 or 7826740. OLE color: 7826740.

HSL color Cylindrical-coordinate representation of color #346D77: hue angle of 188.96º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346D77 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 109 119 -
CMYK 0.56 0.08 0 0.53
HSL 188.96º 0.39% 0.34% -
HSV(B) 188.96º 0.56% 0.47% -
XYZ 10.21 13 19.42 -
YUV 93.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 52 109 119 0.56 0.08 0 0.53 188.96 0.39 0.34
Hex 34 6D 77 38 8 0 35 BD 27 22
Octal 64 155 167 70 10 0 65 275 47 42
Binary 110100 1101101 1110111 111000 1000 0 110101 10111101 100111 100010

Color Harmonies of #346D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D77

Black with #346D77

Text Example


Text Example

White with #346D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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