#389880

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

Shades of Gossamer #389880

Tints of Gossamer #389880

Color information

#389880 (or 0x389880) is unknown color: approx Gossamer. HEX triplet: 38, 98 and 80. RGB value is (56,152,128). Sum of RGB (Red+Green+Blue) = 56+152+128=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #389880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389880 is #C7677F. Grayscale: #787878. Windows color (decimal): -13068160 or 8427576. OLE color: 8427576.

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

Color convert

RGB56152128-
CMYK0.6300.160.40
HSL165º46.15%40.78%-
HSV(B)165º63.16%59.61%-
XYZ16.7624.8624.34-
YUV120.56132.281.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 152 (59.77% from 255) = 45.24%
BLUE value IS 128 (50.39% from 255) = 38.10%
R=16.67%
G=45.24%
B=38.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521280.6300.160.4016546.1540.78
Hex3898803F01028a52e29
Octal7023020077020502455651
Binary111000100110001000000011111101000010100010100101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389880; }

 p { color: rgb(56,152,128); }

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

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

 a { background-color: rgb(56,152,128); }

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

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

 span { border-color: rgb(56,152,128); }

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