Shades of Gossamer #399884
Tints of Gossamer #399884
RGB
CMYK
RGB Variations
Color information
#399884 (or 0x399884) is known color: Gossamer. HEX triplet: 39, 98 and 84. RGB value is (57,152,132). Sum of RGB (Red+Green+Blue) = 57+152+132=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #399884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399884 is #C6677B. Grayscale: #797979. Windows color (decimal): -13002620 or 8689721. OLE color: 8689721.
HSL color Cylindrical-coordinate representation of color #399884: hue angle of 167.37º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399884 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 152 | 132 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.40 |
| HSL | 167.37º | 0.45% | 0.41% | - |
| HSV(B) | 167.37º | 0.63% | 0.6% | - |
| XYZ | 17.08 | 24.99 | 25.75 | - |
| YUV | 121.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 152 | 132 | 0.62 | 0 | 0.13 | 0.40 | 167.37 | 0.45 | 0.41 |
| Hex | 39 | 98 | 84 | 3E | 0 | D | 28 | A7 | 2D | 29 |
| Octal | 71 | 230 | 204 | 76 | 0 | 15 | 50 | 247 | 55 | 51 |
| Binary | 111001 | 10011000 | 10000100 | 111110 | 0 | 1101 | 101000 | 10100111 | 101101 | 101001 |
Color Harmonies of #399884
Complementary color
Monochromatic Colors of #399884
Black with #399884
Text Example
Text Example
White with #399884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399884; }
p { color: rgb(57,152,132); }
H1.HeaderClassName
{
color: #399884;
}
.AnyTagClassName
{
color: #399884;
}
</style>
background-color css
<style>
a { background-color: #399884; }
a { background-color: rgb(57,152,132); }
div.DivClassName
{
background-color: #399884;
}
.BgClassName
{
background-color: #399884;
}
</style>
border-color css
<style>
span { border-color: #399884; }
span { border-color: rgb(57,152,132); }
td.TdClassName
{
border-color: #399884;
}
.TagClassName
{
border-color: #399884;
}
</style>