Shades of Gossamer #369C81
Tints of Gossamer #369C81
RGB
CMYK
RGB Variations
Color information
#369C81 (or 0x369C81) is known color: Gossamer. HEX triplet: 36, 9C and 81. RGB value is (54,156,129). Sum of RGB (Red+Green+Blue) = 54+156+129=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #369C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C81 is #C9637E. Grayscale: #7A7A7A. Windows color (decimal): -13198207 or 8494134. OLE color: 8494134.
HSL color Cylindrical-coordinate representation of color #369C81: hue angle of 164.12º degrees, saturation: 0.49, 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 #369C81 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 129 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.39 |
| HSL | 164.12º | 0.49% | 0.41% | - |
| HSV(B) | 164.12º | 0.65% | 0.61% | - |
| XYZ | 17.37 | 26.15 | 24.9 | - |
| YUV | 122.42 | 131.71 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 129 | 0.65 | 0 | 0.17 | 0.39 | 164.12 | 0.49 | 0.41 |
| Hex | 36 | 9C | 81 | 41 | 0 | 11 | 27 | A4 | 31 | 29 |
| Octal | 66 | 234 | 201 | 101 | 0 | 21 | 47 | 244 | 61 | 51 |
| Binary | 110110 | 10011100 | 10000001 | 1000001 | 0 | 10001 | 100111 | 10100100 | 110001 | 101001 |
Color Harmonies of #369C81
Complementary color
Monochromatic Colors of #369C81
Black with #369C81
Text Example
Text Example
White with #369C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C81; }
p { color: rgb(54,156,129); }
H1.HeaderClassName
{
color: #369C81;
}
.AnyTagClassName
{
color: #369C81;
}
</style>
background-color css
<style>
a { background-color: #369C81; }
a { background-color: rgb(54,156,129); }
div.DivClassName
{
background-color: #369C81;
}
.BgClassName
{
background-color: #369C81;
}
</style>
border-color css
<style>
span { border-color: #369C81; }
span { border-color: rgb(54,156,129); }
td.TdClassName
{
border-color: #369C81;
}
.TagClassName
{
border-color: #369C81;
}
</style>