#346866

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

Shades of Genoa #346866

Tints of Genoa #346866

Color information

#346866 (or 0x346866) is unknown color: approx Genoa. HEX triplet: 34, 68 and 66. RGB value is (52,104,102). Sum of RGB (Red+Green+Blue) = 52+104+102=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #346866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346866 is #CB9799. Grayscale: #585858. Windows color (decimal): -13342618 or 6711348. OLE color: 6711348.

HSL color Cylindrical-coordinate representation of color #346866: hue angle of 177.69º 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 #346866 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB52104102-
CMYK0.5000.020.59
HSL177.69º33.33%30.59%-
HSV(B)177.69º50%40.78%-
XYZ8.7611.5914.35-
YUV88.22135.77102.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 104 (41.02% from 255) = 40.31%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=20.16%
G=40.31%
B=39.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal521041020.5000.020.59177.6933.3330.59
Hex34686632023Bb2211f
Octal641501466202732624137
Binary110100110100011001101100100101110111011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346866; }

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

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

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

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

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

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

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

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