#346F6A

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

Shades of Genoa #346F6A

Tints of Genoa #346F6A

Color information

#346F6A (or 0x346F6A) is unknown color: approx Genoa. HEX triplet: 34, 6F and 6A. RGB value is (52,111,106). Sum of RGB (Red+Green+Blue) = 52+111+106=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #346F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F6A is #CB9095. Grayscale: #5C5C5C. Windows color (decimal): -13340822 or 6975284. OLE color: 6975284.

HSL color Cylindrical-coordinate representation of color #346F6A: hue angle of 174.92º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F6A is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB52111106-
CMYK0.5300.050.56
HSL174.92º36.2%31.96%-
HSV(B)174.92º53.15%43.53%-
XYZ9.713.1415.66-
YUV92.79135.4598.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=19.33%
G=41.26%
B=39.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521111060.5300.050.56174.9236.231.96
Hex346F6A350538af2420
Octal641571526505702574440
Binary11010011011111101010110101010111100010101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346F6A; }

 p { color: rgb(52,111,106); }

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

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

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

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

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

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

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