Shades of Gossamer #369A8A
Tints of Gossamer #369A8A
RGB
CMYK
RGB Variations
Color information
#369A8A (or 0x369A8A) is known color: Gossamer. HEX triplet: 36, 9A and 8A. RGB value is (54,154,138). Sum of RGB (Red+Green+Blue) = 54+154+138=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #369A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A8A is #C96575. Grayscale: #7A7A7A. Windows color (decimal): -13198710 or 9083446. OLE color: 9083446.
HSL color Cylindrical-coordinate representation of color #369A8A: hue angle of 170.4º 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 #369A8A is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 138 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.40 |
| HSL | 170.4º | 0.48% | 0.41% | - |
| HSV(B) | 170.4º | 0.65% | 0.6% | - |
| XYZ | 17.66 | 25.73 | 28.08 | - |
| YUV | 122.28 | 136.87 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 138 | 0.65 | 0 | 0.10 | 0.40 | 170.4 | 0.48 | 0.41 |
| Hex | 36 | 9A | 8A | 41 | 0 | A | 28 | AA | 30 | 29 |
| Octal | 66 | 232 | 212 | 101 | 0 | 12 | 50 | 252 | 60 | 51 |
| Binary | 110110 | 10011010 | 10001010 | 1000001 | 0 | 1010 | 101000 | 10101010 | 110000 | 101001 |
Color Harmonies of #369A8A
Complementary color
Monochromatic Colors of #369A8A
Black with #369A8A
Text Example
Text Example
White with #369A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A8A; }
p { color: rgb(54,154,138); }
H1.HeaderClassName
{
color: #369A8A;
}
.AnyTagClassName
{
color: #369A8A;
}
</style>
background-color css
<style>
a { background-color: #369A8A; }
a { background-color: rgb(54,154,138); }
div.DivClassName
{
background-color: #369A8A;
}
.BgClassName
{
background-color: #369A8A;
}
</style>
border-color css
<style>
span { border-color: #369A8A; }
span { border-color: rgb(54,154,138); }
td.TdClassName
{
border-color: #369A8A;
}
.TagClassName
{
border-color: #369A8A;
}
</style>