Shades of Gossamer #369D8E
Tints of Gossamer #369D8E
RGB
CMYK
RGB Variations
Color information
#369D8E (or 0x369D8E) is known color: Gossamer. HEX triplet: 36, 9D and 8E. RGB value is (54,157,142). Sum of RGB (Red+Green+Blue) = 54+157+142=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #369D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D8E is #C96271. Grayscale: #7C7C7C. Windows color (decimal): -13197938 or 9346358. OLE color: 9346358.
HSL color Cylindrical-coordinate representation of color #369D8E: hue angle of 171.26º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D8E is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 142 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.38 |
| HSL | 171.26º | 0.49% | 0.41% | - |
| HSV(B) | 171.26º | 0.66% | 0.62% | - |
| XYZ | 18.46 | 26.85 | 29.8 | - |
| YUV | 124.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 142 | 0.66 | 0 | 0.10 | 0.38 | 171.26 | 0.49 | 0.41 |
| Hex | 36 | 9D | 8E | 42 | 0 | A | 26 | AB | 31 | 29 |
| Octal | 66 | 235 | 216 | 102 | 0 | 12 | 46 | 253 | 61 | 51 |
| Binary | 110110 | 10011101 | 10001110 | 1000010 | 0 | 1010 | 100110 | 10101011 | 110001 | 101001 |
Color Harmonies of #369D8E
Complementary color
Monochromatic Colors of #369D8E
Black with #369D8E
Text Example
Text Example
White with #369D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D8E; }
p { color: rgb(54,157,142); }
H1.HeaderClassName
{
color: #369D8E;
}
.AnyTagClassName
{
color: #369D8E;
}
</style>
background-color css
<style>
a { background-color: #369D8E; }
a { background-color: rgb(54,157,142); }
div.DivClassName
{
background-color: #369D8E;
}
.BgClassName
{
background-color: #369D8E;
}
</style>
border-color css
<style>
span { border-color: #369D8E; }
span { border-color: rgb(54,157,142); }
td.TdClassName
{
border-color: #369D8E;
}
.TagClassName
{
border-color: #369D8E;
}
</style>