#346863

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

Shades of Genoa #346863

Tints of Genoa #346863

Color information

#346863 (or 0x346863) is unknown color: approx Genoa. HEX triplet: 34, 68 and 63. RGB value is (52,104,99). Sum of RGB (Red+Green+Blue) = 52+104+99=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #346863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346863 is #CB979C. Grayscale: #575757. Windows color (decimal): -13342621 or 6514740. OLE color: 6514740.

HSL color Cylindrical-coordinate representation of color #346863: hue angle of 174.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346863 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB5210499-
CMYK0.5000.050.59
HSL174.23º33.33%30.59%-
HSV(B)174.23º50%40.78%-
XYZ8.6211.5313.58-
YUV87.88134.27102.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=20.39%
G=40.78%
B=38.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104990.5000.050.59174.2333.3330.59
Hex34686332053Bae211f
Octal641501436205732564137
Binary1101001101000110001111001001011110111010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346863; }

 p { color: rgb(52,104,99); }

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

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

 a { background-color: rgb(52,104,99); }

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

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

 span { border-color: rgb(52,104,99); }

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