#347B6E

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

Shades of Genoa #347B6E

Tints of Genoa #347B6E

Color information

#347B6E (or 0x347B6E) is unknown color: approx Genoa. HEX triplet: 34, 7B and 6E. RGB value is (52,123,110). Sum of RGB (Red+Green+Blue) = 52+123+110=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #347B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B6E is #CB8491. Grayscale: #646464. Windows color (decimal): -13337746 or 7240500. OLE color: 7240500.

HSL color Cylindrical-coordinate representation of color #347B6E: hue angle of 169.01º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B6E is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB52123110-
CMYK0.5800.110.52
HSL169.01º40.57%34.31%-
HSV(B)169.01º57.72%48.24%-
XYZ11.3116.0217.25-
YUV100.29133.4893.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=18.25%
G=43.16%
B=38.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521231100.5800.110.52169.0140.5734.31
Hex347B6E3A0B34a92922
Octal6417315672013642515142
Binary110100111101111011101110100101111010010101001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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