Html Css Color HEX #346F77 Ming

📋 copy color: '#346F77'

red 52 ◦ green 111 ◦ blue 119

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

Shades of Ming #346F77

Tints of Ming #346F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.36%

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

R = 18.44%
G = 39.36%
B = 42.2%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346F77 (or 0x346F77) is known color: Ming. HEX triplet: 34, 6F and 77. RGB value is (52,111,119). Sum of RGB (Red+Green+Blue) = 52+111+119=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #346F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F77 is #CB9088. Grayscale: #5E5E5E. Windows color (decimal): -13340809 or 7827252. OLE color: 7827252.

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

Color convert

RGB 52 111 119 -
CMYK 0.56 0.07 0 0.53
HSL 187.16º 0.39% 0.34% -
HSV(B) 187.16º 0.56% 0.47% -
XYZ 10.43 13.43 19.5 -
YUV 94.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 52 111 119 0.56 0.07 0 0.53 187.16 0.39 0.34
Hex 34 6F 77 38 7 0 35 BB 27 22
Octal 64 157 167 70 7 0 65 273 47 42
Binary 110100 1101111 1110111 111000 111 0 110101 10111011 100111 100010

Color Harmonies of #346F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F77

Black with #346F77

Text Example


Text Example

White with #346F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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