#347B6C

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

Shades of Genoa #347B6C

Tints of Genoa #347B6C

Color information

#347B6C (or 0x347B6C) is unknown color: approx Genoa. HEX triplet: 34, 7B and 6C. RGB value is (52,123,108). Sum of RGB (Red+Green+Blue) = 52+123+108=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #347B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B6C is #CB8493. Grayscale: #646464. Windows color (decimal): -13337748 or 7109428. OLE color: 7109428.

HSL color Cylindrical-coordinate representation of color #347B6C: hue angle of 167.32º 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 #347B6C is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB52123108-
CMYK0.5800.120.52
HSL167.32º40.57%34.31%-
HSV(B)167.32º57.72%48.24%-
XYZ11.2115.9816.68-
YUV100.06132.4893.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=18.37%
G=43.46%
B=38.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521231080.5800.120.52167.3240.5734.31
Hex347B6C3A0C34a72922
Octal6417315472014642475142
Binary110100111101111011001110100110011010010100111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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