Shades of Gossamer #318E7B
Tints of Gossamer #318E7B
RGB
CMYK
RGB Variations
Color information
#318E7B (or 0x318E7B) is known color: Gossamer. HEX triplet: 31, 8E and 7B. RGB value is (49,142,123). Sum of RGB (Red+Green+Blue) = 49+142+123=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #318E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E7B is #CE7184. Grayscale: #707070. Windows color (decimal): -13529477 or 8097329. OLE color: 8097329.
HSL color Cylindrical-coordinate representation of color #318E7B: hue angle of 167.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E7B is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 142 | 123 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.44 |
| HSL | 167.74º | 0.49% | 0.37% | - |
| HSV(B) | 167.74º | 0.65% | 0.56% | - |
| XYZ | 14.51 | 21.43 | 22.11 | - |
| YUV | 112.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 123 | 0.65 | 0 | 0.13 | 0.44 | 167.74 | 0.49 | 0.37 |
| Hex | 31 | 8E | 7B | 41 | 0 | D | 2C | A8 | 31 | 25 |
| Octal | 61 | 216 | 173 | 101 | 0 | 15 | 54 | 250 | 61 | 45 |
| Binary | 110001 | 10001110 | 1111011 | 1000001 | 0 | 1101 | 101100 | 10101000 | 110001 | 100101 |
Color Harmonies of #318E7B
Complementary color
Monochromatic Colors of #318E7B
Black with #318E7B
Text Example
Text Example
White with #318E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318E7B; }
p { color: rgb(49,142,123); }
H1.HeaderClassName
{
color: #318E7B;
}
.AnyTagClassName
{
color: #318E7B;
}
</style>
background-color css
<style>
a { background-color: #318E7B; }
a { background-color: rgb(49,142,123); }
div.DivClassName
{
background-color: #318E7B;
}
.BgClassName
{
background-color: #318E7B;
}
</style>
border-color css
<style>
span { border-color: #318E7B; }
span { border-color: rgb(49,142,123); }
td.TdClassName
{
border-color: #318E7B;
}
.TagClassName
{
border-color: #318E7B;
}
</style>