#346868

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

Shades of Genoa #346868

Tints of Genoa #346868

Color information

#346868 (or 0x346868) is unknown color: approx Genoa. HEX triplet: 34, 68 and 68. RGB value is (52,104,104). Sum of RGB (Red+Green+Blue) = 52+104+104=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #346868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346868 is #CB9797. Grayscale: #585858. Windows color (decimal): -13342616 or 6842420. OLE color: 6842420.

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

Color convert

RGB52104104-
CMYK0.50000.59
HSL180º33.33%30.59%-
HSV(B)180º50%40.78%-
XYZ8.8711.6314.87-
YUV88.45136.77102-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal521041040.50000.5918033.3330.59
Hex34686832003Bb4211f
Octal641501506200732644137
Binary11010011010001101000110010001110111011010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346868; }

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

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

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

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

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

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

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

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