Shades of Gossamer #399A8D
Tints of Gossamer #399A8D
RGB
CMYK
RGB Variations
Color information
#399A8D (or 0x399A8D) is known color: Gossamer. HEX triplet: 39, 9A and 8D. RGB value is (57,154,141). Sum of RGB (Red+Green+Blue) = 57+154+141=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #399A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A8D is #C66572. Grayscale: #7B7B7B. Windows color (decimal): -13002099 or 9280057. OLE color: 9280057.
HSL color Cylindrical-coordinate representation of color #399A8D: hue angle of 171.96º 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 #399A8D is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 141 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.40 |
| HSL | 171.96º | 0.46% | 0.41% | - |
| HSV(B) | 171.96º | 0.63% | 0.6% | - |
| XYZ | 18.05 | 25.9 | 29.25 | - |
| YUV | 123.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 141 | 0.63 | 0 | 0.08 | 0.40 | 171.96 | 0.46 | 0.41 |
| Hex | 39 | 9A | 8D | 3F | 0 | 8 | 28 | AC | 2E | 29 |
| Octal | 71 | 232 | 215 | 77 | 0 | 10 | 50 | 254 | 56 | 51 |
| Binary | 111001 | 10011010 | 10001101 | 111111 | 0 | 1000 | 101000 | 10101100 | 101110 | 101001 |
Color Harmonies of #399A8D
Complementary color
Monochromatic Colors of #399A8D
Black with #399A8D
Text Example
Text Example
White with #399A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A8D; }
p { color: rgb(57,154,141); }
H1.HeaderClassName
{
color: #399A8D;
}
.AnyTagClassName
{
color: #399A8D;
}
</style>
background-color css
<style>
a { background-color: #399A8D; }
a { background-color: rgb(57,154,141); }
div.DivClassName
{
background-color: #399A8D;
}
.BgClassName
{
background-color: #399A8D;
}
</style>
border-color css
<style>
span { border-color: #399A8D; }
span { border-color: rgb(57,154,141); }
td.TdClassName
{
border-color: #399A8D;
}
.TagClassName
{
border-color: #399A8D;
}
</style>