Shades of Gossamer #339889
Tints of Gossamer #339889
RGB
CMYK
RGB Variations
Color information
#339889 (or 0x339889) is known color: Gossamer. HEX triplet: 33, 98 and 89. RGB value is (51,152,137). Sum of RGB (Red+Green+Blue) = 51+152+137=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #339889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339889 is #CC6776. Grayscale: #787878. Windows color (decimal): -13395831 or 9017395. OLE color: 9017395.
HSL color Cylindrical-coordinate representation of color #339889: hue angle of 171.09º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339889 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 137 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.40 |
| HSL | 171.09º | 0.5% | 0.4% | - |
| HSV(B) | 171.09º | 0.66% | 0.6% | - |
| XYZ | 17.11 | 24.97 | 27.58 | - |
| YUV | 120.09 | 137.54 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 137 | 0.66 | 0 | 0.10 | 0.40 | 171.09 | 0.5 | 0.4 |
| Hex | 33 | 98 | 89 | 42 | 0 | A | 28 | AB | 32 | 28 |
| Octal | 63 | 230 | 211 | 102 | 0 | 12 | 50 | 253 | 62 | 50 |
| Binary | 110011 | 10011000 | 10001001 | 1000010 | 0 | 1010 | 101000 | 10101011 | 110010 | 101000 |
Color Harmonies of #339889
Complementary color
Monochromatic Colors of #339889
Black with #339889
Text Example
Text Example
White with #339889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339889; }
p { color: rgb(51,152,137); }
H1.HeaderClassName
{
color: #339889;
}
.AnyTagClassName
{
color: #339889;
}
</style>
background-color css
<style>
a { background-color: #339889; }
a { background-color: rgb(51,152,137); }
div.DivClassName
{
background-color: #339889;
}
.BgClassName
{
background-color: #339889;
}
</style>
border-color css
<style>
span { border-color: #339889; }
span { border-color: rgb(51,152,137); }
td.TdClassName
{
border-color: #339889;
}
.TagClassName
{
border-color: #339889;
}
</style>