#347B69

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

Shades of Genoa #347B69

Tints of Genoa #347B69

Color information

#347B69 (or 0x347B69) is unknown color: approx Genoa. HEX triplet: 34, 7B and 69. RGB value is (52,123,105). Sum of RGB (Red+Green+Blue) = 52+123+105=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #347B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B69 is #CB8496. Grayscale: #636363. Windows color (decimal): -13337751 or 6912820. OLE color: 6912820.

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

Color convert

RGB52123105-
CMYK0.5800.150.52
HSL164.79º40.57%34.31%-
HSV(B)164.79º57.72%48.24%-
XYZ11.0515.9215.85-
YUV99.72130.9893.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=18.57%
G=43.93%
B=37.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521231050.5800.150.52164.7940.5734.31
Hex347B693A0F34a52922
Octal6417315172017642455142
Binary110100111101111010011110100111111010010100101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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