Html Css Color HEX #346C77 Ming

📋 copy color: '#346C77'

red 52 ◦ green 108 ◦ blue 119

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

Shades of Ming #346C77

Tints of Ming #346C77

RGB

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

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

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

R = 18.64%
G = 38.71%
B = 42.65%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346C77 (or 0x346C77) is known color: Ming. HEX triplet: 34, 6C and 77. RGB value is (52,108,119). Sum of RGB (Red+Green+Blue) = 52+108+119=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #346C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C77 is #CB9388. Grayscale: #5C5C5C. Windows color (decimal): -13341577 or 7826484. OLE color: 7826484.

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

Color convert

RGB 52 108 119 -
CMYK 0.56 0.09 0 0.53
HSL 189.85º 0.39% 0.34% -
HSV(B) 189.85º 0.56% 0.47% -
XYZ 10.11 12.79 19.39 -
YUV 92.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 52 108 119 0.56 0.09 0 0.53 189.85 0.39 0.34
Hex 34 6C 77 38 9 0 35 BE 27 22
Octal 64 154 167 70 11 0 65 276 47 42
Binary 110100 1101100 1110111 111000 1001 0 110101 10111110 100111 100010

Color Harmonies of #346C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C77

Black with #346C77

Text Example


Text Example

White with #346C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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