#347B6A

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

Shades of Genoa #347B6A

Tints of Genoa #347B6A

Color information

#347B6A (or 0x347B6A) is unknown color: approx Genoa. HEX triplet: 34, 7B and 6A. RGB value is (52,123,106). Sum of RGB (Red+Green+Blue) = 52+123+106=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #347B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B6A is #CB8495. Grayscale: #636363. Windows color (decimal): -13337750 or 6978356. OLE color: 6978356.

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

Color convert

RGB52123106-
CMYK0.5800.140.52
HSL165.63º40.57%34.31%-
HSV(B)165.63º57.72%48.24%-
XYZ11.115.9416.13-
YUV99.83131.4893.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 123 (48.44% from 255) = 43.77%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=18.51%
G=43.77%
B=37.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521231060.5800.140.52165.6340.5734.31
Hex347B6A3A0E34a62922
Octal6417315272016642465142
Binary110100111101111010101110100111011010010100110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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