Html Css Color HEX #346B71 Ming

📋 copy color: '#346B71'

red 52 ◦ green 107 ◦ blue 113

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

Shades of Ming #346B71

Tints of Ming #346B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.34%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 19.12%
G = 39.34%
B = 41.54%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346B71 (or 0x346B71) is known color: Ming. HEX triplet: 34, 6B and 71. RGB value is (52,107,113). Sum of RGB (Red+Green+Blue) = 52+107+113=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #346B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B71 is #CB948E. Grayscale: #5B5B5B. Windows color (decimal): -13341839 or 7433012. OLE color: 7433012.

HSL color Cylindrical-coordinate representation of color #346B71: hue angle of 185.9º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346B71 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 107 113 -
CMYK 0.54 0.05 0 0.56
HSL 185.9º 0.37% 0.32% -
HSV(B) 185.9º 0.54% 0.44% -
XYZ 9.65 12.44 17.51 -
YUV 91.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 52 107 113 0.54 0.05 0 0.56 185.9 0.37 0.32
Hex 34 6B 71 36 5 0 38 BA 25 20
Octal 64 153 161 66 5 0 70 272 45 40
Binary 110100 1101011 1110001 110110 101 0 111000 10111010 100101 100000

Color Harmonies of #346B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B71

Black with #346B71

Text Example


Text Example

White with #346B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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