#349E91

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

Shades of Gossamer #349E91

Tints of Gossamer #349E91

Color information

#349E91 (or 0x349E91) is unknown color: approx Gossamer. HEX triplet: 34, 9E and 91. RGB value is (52,158,145). Sum of RGB (Red+Green+Blue) = 52+158+145=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #349E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349E91 is #CB616E. Grayscale: #7C7C7C. Windows color (decimal): -13328751 or 9543220. OLE color: 9543220.

HSL color Cylindrical-coordinate representation of color #349E91: hue angle of 172.64º 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 #349E91 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB52158145-
CMYK0.6700.080.38
HSL172.64º50.48%41.18%-
HSV(B)172.64º67.09%61.96%-
XYZ18.7527.2331.06-
YUV124.82139.3876.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 158 (62.11% from 255) = 44.51%
BLUE value IS 145 (57.03% from 255) = 40.85%
R=14.65%
G=44.51%
B=40.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521581450.6700.080.38172.6450.4841.18
Hex349E91430826ad3229
Octal64236221103010462556251
Binary110100100111101001000110000110100010011010101101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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