Html Css Color HEX #347177 Ming

📋 copy color: '#347177'

red 52 ◦ green 113 ◦ blue 119

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

Shades of Ming #347177

Tints of Ming #347177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

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

R = 18.31%
G = 39.79%
B = 41.9%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#347177 (or 0x347177) is known color: Ming. HEX triplet: 34, 71 and 77. RGB value is (52,113,119). Sum of RGB (Red+Green+Blue) = 52+113+119=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #347177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347177 is #CB8E88. Grayscale: #5F5F5F. Windows color (decimal): -13340297 or 7827764. OLE color: 7827764.

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

Color convert

RGB 52 113 119 -
CMYK 0.56 0.05 0 0.53
HSL 185.37º 0.39% 0.34% -
HSV(B) 185.37º 0.56% 0.47% -
XYZ 10.65 13.87 19.57 -
YUV 95.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 52 113 119 0.56 0.05 0 0.53 185.37 0.39 0.34
Hex 34 71 77 38 5 0 35 B9 27 22
Octal 64 161 167 70 5 0 65 271 47 42
Binary 110100 1110001 1110111 111000 101 0 110101 10111001 100111 100010

Color Harmonies of #347177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347177

Black with #347177

Text Example


Text Example

White with #347177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347177; }

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

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

background-color css

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

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

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

border-color css

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

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

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