#347E6F

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

Shades of Genoa #347E6F

Tints of Genoa #347E6F

Color information

#347E6F (or 0x347E6F) is unknown color: approx Genoa. HEX triplet: 34, 7E and 6F. RGB value is (52,126,111). Sum of RGB (Red+Green+Blue) = 52+126+111=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #347E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E6F is #CB8190. Grayscale: #666666. Windows color (decimal): -13336977 or 7306804. OLE color: 7306804.

HSL color Cylindrical-coordinate representation of color #347E6F: hue angle of 167.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E6F is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB52126111-
CMYK0.5900.120.51
HSL167.84º41.57%34.9%-
HSV(B)167.84º58.73%49.41%-
XYZ11.7516.817.66-
YUV102.16132.9892.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 126 (49.61% from 255) = 43.60%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=17.99%
G=43.60%
B=38.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521261110.5900.120.51167.8441.5734.9
Hex347E6F3B0C33a82a23
Octal6417615773014632505243
Binary110100111111011011111110110110011001110101000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347E6F; }

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

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

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

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

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

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

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

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