#346766

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

Shades of Genoa #346766

Tints of Genoa #346766

Color information

#346766 (or 0x346766) is unknown color: approx Genoa. HEX triplet: 34, 67 and 66. RGB value is (52,103,102). Sum of RGB (Red+Green+Blue) = 52+103+102=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #346766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346766 is #CB9899. Grayscale: #575757. Windows color (decimal): -13342874 or 6711092. OLE color: 6711092.

HSL color Cylindrical-coordinate representation of color #346766: hue angle of 178.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346766 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB52103102-
CMYK0.5000.010.60
HSL178.82º32.9%30.39%-
HSV(B)178.82º49.51%40.39%-
XYZ8.6611.3914.31-
YUV87.64136.1102.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=20.23%
G=40.08%
B=39.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal521031020.5000.010.60178.8232.930.39
Hex34676632013Cb3211e
Octal641471466201742634136
Binary11010011001111100110110010011111001011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346766; }

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

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

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

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

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

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

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

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