Shades of Gossamer #369C7E
Tints of Gossamer #369C7E
RGB
CMYK
RGB Variations
Color information
#369C7E (or 0x369C7E) is known color: Gossamer. HEX triplet: 36, 9C and 7E. RGB value is (54,156,126). Sum of RGB (Red+Green+Blue) = 54+156+126=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #369C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C7E is #C96381. Grayscale: #7A7A7A. Windows color (decimal): -13198210 or 8297526. OLE color: 8297526.
HSL color Cylindrical-coordinate representation of color #369C7E: hue angle of 162.35º 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 #369C7E is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 126 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.39 |
| HSL | 162.35º | 0.49% | 0.41% | - |
| HSV(B) | 162.35º | 0.65% | 0.61% | - |
| XYZ | 17.18 | 26.07 | 23.86 | - |
| YUV | 122.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 126 | 0.65 | 0 | 0.19 | 0.39 | 162.35 | 0.49 | 0.41 |
| Hex | 36 | 9C | 7E | 41 | 0 | 13 | 27 | A2 | 31 | 29 |
| Octal | 66 | 234 | 176 | 101 | 0 | 23 | 47 | 242 | 61 | 51 |
| Binary | 110110 | 10011100 | 1111110 | 1000001 | 0 | 10011 | 100111 | 10100010 | 110001 | 101001 |
Color Harmonies of #369C7E
Complementary color
Monochromatic Colors of #369C7E
Black with #369C7E
Text Example
Text Example
White with #369C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C7E; }
p { color: rgb(54,156,126); }
H1.HeaderClassName
{
color: #369C7E;
}
.AnyTagClassName
{
color: #369C7E;
}
</style>
background-color css
<style>
a { background-color: #369C7E; }
a { background-color: rgb(54,156,126); }
div.DivClassName
{
background-color: #369C7E;
}
.BgClassName
{
background-color: #369C7E;
}
</style>
border-color css
<style>
span { border-color: #369C7E; }
span { border-color: rgb(54,156,126); }
td.TdClassName
{
border-color: #369C7E;
}
.TagClassName
{
border-color: #369C7E;
}
</style>