#347077

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

Shades of Ming #347077

Tints of Ming #347077

Color information

#347077 (or 0x347077) is unknown color: approx Ming. HEX triplet: 34, 70 and 77. RGB value is (52,112,119). Sum of RGB (Red+Green+Blue) = 52+112+119=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #347077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347077 is #CB8F88. Grayscale: #5E5E5E. Windows color (decimal): -13340553 or 7827508. OLE color: 7827508.

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

Color convert

RGB52112119-
CMYK0.560.0600.53
HSL186.27º39.18%33.53%-
HSV(B)186.27º56.3%46.67%-
XYZ10.5413.6519.53-
YUV94.86141.6297.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=18.37%
G=39.58%
B=42.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521121190.560.0600.53186.2739.1833.53
Hex347077386035ba2722
Octal641601677060652724742
Binary11010011100001110111111000110011010110111010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347077; }

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

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

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

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

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

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

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

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