#347E6E

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

Shades of Genoa #347E6E

Tints of Genoa #347E6E

Color information

#347E6E (or 0x347E6E) is unknown color: approx Genoa. HEX triplet: 34, 7E and 6E. RGB value is (52,126,110). Sum of RGB (Red+Green+Blue) = 52+126+110=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 126 - color contains mainly: green. Hex color #347E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E6E is #CB8191. Grayscale: #666666. Windows color (decimal): -13336978 or 7241268. OLE color: 7241268.

HSL color Cylindrical-coordinate representation of color #347E6E: hue angle of 167.03º 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 #347E6E is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB52126110-
CMYK0.5900.130.51
HSL167.03º41.57%34.9%-
HSV(B)167.03º58.73%49.41%-
XYZ11.6916.7817.37-
YUV102.05132.4892.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 110 (43.36% from 255) = 38.19%
R=18.06%
G=43.75%
B=38.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521261100.5900.130.51167.0341.5734.9
Hex347E6E3B0D33a72a23
Octal6417615673015632475243
Binary110100111111011011101110110110111001110100111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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