#347B6B

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

Shades of Genoa #347B6B

Tints of Genoa #347B6B

Color information

#347B6B (or 0x347B6B) is unknown color: approx Genoa. HEX triplet: 34, 7B and 6B. RGB value is (52,123,107). Sum of RGB (Red+Green+Blue) = 52+123+107=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #347B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B6B is #CB8494. Grayscale: #636363. Windows color (decimal): -13337749 or 7043892. OLE color: 7043892.

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

Color convert

RGB52123107-
CMYK0.5800.130.52
HSL166.48º40.57%34.31%-
HSV(B)166.48º57.72%48.24%-
XYZ11.1515.9616.4-
YUV99.95131.9893.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 123 (48.44% from 255) = 43.62%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=18.44%
G=43.62%
B=37.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521231070.5800.130.52166.4840.5734.31
Hex347B6B3A0D34a62922
Octal6417315372015642465142
Binary110100111101111010111110100110111010010100110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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