Shades of Gossamer #369889
Tints of Gossamer #369889
RGB
CMYK
RGB Variations
Color information
#369889 (or 0x369889) is known color: Gossamer. HEX triplet: 36, 98 and 89. RGB value is (54,152,137). Sum of RGB (Red+Green+Blue) = 54+152+137=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #369889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369889 is #C96776. Grayscale: #787878. Windows color (decimal): -13199223 or 9017398. OLE color: 9017398.
HSL color Cylindrical-coordinate representation of color #369889: hue angle of 170.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369889 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 137 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.40 |
| HSL | 170.82º | 0.48% | 0.4% | - |
| HSV(B) | 170.82º | 0.64% | 0.6% | - |
| XYZ | 17.26 | 25.05 | 27.59 | - |
| YUV | 120.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 137 | 0.64 | 0 | 0.10 | 0.40 | 170.82 | 0.48 | 0.4 |
| Hex | 36 | 98 | 89 | 40 | 0 | A | 28 | AB | 30 | 28 |
| Octal | 66 | 230 | 211 | 100 | 0 | 12 | 50 | 253 | 60 | 50 |
| Binary | 110110 | 10011000 | 10001001 | 1000000 | 0 | 1010 | 101000 | 10101011 | 110000 | 101000 |
Color Harmonies of #369889
Complementary color
Monochromatic Colors of #369889
Black with #369889
Text Example
Text Example
White with #369889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369889; }
p { color: rgb(54,152,137); }
H1.HeaderClassName
{
color: #369889;
}
.AnyTagClassName
{
color: #369889;
}
</style>
background-color css
<style>
a { background-color: #369889; }
a { background-color: rgb(54,152,137); }
div.DivClassName
{
background-color: #369889;
}
.BgClassName
{
background-color: #369889;
}
</style>
border-color css
<style>
span { border-color: #369889; }
span { border-color: rgb(54,152,137); }
td.TdClassName
{
border-color: #369889;
}
.TagClassName
{
border-color: #369889;
}
</style>