Html Css Color HEX #349B8B Gossamer

📋 copy color: '#349B8B'

red 52 ◦ green 155 ◦ blue 139

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

Shades of Gossamer #349B8B

Tints of Gossamer #349B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 15.03%
G = 44.8%
B = 40.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#349B8B (or 0x349B8B) is known color: Gossamer. HEX triplet: 34, 9B and 8B. RGB value is (52,155,139). Sum of RGB (Red+Green+Blue) = 52+155+139=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #349B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B8B is #CB6474. Grayscale: #7A7A7A. Windows color (decimal): -13329525 or 9149236. OLE color: 9149236.

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

Color convert

RGB 52 155 139 -
CMYK 0.66 0 0.10 0.39
HSL 170.68º 0.5% 0.41% -
HSV(B) 170.68º 0.66% 0.61% -
XYZ 17.8 26.04 28.51 -
YUV 122.38 137.38 77.8 -
System Red Green Blue C M Y K H S L
Decimal 52 155 139 0.66 0 0.10 0.39 170.68 0.5 0.41
Hex 34 9B 8B 42 0 A 27 AB 32 29
Octal 64 233 213 102 0 12 47 253 62 51
Binary 110100 10011011 10001011 1000010 0 1010 100111 10101011 110010 101001

Color Harmonies of #349B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B8B

Black with #349B8B

Text Example


Text Example

White with #349B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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