Shades of Gossamer #319F8A
Tints of Gossamer #319F8A
RGB
CMYK
RGB Variations
Color information
#319F8A (or 0x319F8A) is known color: Gossamer. HEX triplet: 31, 9F and 8A. RGB value is (49,159,138). Sum of RGB (Red+Green+Blue) = 49+159+138=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #319F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319F8A is #CE6075. Grayscale: #7B7B7B. Windows color (decimal): -13525110 or 9084721. OLE color: 9084721.
HSL color Cylindrical-coordinate representation of color #319F8A: hue angle of 168.55º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F8A is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 159 | 138 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.38 |
| HSL | 168.55º | 0.53% | 0.41% | - |
| HSV(B) | 168.55º | 0.69% | 0.62% | - |
| XYZ | 18.25 | 27.28 | 28.35 | - |
| YUV | 123.72 | 136.06 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 138 | 0.69 | 0 | 0.13 | 0.38 | 168.55 | 0.53 | 0.41 |
| Hex | 31 | 9F | 8A | 45 | 0 | D | 26 | A9 | 35 | 29 |
| Octal | 61 | 237 | 212 | 105 | 0 | 15 | 46 | 251 | 65 | 51 |
| Binary | 110001 | 10011111 | 10001010 | 1000101 | 0 | 1101 | 100110 | 10101001 | 110101 | 101001 |
Color Harmonies of #319F8A
Complementary color
Monochromatic Colors of #319F8A
Black with #319F8A
Text Example
Text Example
White with #319F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319F8A; }
p { color: rgb(49,159,138); }
H1.HeaderClassName
{
color: #319F8A;
}
.AnyTagClassName
{
color: #319F8A;
}
</style>
background-color css
<style>
a { background-color: #319F8A; }
a { background-color: rgb(49,159,138); }
div.DivClassName
{
background-color: #319F8A;
}
.BgClassName
{
background-color: #319F8A;
}
</style>
border-color css
<style>
span { border-color: #319F8A; }
span { border-color: rgb(49,159,138); }
td.TdClassName
{
border-color: #319F8A;
}
.TagClassName
{
border-color: #319F8A;
}
</style>