Html Css Color HEX #349B8E Gossamer

📋 copy color: '#349B8E'

red 52 ◦ green 155 ◦ blue 142

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

Shades of Gossamer #349B8E

Tints of Gossamer #349B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 14.9%
G = 44.41%
B = 40.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#349B8E (or 0x349B8E) is known color: Gossamer. HEX triplet: 34, 9B and 8E. RGB value is (52,155,142). Sum of RGB (Red+Green+Blue) = 52+155+142=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #349B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B8E is #CB6471. Grayscale: #7A7A7A. Windows color (decimal): -13329522 or 9345844. OLE color: 9345844.

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

Color convert

RGB 52 155 142 -
CMYK 0.66 0 0.08 0.39
HSL 172.43º 0.5% 0.41% -
HSV(B) 172.43º 0.66% 0.61% -
XYZ 18.02 26.13 29.68 -
YUV 122.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 52 155 142 0.66 0 0.08 0.39 172.43 0.5 0.41
Hex 34 9B 8E 42 0 8 27 AC 32 29
Octal 64 233 216 102 0 10 47 254 62 51
Binary 110100 10011011 10001110 1000010 0 1000 100111 10101100 110010 101001

Color Harmonies of #349B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B8E

Black with #349B8E

Text Example


Text Example

White with #349B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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