Shades of Gossamer #339185
Tints of Gossamer #339185
RGB
CMYK
RGB Variations
Color information
#339185 (or 0x339185) is known color: Gossamer. HEX triplet: 33, 91 and 85. RGB value is (51,145,133). Sum of RGB (Red+Green+Blue) = 51+145+133=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #339185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339185 is #CC6E7A. Grayscale: #737373. Windows color (decimal): -13397627 or 8753459. OLE color: 8753459.
HSL color Cylindrical-coordinate representation of color #339185: hue angle of 172.34º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339185 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 145 | 133 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.43 |
| HSL | 172.34º | 0.48% | 0.38% | - |
| HSV(B) | 172.34º | 0.65% | 0.57% | - |
| XYZ | 15.72 | 22.65 | 25.73 | - |
| YUV | 115.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 133 | 0.65 | 0 | 0.08 | 0.43 | 172.34 | 0.48 | 0.38 |
| Hex | 33 | 91 | 85 | 41 | 0 | 8 | 2B | AC | 30 | 26 |
| Octal | 63 | 221 | 205 | 101 | 0 | 10 | 53 | 254 | 60 | 46 |
| Binary | 110011 | 10010001 | 10000101 | 1000001 | 0 | 1000 | 101011 | 10101100 | 110000 | 100110 |
Color Harmonies of #339185
Complementary color
Monochromatic Colors of #339185
Black with #339185
Text Example
Text Example
White with #339185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339185; }
p { color: rgb(51,145,133); }
H1.HeaderClassName
{
color: #339185;
}
.AnyTagClassName
{
color: #339185;
}
</style>
background-color css
<style>
a { background-color: #339185; }
a { background-color: rgb(51,145,133); }
div.DivClassName
{
background-color: #339185;
}
.BgClassName
{
background-color: #339185;
}
</style>
border-color css
<style>
span { border-color: #339185; }
span { border-color: rgb(51,145,133); }
td.TdClassName
{
border-color: #339185;
}
.TagClassName
{
border-color: #339185;
}
</style>