Shades of Gossamer #399986
Tints of Gossamer #399986
RGB
CMYK
RGB Variations
Color information
#399986 (or 0x399986) is known color: Gossamer. HEX triplet: 39, 99 and 86. RGB value is (57,153,134). Sum of RGB (Red+Green+Blue) = 57+153+134=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #399986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399986 is #C66679. Grayscale: #7A7A7A. Windows color (decimal): -13002362 or 8821049. OLE color: 8821049.
HSL color Cylindrical-coordinate representation of color #399986: hue angle of 168.12º 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 #399986 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 134 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.4 |
| HSL | 168.13º | 0.46% | 0.41% | - |
| HSV(B) | 168.13º | 0.63% | 0.6% | - |
| XYZ | 17.38 | 25.37 | 26.54 | - |
| YUV | 122.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 134 | 0.63 | 0 | 0.12 | 0.4 | 168.13 | 0.46 | 0.41 |
| Hex | 39 | 99 | 86 | 3F | 0 | C | 28 | A8 | 2E | 29 |
| Octal | 71 | 231 | 206 | 77 | 0 | 14 | 50 | 250 | 56 | 51 |
| Binary | 111001 | 10011001 | 10000110 | 111111 | 0 | 1100 | 101000 | 10101000 | 101110 | 101001 |
Color Harmonies of #399986
Complementary color
Monochromatic Colors of #399986
Black with #399986
Text Example
Text Example
White with #399986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399986; }
p { color: rgb(57,153,134); }
H1.HeaderClassName
{
color: #399986;
}
.AnyTagClassName
{
color: #399986;
}
</style>
background-color css
<style>
a { background-color: #399986; }
a { background-color: rgb(57,153,134); }
div.DivClassName
{
background-color: #399986;
}
.BgClassName
{
background-color: #399986;
}
</style>
border-color css
<style>
span { border-color: #399986; }
span { border-color: rgb(57,153,134); }
td.TdClassName
{
border-color: #399986;
}
.TagClassName
{
border-color: #399986;
}
</style>