Shades of Gossamer #369B8C
Tints of Gossamer #369B8C
RGB
CMYK
RGB Variations
Color information
#369B8C (or 0x369B8C) is known color: Gossamer. HEX triplet: 36, 9B and 8C. RGB value is (54,155,140). Sum of RGB (Red+Green+Blue) = 54+155+140=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #369B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B8C is #C96473. Grayscale: #7B7B7B. Windows color (decimal): -13198452 or 9214774. OLE color: 9214774.
HSL color Cylindrical-coordinate representation of color #369B8C: hue angle of 171.09º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B8C is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 140 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.39 |
| HSL | 171.09º | 0.48% | 0.41% | - |
| HSV(B) | 171.09º | 0.65% | 0.61% | - |
| XYZ | 17.98 | 26.12 | 28.91 | - |
| YUV | 123.09 | 137.54 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 140 | 0.65 | 0 | 0.10 | 0.39 | 171.09 | 0.48 | 0.41 |
| Hex | 36 | 9B | 8C | 41 | 0 | A | 27 | AB | 30 | 29 |
| Octal | 66 | 233 | 214 | 101 | 0 | 12 | 47 | 253 | 60 | 51 |
| Binary | 110110 | 10011011 | 10001100 | 1000001 | 0 | 1010 | 100111 | 10101011 | 110000 | 101001 |
Color Harmonies of #369B8C
Complementary color
Monochromatic Colors of #369B8C
Black with #369B8C
Text Example
Text Example
White with #369B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B8C; }
p { color: rgb(54,155,140); }
H1.HeaderClassName
{
color: #369B8C;
}
.AnyTagClassName
{
color: #369B8C;
}
</style>
background-color css
<style>
a { background-color: #369B8C; }
a { background-color: rgb(54,155,140); }
div.DivClassName
{
background-color: #369B8C;
}
.BgClassName
{
background-color: #369B8C;
}
</style>
border-color css
<style>
span { border-color: #369B8C; }
span { border-color: rgb(54,155,140); }
td.TdClassName
{
border-color: #369B8C;
}
.TagClassName
{
border-color: #369B8C;
}
</style>