Html Css Color HEX #349384 Gossamer

📋 copy color: '#349384'

red 52 ◦ green 147 ◦ blue 132

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

Shades of Gossamer #349384

Tints of Gossamer #349384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 15.71%
G = 44.41%
B = 39.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#349384 (or 0x349384) is known color: Gossamer. HEX triplet: 34, 93 and 84. RGB value is (52,147,132). Sum of RGB (Red+Green+Blue) = 52+147+132=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #349384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349384 is #CB6C7B. Grayscale: #747474. Windows color (decimal): -13331580 or 8688436. OLE color: 8688436.

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

Color convert

RGB 52 147 132 -
CMYK 0.65 0 0.10 0.42
HSL 170.53º 0.48% 0.39% -
HSV(B) 170.53º 0.65% 0.58% -
XYZ 16.01 23.26 25.48 -
YUV 116.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 52 147 132 0.65 0 0.10 0.42 170.53 0.48 0.39
Hex 34 93 84 41 0 A 2A AB 30 27
Octal 64 223 204 101 0 12 52 253 60 47
Binary 110100 10010011 10000100 1000001 0 1010 101010 10101011 110000 100111

Color Harmonies of #349384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349384

Black with #349384

Text Example


Text Example

White with #349384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349384; }

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

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

background-color css

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

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

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

border-color css

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

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

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