Html Css Color HEX #346D74 Ming

📋 copy color: '#346D74'

red 52 ◦ green 109 ◦ blue 116

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

Shades of Ming #346D74

Tints of Ming #346D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 18.77%
G = 39.35%
B = 41.88%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346D74 (or 0x346D74) is known color: Ming. HEX triplet: 34, 6D and 74. RGB value is (52,109,116). Sum of RGB (Red+Green+Blue) = 52+109+116=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #346D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D74 is #CB928B. Grayscale: #5C5C5C. Windows color (decimal): -13341324 or 7630132. OLE color: 7630132.

HSL color Cylindrical-coordinate representation of color #346D74: hue angle of 186.56º 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 #346D74 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 109 116 -
CMYK 0.55 0.06 0 0.55
HSL 186.56º 0.38% 0.33% -
HSV(B) 186.56º 0.55% 0.45% -
XYZ 10.04 12.93 18.49 -
YUV 92.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 52 109 116 0.55 0.06 0 0.55 186.56 0.38 0.33
Hex 34 6D 74 37 6 0 37 BB 26 21
Octal 64 155 164 67 6 0 67 273 46 41
Binary 110100 1101101 1110100 110111 110 0 110111 10111011 100110 100001

Color Harmonies of #346D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D74

Black with #346D74

Text Example


Text Example

White with #346D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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