#349B81

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

Shades of Gossamer #349B81

Tints of Gossamer #349B81

Color information

#349B81 (or 0x349B81) is unknown color: approx Gossamer. HEX triplet: 34, 9B and 81. RGB value is (52,155,129). Sum of RGB (Red+Green+Blue) = 52+155+129=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #349B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B81 is #CB647E. Grayscale: #797979. Windows color (decimal): -13329535 or 8493876. OLE color: 8493876.

HSL color Cylindrical-coordinate representation of color #349B81: hue angle of 164.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B81 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB52155129-
CMYK0.6600.170.39
HSL164.85º49.76%40.59%-
HSV(B)164.85º66.45%60.78%-
XYZ17.125.7624.84-
YUV121.24132.3878.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=15.48%
G=46.13%
B=38.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521551290.6600.170.39164.8549.7640.59
Hex349B814201127a53229
Octal64233201102021472456251
Binary1101001001101110000001100001001000110011110100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349B81; }

 p { color: rgb(52,155,129); }

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

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

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

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

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

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

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