Shades of Gossamer #339081
Tints of Gossamer #339081
RGB
CMYK
RGB Variations
Color information
#339081 (or 0x339081) is known color: Gossamer. HEX triplet: 33, 90 and 81. RGB value is (51,144,129). Sum of RGB (Red+Green+Blue) = 51+144+129=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #339081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339081 is #CC6F7E. Grayscale: #727272. Windows color (decimal): -13397887 or 8491059. OLE color: 8491059.
HSL color Cylindrical-coordinate representation of color #339081: hue angle of 170.32º 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 #339081 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 129 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.44 |
| HSL | 170.32º | 0.48% | 0.38% | - |
| HSV(B) | 170.32º | 0.65% | 0.56% | - |
| XYZ | 15.3 | 22.24 | 24.25 | - |
| YUV | 114.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 129 | 0.65 | 0 | 0.10 | 0.44 | 170.32 | 0.48 | 0.38 |
| Hex | 33 | 90 | 81 | 41 | 0 | A | 2C | AA | 30 | 26 |
| Octal | 63 | 220 | 201 | 101 | 0 | 12 | 54 | 252 | 60 | 46 |
| Binary | 110011 | 10010000 | 10000001 | 1000001 | 0 | 1010 | 101100 | 10101010 | 110000 | 100110 |
Color Harmonies of #339081
Complementary color
Monochromatic Colors of #339081
Black with #339081
Text Example
Text Example
White with #339081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339081; }
p { color: rgb(51,144,129); }
H1.HeaderClassName
{
color: #339081;
}
.AnyTagClassName
{
color: #339081;
}
</style>
background-color css
<style>
a { background-color: #339081; }
a { background-color: rgb(51,144,129); }
div.DivClassName
{
background-color: #339081;
}
.BgClassName
{
background-color: #339081;
}
</style>
border-color css
<style>
span { border-color: #339081; }
span { border-color: rgb(51,144,129); }
td.TdClassName
{
border-color: #339081;
}
.TagClassName
{
border-color: #339081;
}
</style>