Html Css Color HEX #346E74 Ming

📋 copy color: '#346E74'

red 52 ◦ green 110 ◦ blue 116

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

Shades of Ming #346E74

Tints of Ming #346E74

RGB

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

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

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

R = 18.71%
G = 39.57%
B = 41.73%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346E74 (or 0x346E74) is known color: Ming. HEX triplet: 34, 6E and 74. RGB value is (52,110,116). Sum of RGB (Red+Green+Blue) = 52+110+116=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #346E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E74 is #CB918B. Grayscale: #5D5D5D. Windows color (decimal): -13341068 or 7630388. OLE color: 7630388.

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

Color convert

RGB 52 110 116 -
CMYK 0.55 0.05 0 0.55
HSL 185.63º 0.38% 0.33% -
HSV(B) 185.63º 0.55% 0.45% -
XYZ 10.14 13.14 18.53 -
YUV 93.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 52 110 116 0.55 0.05 0 0.55 185.63 0.38 0.33
Hex 34 6E 74 37 5 0 37 BA 26 21
Octal 64 156 164 67 5 0 67 272 46 41
Binary 110100 1101110 1110100 110111 101 0 110111 10111010 100110 100001

Color Harmonies of #346E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E74

Black with #346E74

Text Example


Text Example

White with #346E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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