Shades of Gossamer #399A7D
Tints of Gossamer #399A7D
RGB
CMYK
RGB Variations
Color information
#399A7D (or 0x399A7D) is known color: Gossamer. HEX triplet: 39, 9A and 7D. RGB value is (57,154,125). Sum of RGB (Red+Green+Blue) = 57+154+125=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #399A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A7D is #C66582. Grayscale: #797979. Windows color (decimal): -13002115 or 8231481. OLE color: 8231481.
HSL color Cylindrical-coordinate representation of color #399A7D: hue angle of 162.06º 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 #399A7D is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 125 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.40 |
| HSL | 162.06º | 0.46% | 0.41% | - |
| HSV(B) | 162.06º | 0.63% | 0.6% | - |
| XYZ | 16.94 | 25.46 | 23.42 | - |
| YUV | 121.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 125 | 0.63 | 0 | 0.19 | 0.40 | 162.06 | 0.46 | 0.41 |
| Hex | 39 | 9A | 7D | 3F | 0 | 13 | 28 | A2 | 2E | 29 |
| Octal | 71 | 232 | 175 | 77 | 0 | 23 | 50 | 242 | 56 | 51 |
| Binary | 111001 | 10011010 | 1111101 | 111111 | 0 | 10011 | 101000 | 10100010 | 101110 | 101001 |
Color Harmonies of #399A7D
Complementary color
Monochromatic Colors of #399A7D
Black with #399A7D
Text Example
Text Example
White with #399A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A7D; }
p { color: rgb(57,154,125); }
H1.HeaderClassName
{
color: #399A7D;
}
.AnyTagClassName
{
color: #399A7D;
}
</style>
background-color css
<style>
a { background-color: #399A7D; }
a { background-color: rgb(57,154,125); }
div.DivClassName
{
background-color: #399A7D;
}
.BgClassName
{
background-color: #399A7D;
}
</style>
border-color css
<style>
span { border-color: #399A7D; }
span { border-color: rgb(57,154,125); }
td.TdClassName
{
border-color: #399A7D;
}
.TagClassName
{
border-color: #399A7D;
}
</style>