#348F80

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

Shades of Gossamer #348F80

Tints of Gossamer #348F80

Color information

#348F80 (or 0x348F80) is unknown color: approx Gossamer. HEX triplet: 34, 8F and 80. RGB value is (52,143,128). Sum of RGB (Red+Green+Blue) = 52+143+128=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #348F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F80 is #CB707F. Grayscale: #727272. Windows color (decimal): -13332608 or 8425268. OLE color: 8425268.

HSL color Cylindrical-coordinate representation of color #348F80: hue angle of 170.11º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F80 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB52143128-
CMYK0.6400.100.44
HSL170.11º46.67%38.24%-
HSV(B)170.11º63.64%56.08%-
XYZ15.1321.9323.86-
YUV114.08135.8583.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 143 (56.25% from 255) = 44.27%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=16.10%
G=44.27%
B=39.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521431280.6400.100.44170.1146.6738.24
Hex348F80400A2Caa2f26
Octal64217200100012542525746
Binary110100100011111000000010000000101010110010101010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348F80; }

 p { color: rgb(52,143,128); }

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

<style>
 a { background-color: #348F80; }

 a { background-color: rgb(52,143,128); }

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

<style>
 span { border-color: #348F80; }

 span { border-color: rgb(52,143,128); }

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