Html Css Color HEX #349B86 Gossamer

📋 copy color: '#349B86'

red 52 ◦ green 155 ◦ blue 134

#349B86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #349B86

Tints of Gossamer #349B86

RGB

 RED value IS 52 (20.7% from 255) = 15.25%

 GREEN value IS 155 (60.94% from 255) = 45.45%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 15.25%
G = 45.45%
B = 39.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#349B86 (or 0x349B86) is known color: Gossamer. HEX triplet: 34, 9B and 86. RGB value is (52,155,134). Sum of RGB (Red+Green+Blue) = 52+155+134=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #349B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B86 is #CB6479. Grayscale: #797979. Windows color (decimal): -13329530 or 8821556. OLE color: 8821556.

HSL color Cylindrical-coordinate representation of color #349B86: hue angle of 167.77º 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 #349B86 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 134 -
CMYK 0.66 0 0.14 0.39
HSL 167.77º 0.5% 0.41% -
HSV(B) 167.77º 0.66% 0.61% -
XYZ 17.44 25.89 26.63 -
YUV 121.81 134.88 78.21 -
System Red Green Blue C M Y K H S L
Decimal 52 155 134 0.66 0 0.14 0.39 167.77 0.5 0.41
Hex 34 9B 86 42 0 E 27 A8 32 29
Octal 64 233 206 102 0 16 47 250 62 51
Binary 110100 10011011 10000110 1000010 0 1110 100111 10101000 110010 101001

Color Harmonies of #349B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B86

Black with #349B86

Text Example


Text Example

White with #349B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #349B86;
 }
 .AnyTagClassName
 {
   color: #349B86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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