Shades of Gossamer #369D93
Tints of Gossamer #369D93
RGB
CMYK
RGB Variations
Color information
#369D93 (or 0x369D93) is known color: Gossamer. HEX triplet: 36, 9D and 93. RGB value is (54,157,147). Sum of RGB (Red+Green+Blue) = 54+157+147=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #369D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D93 is #C9626C. Grayscale: #7D7D7D. Windows color (decimal): -13197933 or 9674038. OLE color: 9674038.
HSL color Cylindrical-coordinate representation of color #369D93: hue angle of 174.17º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D93 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 147 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.38 |
| HSL | 174.17º | 0.49% | 0.41% | - |
| HSV(B) | 174.17º | 0.66% | 0.62% | - |
| XYZ | 18.84 | 27 | 31.82 | - |
| YUV | 125.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 147 | 0.66 | 0 | 0.06 | 0.38 | 174.17 | 0.49 | 0.41 |
| Hex | 36 | 9D | 93 | 42 | 0 | 6 | 26 | AE | 31 | 29 |
| Octal | 66 | 235 | 223 | 102 | 0 | 6 | 46 | 256 | 61 | 51 |
| Binary | 110110 | 10011101 | 10010011 | 1000010 | 0 | 110 | 100110 | 10101110 | 110001 | 101001 |
Color Harmonies of #369D93
Complementary color
Monochromatic Colors of #369D93
Black with #369D93
Text Example
Text Example
White with #369D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D93; }
p { color: rgb(54,157,147); }
H1.HeaderClassName
{
color: #369D93;
}
.AnyTagClassName
{
color: #369D93;
}
</style>
background-color css
<style>
a { background-color: #369D93; }
a { background-color: rgb(54,157,147); }
div.DivClassName
{
background-color: #369D93;
}
.BgClassName
{
background-color: #369D93;
}
</style>
border-color css
<style>
span { border-color: #369D93; }
span { border-color: rgb(54,157,147); }
td.TdClassName
{
border-color: #369D93;
}
.TagClassName
{
border-color: #369D93;
}
</style>