#348f7a

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

Shades of Gossamer #348F7A

Tints of Gossamer #348F7A

Color information

#348F7A (or 0x348F7A) is unknown color: approx Gossamer. HEX triplet: 34, 8F and 7A. RGB value is (52,143,122). Sum of RGB (Red+Green+Blue) = 52+143+122=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #348F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F7A is #CB7085. Grayscale: #717171. Windows color (decimal): -13332614 or 8032052. OLE color: 8032052.

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

Color convert

RGB52143122-
CMYK0.6400.150.44
HSL166.15º46.67%38.24%-
HSV(B)166.15º63.64%56.08%-
XYZ14.7521.7821.84-
YUV113.4132.8584.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 143 (56.25% from 255) = 45.11%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=16.40%
G=45.11%
B=38.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521431220.6400.150.44166.1546.6738.24
Hex348F7A400F2Ca62f26
Octal64217172100017542465746
Binary11010010001111111101010000000111110110010100110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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