Html Css Color HEX #349388 Gossamer

📋 copy color: '#349388'

red 52 ◦ green 147 ◦ blue 136

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

Shades of Gossamer #349388

Tints of Gossamer #349388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 15.52%
G = 43.88%
B = 40.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#349388 (or 0x349388) is known color: Gossamer. HEX triplet: 34, 93 and 88. RGB value is (52,147,136). Sum of RGB (Red+Green+Blue) = 52+147+136=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #349388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349388 is #CB6C77. Grayscale: #757575. Windows color (decimal): -13331576 or 8950580. OLE color: 8950580.

HSL color Cylindrical-coordinate representation of color #349388: hue angle of 173.05º 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 #349388 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 136 -
CMYK 0.65 0 0.07 0.42
HSL 173.05º 0.48% 0.39% -
HSV(B) 173.05º 0.65% 0.58% -
XYZ 16.29 23.38 26.95 -
YUV 117.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 52 147 136 0.65 0 0.07 0.42 173.05 0.48 0.39
Hex 34 93 88 41 0 7 2A AD 30 27
Octal 64 223 210 101 0 7 52 255 60 47
Binary 110100 10010011 10001000 1000001 0 111 101010 10101101 110000 100111

Color Harmonies of #349388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349388

Black with #349388

Text Example


Text Example

White with #349388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349388; }

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

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

background-color css

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

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

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

border-color css

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

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

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