#379884

Color #379884 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #379884

Tints of Gossamer #379884

Color information

#379884 (or 0x379884) is unknown color: approx Gossamer. HEX triplet: 37, 98 and 84. RGB value is (55,152,132). Sum of RGB (Red+Green+Blue) = 55+152+132=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #379884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379884 is #C8677B. Grayscale: #787878. Windows color (decimal): -13133692 or 8689719. OLE color: 8689719.

HSL color Cylindrical-coordinate representation of color #379884: hue angle of 167.63º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379884 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB55152132-
CMYK0.6400.130.40
HSL167.63º46.86%40.59%-
HSV(B)167.63º63.82%59.61%-
XYZ16.9724.9325.75-
YUV120.72134.3681.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=16.22%
G=44.84%
B=38.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551521320.6400.130.40167.6346.8640.59
Hex379884400D28a82f29
Octal67230204100015502505751
Binary110111100110001000010010000000110110100010101000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379884; }

 p { color: rgb(55,152,132); }

 H1.HeaderClassName
 {
   color: #379884;
 }
 .AnyTagClassName
 {
   color: #379884;
 }
</style>
background-color css

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

 a { background-color: rgb(55,152,132); }

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

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

 span { border-color: rgb(55,152,132); }

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