#348E81

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

Shades of Gossamer #348E81

Tints of Gossamer #348E81

Color information

#348E81 (or 0x348E81) is unknown color: approx Gossamer. HEX triplet: 34, 8E and 81. RGB value is (52,142,129). Sum of RGB (Red+Green+Blue) = 52+142+129=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #348E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E81 is #CB717E. Grayscale: #717171. Windows color (decimal): -13332863 or 8490548. OLE color: 8490548.

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

Color convert

RGB52142129-
CMYK0.6300.090.44
HSL171.33º46.39%38.04%-
HSV(B)171.33º63.38%55.69%-
XYZ15.0521.6624.16-
YUV113.61136.6884.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=16.10%
G=43.96%
B=39.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421290.6300.090.44171.3346.3938.04
Hex348E813F092Cab2e26
Octal6421620177011542535646
Binary11010010001110100000011111110100110110010101011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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