#349B8A

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

Shades of Gossamer #349B8A

Tints of Gossamer #349B8A

Color information

#349B8A (or 0x349B8A) is unknown color: approx Gossamer. HEX triplet: 34, 9B and 8A. RGB value is (52,155,138). Sum of RGB (Red+Green+Blue) = 52+155+138=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #349B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B8A is #CB6475. Grayscale: #7A7A7A. Windows color (decimal): -13329526 or 9083700. OLE color: 9083700.

HSL color Cylindrical-coordinate representation of color #349B8A: hue angle of 170.1º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B8A is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB52155138-
CMYK0.6600.110.39
HSL170.1º49.76%40.59%-
HSV(B)170.1º66.45%60.78%-
XYZ17.7226.0128.13-
YUV122.26136.8877.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.07%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 138 (54.30% from 255) = 40%
R=15.07%
G=44.93%
B=40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521551380.6600.110.39170.149.7640.59
Hex349B8A420B27aa3229
Octal64233212102013472526251
Binary110100100110111000101010000100101110011110101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,155,138); }

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

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

 a { background-color: rgb(52,155,138); }

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

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

 span { border-color: rgb(52,155,138); }

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