Html Css Color HEX #346C71 Ming

📋 copy color: '#346C71'

red 52 ◦ green 108 ◦ blue 113

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

Shades of Ming #346C71

Tints of Ming #346C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.56%

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

R = 19.05%
G = 39.56%
B = 41.39%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346C71 (or 0x346C71) is known color: Ming. HEX triplet: 34, 6C and 71. RGB value is (52,108,113). Sum of RGB (Red+Green+Blue) = 52+108+113=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #346C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C71 is #CB938E. Grayscale: #5B5B5B. Windows color (decimal): -13341583 or 7433268. OLE color: 7433268.

HSL color Cylindrical-coordinate representation of color #346C71: hue angle of 184.92º 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 #346C71 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 108 113 -
CMYK 0.54 0.04 0 0.56
HSL 184.92º 0.37% 0.32% -
HSV(B) 184.92º 0.54% 0.44% -
XYZ 9.76 12.65 17.55 -
YUV 91.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 52 108 113 0.54 0.04 0 0.56 184.92 0.37 0.32
Hex 34 6C 71 36 4 0 38 B9 25 20
Octal 64 154 161 66 4 0 70 271 45 40
Binary 110100 1101100 1110001 110110 100 0 111000 10111001 100101 100000

Color Harmonies of #346C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C71

Black with #346C71

Text Example


Text Example

White with #346C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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