Shades of Gossamer #399387
Tints of Gossamer #399387
RGB
CMYK
RGB Variations
Color information
#399387 (or 0x399387) is known color: Gossamer. HEX triplet: 39, 93 and 87. RGB value is (57,147,135). Sum of RGB (Red+Green+Blue) = 57+147+135=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #399387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399387 is #C66C78. Grayscale: #767676. Windows color (decimal): -13003897 or 8885049. OLE color: 8885049.
HSL color Cylindrical-coordinate representation of color #399387: hue angle of 172º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399387 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 147 | 135 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.42 |
| HSL | 172º | 0.44% | 0.4% | - |
| HSV(B) | 172º | 0.61% | 0.58% | - |
| XYZ | 16.49 | 23.49 | 26.59 | - |
| YUV | 118.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 147 | 135 | 0.61 | 0 | 0.08 | 0.42 | 172 | 0.44 | 0.4 |
| Hex | 39 | 93 | 87 | 3D | 0 | 8 | 2A | AC | 2C | 28 |
| Octal | 71 | 223 | 207 | 75 | 0 | 10 | 52 | 254 | 54 | 50 |
| Binary | 111001 | 10010011 | 10000111 | 111101 | 0 | 1000 | 101010 | 10101100 | 101100 | 101000 |
Color Harmonies of #399387
Complementary color
Monochromatic Colors of #399387
Black with #399387
Text Example
Text Example
White with #399387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399387; }
p { color: rgb(57,147,135); }
H1.HeaderClassName
{
color: #399387;
}
.AnyTagClassName
{
color: #399387;
}
</style>
background-color css
<style>
a { background-color: #399387; }
a { background-color: rgb(57,147,135); }
div.DivClassName
{
background-color: #399387;
}
.BgClassName
{
background-color: #399387;
}
</style>
border-color css
<style>
span { border-color: #399387; }
span { border-color: rgb(57,147,135); }
td.TdClassName
{
border-color: #399387;
}
.TagClassName
{
border-color: #399387;
}
</style>