Html Css Color HEX #329288 Gossamer

📋 copy color: '#329288'

red 50 ◦ green 146 ◦ blue 136

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

Shades of Gossamer #329288

Tints of Gossamer #329288

RGB

 RED value IS 50 (19.92% from 255) = 15.06%

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 15.06%
G = 43.98%
B = 40.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#329288 (or 0x329288) is known color: Gossamer. HEX triplet: 32, 92 and 88. RGB value is (50,146,136). Sum of RGB (Red+Green+Blue) = 50+146+136=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #329288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329288 is #CD6D77. Grayscale: #747474. Windows color (decimal): -13462904 or 8950322. OLE color: 8950322.

HSL color Cylindrical-coordinate representation of color #329288: hue angle of 173.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329288 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 136 -
CMYK 0.66 0 0.07 0.43
HSL 173.75º 0.49% 0.38% -
HSV(B) 173.75º 0.66% 0.57% -
XYZ 16.04 23.01 26.89 -
YUV 116.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 50 146 136 0.66 0 0.07 0.43 173.75 0.49 0.38
Hex 32 92 88 42 0 7 2B AE 31 26
Octal 62 222 210 102 0 7 53 256 61 46
Binary 110010 10010010 10001000 1000010 0 111 101011 10101110 110001 100110

Color Harmonies of #329288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329288

Black with #329288

Text Example


Text Example

White with #329288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329288; }

 p { color: rgb(50,146,136); }

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

background-color css

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

 a { background-color: rgb(50,146,136); }

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

border-color css

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

 span { border-color: rgb(50,146,136); }

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