#348F7E

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

Shades of Gossamer #348F7E

Tints of Gossamer #348F7E

Color information

#348F7E (or 0x348F7E) is unknown color: approx Gossamer. HEX triplet: 34, 8F and 7E. RGB value is (52,143,126). Sum of RGB (Red+Green+Blue) = 52+143+126=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #348F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F7E is #CB7081. Grayscale: #717171. Windows color (decimal): -13332610 or 8294196. OLE color: 8294196.

HSL color Cylindrical-coordinate representation of color #348F7E: hue angle of 168.79º 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 #348F7E is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB52143126-
CMYK0.6400.120.44
HSL168.79º46.67%38.24%-
HSV(B)168.79º63.64%56.08%-
XYZ1521.8823.17-
YUV113.85134.8583.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=16.20%
G=44.55%
B=39.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521431260.6400.120.44168.7946.6738.24
Hex348F7E400C2Ca92f26
Octal64217176100014542515746
Binary11010010001111111111010000000110010110010101001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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