#349E8D

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

Shades of Gossamer #349E8D

Tints of Gossamer #349E8D

Color information

#349E8D (or 0x349E8D) is unknown color: approx Gossamer. HEX triplet: 34, 9E and 8D. RGB value is (52,158,141). Sum of RGB (Red+Green+Blue) = 52+158+141=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #349E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349E8D is #CB6172. Grayscale: #7C7C7C. Windows color (decimal): -13328755 or 9281076. OLE color: 9281076.

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

Color convert

RGB52158141-
CMYK0.6700.110.38
HSL170.38º50.48%41.18%-
HSV(B)170.38º67.09%61.96%-
XYZ18.4527.1129.46-
YUV124.37137.3876.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=14.81%
G=45.01%
B=40.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521581410.6700.110.38170.3850.4841.18
Hex349E8D430B26aa3229
Octal64236215103013462526251
Binary110100100111101000110110000110101110011010101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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