#349E81

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

Shades of Gossamer #349E81

Tints of Gossamer #349E81

Color information

#349E81 (or 0x349E81) is unknown color: approx Gossamer. HEX triplet: 34, 9E and 81. RGB value is (52,158,129). Sum of RGB (Red+Green+Blue) = 52+158+129=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #349E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349E81 is #CB617E. Grayscale: #7B7B7B. Windows color (decimal): -13328767 or 8494644. OLE color: 8494644.

HSL color Cylindrical-coordinate representation of color #349E81: hue angle of 163.58º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E81 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB52158129-
CMYK0.6700.180.38
HSL163.58º50.48%41.18%-
HSV(B)163.58º67.09%61.96%-
XYZ17.6126.7725.01-
YUV123131.3877.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=15.34%
G=46.61%
B=38.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521581290.6700.180.38163.5850.4841.18
Hex349E814301226a43229
Octal64236201103022462446251
Binary1101001001111010000001100001101001010011010100100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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