Html Css Color HEX #379080 Gossamer

📋 copy color: '#379080'

red 55 ◦ green 144 ◦ blue 128

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

Shades of Gossamer #379080

Tints of Gossamer #379080

RGB

 RED value IS 55 (21.88% from 255) = 16.82%

 GREEN value IS 144 (56.64% from 255) = 44.04%

 BLUE value IS 128 (50.39% from 255) = 39.14%

R = 16.82%
G = 44.04%
B = 39.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#379080 (or 0x379080) is known color: Gossamer. HEX triplet: 37, 90 and 80. RGB value is (55,144,128). Sum of RGB (Red+Green+Blue) = 55+144+128=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #379080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379080 is #C86F7F. Grayscale: #737373. Windows color (decimal): -13135744 or 8425527. OLE color: 8425527.

HSL color Cylindrical-coordinate representation of color #379080: hue angle of 169.21º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379080 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 144 128 -
CMYK 0.62 0 0.11 0.44
HSL 169.21º 0.45% 0.39% -
HSV(B) 169.21º 0.62% 0.56% -
XYZ 15.45 22.32 23.92 -
YUV 115.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 55 144 128 0.62 0 0.11 0.44 169.21 0.45 0.39
Hex 37 90 80 3E 0 B 2C A9 2D 27
Octal 67 220 200 76 0 13 54 251 55 47
Binary 110111 10010000 10000000 111110 0 1011 101100 10101001 101101 100111

Color Harmonies of #379080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379080

Black with #379080

Text Example


Text Example

White with #379080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379080; }

 p { color: rgb(55,144,128); }

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

background-color css

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

 a { background-color: rgb(55,144,128); }

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

border-color css

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

 span { border-color: rgb(55,144,128); }

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