#349B84

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

Shades of Gossamer #349B84

Tints of Gossamer #349B84

Color information

#349B84 (or 0x349B84) is unknown color: approx Gossamer. HEX triplet: 34, 9B and 84. RGB value is (52,155,132). Sum of RGB (Red+Green+Blue) = 52+155+132=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #349B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B84 is #CB647B. Grayscale: #797979. Windows color (decimal): -13329532 or 8690484. OLE color: 8690484.

HSL color Cylindrical-coordinate representation of color #349B84: hue angle of 166.6º 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 #349B84 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB52155132-
CMYK0.6600.150.39
HSL166.6º49.76%40.59%-
HSV(B)166.6º66.45%60.78%-
XYZ17.325.8425.91-
YUV121.58133.8878.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=15.34%
G=45.72%
B=38.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521551320.6600.150.39166.649.7640.59
Hex349B84420F27a73229
Octal64233204102017472476251
Binary110100100110111000010010000100111110011110100111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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