Shades of Gossamer #399E8D
Tints of Gossamer #399E8D
RGB
CMYK
RGB Variations
Color information
#399E8D (or 0x399E8D) is known color: Gossamer. HEX triplet: 39, 9E and 8D. RGB value is (57,158,141). Sum of RGB (Red+Green+Blue) = 57+158+141=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #399E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399E8D is #C66172. Grayscale: #7D7D7D. Windows color (decimal): -13001075 or 9281081. OLE color: 9281081.
HSL color Cylindrical-coordinate representation of color #399E8D: hue angle of 169.9º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399E8D is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 158 | 141 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.38 |
| HSL | 169.9º | 0.47% | 0.42% | - |
| HSV(B) | 169.9º | 0.64% | 0.62% | - |
| XYZ | 18.72 | 27.25 | 29.47 | - |
| YUV | 125.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 141 | 0.64 | 0 | 0.11 | 0.38 | 169.9 | 0.47 | 0.42 |
| Hex | 39 | 9E | 8D | 40 | 0 | B | 26 | AA | 2F | 2A |
| Octal | 71 | 236 | 215 | 100 | 0 | 13 | 46 | 252 | 57 | 52 |
| Binary | 111001 | 10011110 | 10001101 | 1000000 | 0 | 1011 | 100110 | 10101010 | 101111 | 101010 |
Color Harmonies of #399E8D
Complementary color
Monochromatic Colors of #399E8D
Black with #399E8D
Text Example
Text Example
White with #399E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399E8D; }
p { color: rgb(57,158,141); }
H1.HeaderClassName
{
color: #399E8D;
}
.AnyTagClassName
{
color: #399E8D;
}
</style>
background-color css
<style>
a { background-color: #399E8D; }
a { background-color: rgb(57,158,141); }
div.DivClassName
{
background-color: #399E8D;
}
.BgClassName
{
background-color: #399E8D;
}
</style>
border-color css
<style>
span { border-color: #399E8D; }
span { border-color: rgb(57,158,141); }
td.TdClassName
{
border-color: #399E8D;
}
.TagClassName
{
border-color: #399E8D;
}
</style>