Html Css Color HEX #346B77 Ming

📋 copy color: '#346B77'

red 52 ◦ green 107 ◦ blue 119

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

Shades of Ming #346B77

Tints of Ming #346B77

RGB

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

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

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

R = 18.71%
G = 38.49%
B = 42.81%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346B77 (or 0x346B77) is known color: Ming. HEX triplet: 34, 6B and 77. RGB value is (52,107,119). Sum of RGB (Red+Green+Blue) = 52+107+119=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #346B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B77 is #CB9488. Grayscale: #5B5B5B. Windows color (decimal): -13341833 or 7826228. OLE color: 7826228.

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

Color convert

RGB 52 107 119 -
CMYK 0.56 0.10 0 0.53
HSL 190.75º 0.39% 0.34% -
HSV(B) 190.75º 0.56% 0.47% -
XYZ 10 12.58 19.35 -
YUV 91.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 52 107 119 0.56 0.10 0 0.53 190.75 0.39 0.34
Hex 34 6B 77 38 A 0 35 BF 27 22
Octal 64 153 167 70 12 0 65 277 47 42
Binary 110100 1101011 1110111 111000 1010 0 110101 10111111 100111 100010

Color Harmonies of #346B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B77

Black with #346B77

Text Example


Text Example

White with #346B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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