#347A6E

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

Shades of Genoa #347A6E

Tints of Genoa #347A6E

Color information

#347A6E (or 0x347A6E) is unknown color: approx Genoa. HEX triplet: 34, 7A and 6E. RGB value is (52,122,110). Sum of RGB (Red+Green+Blue) = 52+122+110=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #347A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347A6E is #CB8591. Grayscale: #636363. Windows color (decimal): -13338002 or 7240244. OLE color: 7240244.

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

Color convert

RGB52122110-
CMYK0.5700.100.52
HSL169.71º40.23%34.12%-
HSV(B)169.71º57.38%47.84%-
XYZ11.1915.7717.21-
YUV99.7133.8193.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=18.31%
G=42.96%
B=38.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521221100.5700.100.52169.7140.2334.12
Hex347A6E390A34aa2822
Octal6417215671012642525042
Binary110100111101011011101110010101011010010101010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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