#347274

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

Shades of Ming #347274

Tints of Ming #347274

Color information

#347274 (or 0x347274) is unknown color: approx Ming. HEX triplet: 34, 72 and 74. RGB value is (52,114,116). Sum of RGB (Red+Green+Blue) = 52+114+116=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #347274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347274 is #CB8D8B. Grayscale: #5F5F5F. Windows color (decimal): -13340044 or 7631412. OLE color: 7631412.

HSL color Cylindrical-coordinate representation of color #347274: hue angle of 181.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347274 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB52114116-
CMYK0.550.0200.55
HSL181.88º38.1%32.94%-
HSV(B)181.88º55.17%45.49%-
XYZ10.5914.0318.67-
YUV95.69139.4696.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 116 (45.70% from 255) = 41.13%
R=18.44%
G=40.43%
B=41.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521141160.550.0200.55181.8838.132.94
Hex347274372037b62621
Octal641621646720672664641
Binary1101001110010111010011011110011011110110110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347274; }

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

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

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

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

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

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

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

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