Shades of Gossamer #339884
Tints of Gossamer #339884
RGB
CMYK
RGB Variations
Color information
#339884 (or 0x339884) is known color: Gossamer. HEX triplet: 33, 98 and 84. RGB value is (51,152,132). Sum of RGB (Red+Green+Blue) = 51+152+132=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #339884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339884 is #CC677B. Grayscale: #777777. Windows color (decimal): -13395836 or 8689715. OLE color: 8689715.
HSL color Cylindrical-coordinate representation of color #339884: hue angle of 168.12º 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 #339884 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 132 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.40 |
| HSL | 168.12º | 0.5% | 0.4% | - |
| HSV(B) | 168.12º | 0.66% | 0.6% | - |
| XYZ | 16.76 | 24.83 | 25.74 | - |
| YUV | 119.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 132 | 0.66 | 0 | 0.13 | 0.40 | 168.12 | 0.5 | 0.4 |
| Hex | 33 | 98 | 84 | 42 | 0 | D | 28 | A8 | 32 | 28 |
| Octal | 63 | 230 | 204 | 102 | 0 | 15 | 50 | 250 | 62 | 50 |
| Binary | 110011 | 10011000 | 10000100 | 1000010 | 0 | 1101 | 101000 | 10101000 | 110010 | 101000 |
Color Harmonies of #339884
Complementary color
Monochromatic Colors of #339884
Black with #339884
Text Example
Text Example
White with #339884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339884; }
p { color: rgb(51,152,132); }
H1.HeaderClassName
{
color: #339884;
}
.AnyTagClassName
{
color: #339884;
}
</style>
background-color css
<style>
a { background-color: #339884; }
a { background-color: rgb(51,152,132); }
div.DivClassName
{
background-color: #339884;
}
.BgClassName
{
background-color: #339884;
}
</style>
border-color css
<style>
span { border-color: #339884; }
span { border-color: rgb(51,152,132); }
td.TdClassName
{
border-color: #339884;
}
.TagClassName
{
border-color: #339884;
}
</style>