Shades of Gossamer #369E7B
Tints of Gossamer #369E7B
RGB
CMYK
RGB Variations
Color information
#369E7B (or 0x369E7B) is known color: Gossamer. HEX triplet: 36, 9E and 7B. RGB value is (54,158,123). Sum of RGB (Red+Green+Blue) = 54+158+123=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #369E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E7B is #C96184. Grayscale: #7A7A7A. Windows color (decimal): -13197701 or 8101430. OLE color: 8101430.
HSL color Cylindrical-coordinate representation of color #369E7B: hue angle of 159.81º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E7B is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 123 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.38 |
| HSL | 159.81º | 0.49% | 0.42% | - |
| HSV(B) | 159.81º | 0.66% | 0.62% | - |
| XYZ | 17.32 | 26.67 | 22.97 | - |
| YUV | 122.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 123 | 0.66 | 0 | 0.22 | 0.38 | 159.81 | 0.49 | 0.42 |
| Hex | 36 | 9E | 7B | 42 | 0 | 16 | 26 | A0 | 31 | 2A |
| Octal | 66 | 236 | 173 | 102 | 0 | 26 | 46 | 240 | 61 | 52 |
| Binary | 110110 | 10011110 | 1111011 | 1000010 | 0 | 10110 | 100110 | 10100000 | 110001 | 101010 |
Color Harmonies of #369E7B
Complementary color
Monochromatic Colors of #369E7B
Black with #369E7B
Text Example
Text Example
White with #369E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E7B; }
p { color: rgb(54,158,123); }
H1.HeaderClassName
{
color: #369E7B;
}
.AnyTagClassName
{
color: #369E7B;
}
</style>
background-color css
<style>
a { background-color: #369E7B; }
a { background-color: rgb(54,158,123); }
div.DivClassName
{
background-color: #369E7B;
}
.BgClassName
{
background-color: #369E7B;
}
</style>
border-color css
<style>
span { border-color: #369E7B; }
span { border-color: rgb(54,158,123); }
td.TdClassName
{
border-color: #369E7B;
}
.TagClassName
{
border-color: #369E7B;
}
</style>