#347A6F

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

Shades of Genoa #347A6F

Tints of Genoa #347A6F

Color information

#347A6F (or 0x347A6F) is unknown color: approx Genoa. HEX triplet: 34, 7A and 6F. RGB value is (52,122,111). Sum of RGB (Red+Green+Blue) = 52+122+111=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #347A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347A6F is #CB8590. Grayscale: #636363. Windows color (decimal): -13338001 or 7305780. OLE color: 7305780.

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

Color convert

RGB52122111-
CMYK0.5700.090.52
HSL170.57º40.23%34.12%-
HSV(B)170.57º57.38%47.84%-
XYZ11.2415.817.5-
YUV99.82134.3193.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=18.25%
G=42.81%
B=38.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521221110.5700.090.52170.5740.2334.12
Hex347A6F390934ab2822
Octal6417215771011642535042
Binary110100111101011011111110010100111010010101011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,122,111); }

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

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

 a { background-color: rgb(52,122,111); }

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

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

 span { border-color: rgb(52,122,111); }

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