#347277

Color #347277 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #347277

Tints of Ming #347277

Color information

#347277 (or 0x347277) is unknown color: approx Ming. HEX triplet: 34, 72 and 77. RGB value is (52,114,119). Sum of RGB (Red+Green+Blue) = 52+114+119=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #347277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347277 is #CB8D88. Grayscale: #5F5F5F. Windows color (decimal): -13340041 or 7828020. OLE color: 7828020.

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

Color convert

RGB52114119-
CMYK0.560.0400.53
HSL184.48º39.18%33.53%-
HSV(B)184.48º56.3%46.67%-
XYZ10.7614.119.61-
YUV96.03140.9696.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=18.25%
G=40%
B=41.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521141190.560.0400.53184.4839.1833.53
Hex347277384035b82722
Octal641621677040652704742
Binary11010011100101110111111000100011010110111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347277; }

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

 H1.HeaderClassName
 {
   color: #347277;
 }
 .AnyTagClassName
 {
   color: #347277;
 }
</style>
background-color css

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

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

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

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

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

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