Shades of Gossamer #389C84
Tints of Gossamer #389C84
RGB
CMYK
RGB Variations
Color information
#389C84 (or 0x389C84) is known color: Gossamer. HEX triplet: 38, 9C and 84. RGB value is (56,156,132). Sum of RGB (Red+Green+Blue) = 56+156+132=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #389C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389C84 is #C7637B. Grayscale: #7B7B7B. Windows color (decimal): -13067132 or 8690744. OLE color: 8690744.
HSL color Cylindrical-coordinate representation of color #389C84: hue angle of 165.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C84 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 132 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.39 |
| HSL | 165.6º | 0.47% | 0.42% | - |
| HSV(B) | 165.6º | 0.64% | 0.61% | - |
| XYZ | 17.68 | 26.28 | 25.97 | - |
| YUV | 123.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 132 | 0.64 | 0 | 0.15 | 0.39 | 165.6 | 0.47 | 0.42 |
| Hex | 38 | 9C | 84 | 40 | 0 | F | 27 | A6 | 2F | 2A |
| Octal | 70 | 234 | 204 | 100 | 0 | 17 | 47 | 246 | 57 | 52 |
| Binary | 111000 | 10011100 | 10000100 | 1000000 | 0 | 1111 | 100111 | 10100110 | 101111 | 101010 |
Color Harmonies of #389C84
Complementary color
Monochromatic Colors of #389C84
Black with #389C84
Text Example
Text Example
White with #389C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C84; }
p { color: rgb(56,156,132); }
H1.HeaderClassName
{
color: #389C84;
}
.AnyTagClassName
{
color: #389C84;
}
</style>
background-color css
<style>
a { background-color: #389C84; }
a { background-color: rgb(56,156,132); }
div.DivClassName
{
background-color: #389C84;
}
.BgClassName
{
background-color: #389C84;
}
</style>
border-color css
<style>
span { border-color: #389C84; }
span { border-color: rgb(56,156,132); }
td.TdClassName
{
border-color: #389C84;
}
.TagClassName
{
border-color: #389C84;
}
</style>