Shades of Gossamer #339989
Tints of Gossamer #339989
RGB
CMYK
RGB Variations
Color information
#339989 (or 0x339989) is known color: Gossamer. HEX triplet: 33, 99 and 89. RGB value is (51,153,137). Sum of RGB (Red+Green+Blue) = 51+153+137=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #339989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339989 is #CC6676. Grayscale: #787878. Windows color (decimal): -13395575 or 9017651. OLE color: 9017651.
HSL color Cylindrical-coordinate representation of color #339989: hue angle of 170.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339989 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 137 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.4 |
| HSL | 170.59º | 0.5% | 0.4% | - |
| HSV(B) | 170.59º | 0.67% | 0.6% | - |
| XYZ | 17.27 | 25.29 | 27.64 | - |
| YUV | 120.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 137 | 0.67 | 0 | 0.10 | 0.4 | 170.59 | 0.5 | 0.4 |
| Hex | 33 | 99 | 89 | 43 | 0 | A | 28 | AB | 32 | 28 |
| Octal | 63 | 231 | 211 | 103 | 0 | 12 | 50 | 253 | 62 | 50 |
| Binary | 110011 | 10011001 | 10001001 | 1000011 | 0 | 1010 | 101000 | 10101011 | 110010 | 101000 |
Color Harmonies of #339989
Complementary color
Monochromatic Colors of #339989
Black with #339989
Text Example
Text Example
White with #339989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339989; }
p { color: rgb(51,153,137); }
H1.HeaderClassName
{
color: #339989;
}
.AnyTagClassName
{
color: #339989;
}
</style>
background-color css
<style>
a { background-color: #339989; }
a { background-color: rgb(51,153,137); }
div.DivClassName
{
background-color: #339989;
}
.BgClassName
{
background-color: #339989;
}
</style>
border-color css
<style>
span { border-color: #339989; }
span { border-color: rgb(51,153,137); }
td.TdClassName
{
border-color: #339989;
}
.TagClassName
{
border-color: #339989;
}
</style>