Shades of Gossamer #369F93
Tints of Gossamer #369F93
RGB
CMYK
RGB Variations
Color information
#369F93 (or 0x369F93) is known color: Gossamer. HEX triplet: 36, 9F and 93. RGB value is (54,159,147). Sum of RGB (Red+Green+Blue) = 54+159+147=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #369F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369F93 is #C9606C. Grayscale: #7E7E7E. Windows color (decimal): -13197421 or 9674550. OLE color: 9674550.
HSL color Cylindrical-coordinate representation of color #369F93: hue angle of 173.14º 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 #369F93 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 147 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.38 |
| HSL | 173.14º | 0.49% | 0.42% | - |
| HSV(B) | 173.14º | 0.66% | 0.62% | - |
| XYZ | 19.19 | 27.69 | 31.94 | - |
| YUV | 126.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 147 | 0.66 | 0 | 0.08 | 0.38 | 173.14 | 0.49 | 0.42 |
| Hex | 36 | 9F | 93 | 42 | 0 | 8 | 26 | AD | 31 | 2A |
| Octal | 66 | 237 | 223 | 102 | 0 | 10 | 46 | 255 | 61 | 52 |
| Binary | 110110 | 10011111 | 10010011 | 1000010 | 0 | 1000 | 100110 | 10101101 | 110001 | 101010 |
Color Harmonies of #369F93
Complementary color
Monochromatic Colors of #369F93
Black with #369F93
Text Example
Text Example
White with #369F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F93; }
p { color: rgb(54,159,147); }
H1.HeaderClassName
{
color: #369F93;
}
.AnyTagClassName
{
color: #369F93;
}
</style>
background-color css
<style>
a { background-color: #369F93; }
a { background-color: rgb(54,159,147); }
div.DivClassName
{
background-color: #369F93;
}
.BgClassName
{
background-color: #369F93;
}
</style>
border-color css
<style>
span { border-color: #369F93; }
span { border-color: rgb(54,159,147); }
td.TdClassName
{
border-color: #369F93;
}
.TagClassName
{
border-color: #369F93;
}
</style>