Html Css Color HEX #349386 Gossamer

📋 copy color: '#349386'

red 52 ◦ green 147 ◦ blue 134

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

Shades of Gossamer #349386

Tints of Gossamer #349386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

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

R = 15.62%
G = 44.14%
B = 40.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#349386 (or 0x349386) is known color: Gossamer. HEX triplet: 34, 93 and 86. RGB value is (52,147,134). Sum of RGB (Red+Green+Blue) = 52+147+134=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #349386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349386 is #CB6C79. Grayscale: #757575. Windows color (decimal): -13331578 or 8819508. OLE color: 8819508.

HSL color Cylindrical-coordinate representation of color #349386: hue angle of 171.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349386 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 134 -
CMYK 0.65 0 0.09 0.42
HSL 171.79º 0.48% 0.39% -
HSV(B) 171.79º 0.65% 0.58% -
XYZ 16.15 23.32 26.2 -
YUV 117.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 52 147 134 0.65 0 0.09 0.42 171.79 0.48 0.39
Hex 34 93 86 41 0 9 2A AC 30 27
Octal 64 223 206 101 0 11 52 254 60 47
Binary 110100 10010011 10000110 1000001 0 1001 101010 10101100 110000 100111

Color Harmonies of #349386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349386

Black with #349386

Text Example


Text Example

White with #349386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349386; }

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

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

background-color css

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

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

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

border-color css

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

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

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