Shades of Gossamer #369A90
Tints of Gossamer #369A90
RGB
CMYK
RGB Variations
Color information
#369A90 (or 0x369A90) is known color: Gossamer. HEX triplet: 36, 9A and 90. RGB value is (54,154,144). Sum of RGB (Red+Green+Blue) = 54+154+144=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #369A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A90 is #C9656F. Grayscale: #7A7A7A. Windows color (decimal): -13198704 or 9476662. OLE color: 9476662.
HSL color Cylindrical-coordinate representation of color #369A90: hue angle of 174º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A90 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 144 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.40 |
| HSL | 174º | 0.48% | 0.41% | - |
| HSV(B) | 174º | 0.65% | 0.6% | - |
| XYZ | 18.11 | 25.91 | 30.43 | - |
| YUV | 122.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 144 | 0.65 | 0 | 0.06 | 0.40 | 174 | 0.48 | 0.41 |
| Hex | 36 | 9A | 90 | 41 | 0 | 6 | 28 | AE | 30 | 29 |
| Octal | 66 | 232 | 220 | 101 | 0 | 6 | 50 | 256 | 60 | 51 |
| Binary | 110110 | 10011010 | 10010000 | 1000001 | 0 | 110 | 101000 | 10101110 | 110000 | 101001 |
Color Harmonies of #369A90
Complementary color
Monochromatic Colors of #369A90
Black with #369A90
Text Example
Text Example
White with #369A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A90; }
p { color: rgb(54,154,144); }
H1.HeaderClassName
{
color: #369A90;
}
.AnyTagClassName
{
color: #369A90;
}
</style>
background-color css
<style>
a { background-color: #369A90; }
a { background-color: rgb(54,154,144); }
div.DivClassName
{
background-color: #369A90;
}
.BgClassName
{
background-color: #369A90;
}
</style>
border-color css
<style>
span { border-color: #369A90; }
span { border-color: rgb(54,154,144); }
td.TdClassName
{
border-color: #369A90;
}
.TagClassName
{
border-color: #369A90;
}
</style>