Shades of Gossamer #389884
Tints of Gossamer #389884
RGB
CMYK
RGB Variations
Color information
#389884 (or 0x389884) is known color: Gossamer. HEX triplet: 38, 98 and 84. RGB value is (56,152,132). Sum of RGB (Red+Green+Blue) = 56+152+132=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #389884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389884 is #C7677B. Grayscale: #787878. Windows color (decimal): -13068156 or 8689720. OLE color: 8689720.
HSL color Cylindrical-coordinate representation of color #389884: hue angle of 167.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389884 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 132 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.40 |
| HSL | 167.5º | 0.46% | 0.41% | - |
| HSV(B) | 167.5º | 0.63% | 0.6% | - |
| XYZ | 17.02 | 24.96 | 25.75 | - |
| YUV | 121.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 132 | 0.63 | 0 | 0.13 | 0.40 | 167.5 | 0.46 | 0.41 |
| Hex | 38 | 98 | 84 | 3F | 0 | D | 28 | A8 | 2E | 29 |
| Octal | 70 | 230 | 204 | 77 | 0 | 15 | 50 | 250 | 56 | 51 |
| Binary | 111000 | 10011000 | 10000100 | 111111 | 0 | 1101 | 101000 | 10101000 | 101110 | 101001 |
Color Harmonies of #389884
Complementary color
Monochromatic Colors of #389884
Black with #389884
Text Example
Text Example
White with #389884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389884; }
p { color: rgb(56,152,132); }
H1.HeaderClassName
{
color: #389884;
}
.AnyTagClassName
{
color: #389884;
}
</style>
background-color css
<style>
a { background-color: #389884; }
a { background-color: rgb(56,152,132); }
div.DivClassName
{
background-color: #389884;
}
.BgClassName
{
background-color: #389884;
}
</style>
border-color css
<style>
span { border-color: #389884; }
span { border-color: rgb(56,152,132); }
td.TdClassName
{
border-color: #389884;
}
.TagClassName
{
border-color: #389884;
}
</style>