#347B67

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

Shades of Genoa #347B67

Tints of Genoa #347B67

Color information

#347B67 (or 0x347B67) is unknown color: approx Genoa. HEX triplet: 34, 7B and 67. RGB value is (52,123,103). Sum of RGB (Red+Green+Blue) = 52+123+103=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #347B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B67 is #CB8498. Grayscale: #636363. Windows color (decimal): -13337753 or 6781748. OLE color: 6781748.

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

Color convert

RGB52123103-
CMYK0.5800.160.52
HSL163.1º40.57%34.31%-
HSV(B)163.1º57.72%48.24%-
XYZ10.9515.8815.32-
YUV99.49129.9894.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 123 (48.44% from 255) = 44.24%
BLUE value IS 103 (40.62% from 255) = 37.05%
R=18.71%
G=44.24%
B=37.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521231030.5800.160.52163.140.5734.31
Hex347B673A01034a32922
Octal6417314772020642435142
Binary1101001111011110011111101001000011010010100011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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