Shades of Gossamer #399984
Tints of Gossamer #399984
RGB
CMYK
RGB Variations
Color information
#399984 (or 0x399984) is known color: Gossamer. HEX triplet: 39, 99 and 84. RGB value is (57,153,132). Sum of RGB (Red+Green+Blue) = 57+153+132=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #399984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399984 is #C6667B. Grayscale: #797979. Windows color (decimal): -13002364 or 8689977. OLE color: 8689977.
HSL color Cylindrical-coordinate representation of color #399984: hue angle of 166.88º 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 #399984 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 132 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.4 |
| HSL | 166.88º | 0.46% | 0.41% | - |
| HSV(B) | 166.88º | 0.63% | 0.6% | - |
| XYZ | 17.24 | 25.32 | 25.81 | - |
| YUV | 121.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 132 | 0.63 | 0 | 0.14 | 0.4 | 166.88 | 0.46 | 0.41 |
| Hex | 39 | 99 | 84 | 3F | 0 | E | 28 | A7 | 2E | 29 |
| Octal | 71 | 231 | 204 | 77 | 0 | 16 | 50 | 247 | 56 | 51 |
| Binary | 111001 | 10011001 | 10000100 | 111111 | 0 | 1110 | 101000 | 10100111 | 101110 | 101001 |
Color Harmonies of #399984
Complementary color
Monochromatic Colors of #399984
Black with #399984
Text Example
Text Example
White with #399984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399984; }
p { color: rgb(57,153,132); }
H1.HeaderClassName
{
color: #399984;
}
.AnyTagClassName
{
color: #399984;
}
</style>
background-color css
<style>
a { background-color: #399984; }
a { background-color: rgb(57,153,132); }
div.DivClassName
{
background-color: #399984;
}
.BgClassName
{
background-color: #399984;
}
</style>
border-color css
<style>
span { border-color: #399984; }
span { border-color: rgb(57,153,132); }
td.TdClassName
{
border-color: #399984;
}
.TagClassName
{
border-color: #399984;
}
</style>