Shades of Gossamer #369488
Tints of Gossamer #369488
RGB
CMYK
RGB Variations
Color information
#369488 (or 0x369488) is known color: Gossamer. HEX triplet: 36, 94 and 88. RGB value is (54,148,136). Sum of RGB (Red+Green+Blue) = 54+148+136=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #369488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369488 is #C96B77. Grayscale: #767676. Windows color (decimal): -13200248 or 8950838. OLE color: 8950838.
HSL color Cylindrical-coordinate representation of color #369488: hue angle of 172.34º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369488 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 148 | 136 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.42 |
| HSL | 172.34º | 0.47% | 0.4% | - |
| HSV(B) | 172.34º | 0.64% | 0.58% | - |
| XYZ | 16.56 | 23.74 | 27 | - |
| YUV | 118.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 136 | 0.64 | 0 | 0.08 | 0.42 | 172.34 | 0.47 | 0.4 |
| Hex | 36 | 94 | 88 | 40 | 0 | 8 | 2A | AC | 2F | 28 |
| Octal | 66 | 224 | 210 | 100 | 0 | 10 | 52 | 254 | 57 | 50 |
| Binary | 110110 | 10010100 | 10001000 | 1000000 | 0 | 1000 | 101010 | 10101100 | 101111 | 101000 |
Color Harmonies of #369488
Complementary color
Monochromatic Colors of #369488
Black with #369488
Text Example
Text Example
White with #369488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369488; }
p { color: rgb(54,148,136); }
H1.HeaderClassName
{
color: #369488;
}
.AnyTagClassName
{
color: #369488;
}
</style>
background-color css
<style>
a { background-color: #369488; }
a { background-color: rgb(54,148,136); }
div.DivClassName
{
background-color: #369488;
}
.BgClassName
{
background-color: #369488;
}
</style>
border-color css
<style>
span { border-color: #369488; }
span { border-color: rgb(54,148,136); }
td.TdClassName
{
border-color: #369488;
}
.TagClassName
{
border-color: #369488;
}
</style>