#349E89

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

Shades of Gossamer #349E89

Tints of Gossamer #349E89

Color information

#349E89 (or 0x349E89) is unknown color: approx Gossamer. HEX triplet: 34, 9E and 89. RGB value is (52,158,137). Sum of RGB (Red+Green+Blue) = 52+158+137=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #349E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349E89 is #CB6176. Grayscale: #7B7B7B. Windows color (decimal): -13328759 or 9018932. OLE color: 9018932.

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

Color convert

RGB52158137-
CMYK0.6700.130.38
HSL168.11º50.48%41.18%-
HSV(B)168.11º67.09%61.96%-
XYZ18.1626.9927.92-
YUV123.91135.3876.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=14.99%
G=45.53%
B=39.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521581370.6700.130.38168.1150.4841.18
Hex349E89430D26a83229
Octal64236211103015462506251
Binary110100100111101000100110000110110110011010101000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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