Shades of Gossamer #339080
Tints of Gossamer #339080
RGB
CMYK
RGB Variations
Color information
#339080 (or 0x339080) is known color: Gossamer. HEX triplet: 33, 90 and 80. RGB value is (51,144,128). Sum of RGB (Red+Green+Blue) = 51+144+128=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #339080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339080 is #CC6F7F. Grayscale: #727272. Windows color (decimal): -13397888 or 8425523. OLE color: 8425523.
HSL color Cylindrical-coordinate representation of color #339080: hue angle of 169.68º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339080 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 128 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.44 |
| HSL | 169.68º | 0.48% | 0.38% | - |
| HSV(B) | 169.68º | 0.65% | 0.56% | - |
| XYZ | 15.23 | 22.21 | 23.91 | - |
| YUV | 114.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 128 | 0.65 | 0 | 0.11 | 0.44 | 169.68 | 0.48 | 0.38 |
| Hex | 33 | 90 | 80 | 41 | 0 | B | 2C | AA | 30 | 26 |
| Octal | 63 | 220 | 200 | 101 | 0 | 13 | 54 | 252 | 60 | 46 |
| Binary | 110011 | 10010000 | 10000000 | 1000001 | 0 | 1011 | 101100 | 10101010 | 110000 | 100110 |
Color Harmonies of #339080
Complementary color
Monochromatic Colors of #339080
Black with #339080
Text Example
Text Example
White with #339080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339080; }
p { color: rgb(51,144,128); }
H1.HeaderClassName
{
color: #339080;
}
.AnyTagClassName
{
color: #339080;
}
</style>
background-color css
<style>
a { background-color: #339080; }
a { background-color: rgb(51,144,128); }
div.DivClassName
{
background-color: #339080;
}
.BgClassName
{
background-color: #339080;
}
</style>
border-color css
<style>
span { border-color: #339080; }
span { border-color: rgb(51,144,128); }
td.TdClassName
{
border-color: #339080;
}
.TagClassName
{
border-color: #339080;
}
</style>