Shades of Gossamer #299080
Tints of Gossamer #299080
RGB
CMYK
RGB Variations
Color information
#299080 (or 0x299080) is known color: Gossamer. HEX triplet: 29, 90 and 80. RGB value is (41,144,128). Sum of RGB (Red+Green+Blue) = 41+144+128=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #299080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299080 is #D66F7F. Grayscale: #6F6F6F. Windows color (decimal): -14053248 or 8425513. OLE color: 8425513.
HSL color Cylindrical-coordinate representation of color #299080: hue angle of 170.68º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299080 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 144 | 128 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.44 |
| HSL | 170.68º | 0.56% | 0.36% | - |
| HSV(B) | 170.68º | 0.72% | 0.56% | - |
| XYZ | 14.78 | 21.98 | 23.88 | - |
| YUV | 111.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 128 | 0.72 | 0 | 0.11 | 0.44 | 170.68 | 0.56 | 0.36 |
| Hex | 29 | 90 | 80 | 48 | 0 | B | 2C | AB | 38 | 24 |
| Octal | 51 | 220 | 200 | 110 | 0 | 13 | 54 | 253 | 70 | 44 |
| Binary | 101001 | 10010000 | 10000000 | 1001000 | 0 | 1011 | 101100 | 10101011 | 111000 | 100100 |
Color Harmonies of #299080
Complementary color
Monochromatic Colors of #299080
Black with #299080
Text Example
Text Example
White with #299080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299080; }
p { color: rgb(41,144,128); }
H1.HeaderClassName
{
color: #299080;
}
.AnyTagClassName
{
color: #299080;
}
</style>
background-color css
<style>
a { background-color: #299080; }
a { background-color: rgb(41,144,128); }
div.DivClassName
{
background-color: #299080;
}
.BgClassName
{
background-color: #299080;
}
</style>
border-color css
<style>
span { border-color: #299080; }
span { border-color: rgb(41,144,128); }
td.TdClassName
{
border-color: #299080;
}
.TagClassName
{
border-color: #299080;
}
</style>