Shades of Gossamer #389988
Tints of Gossamer #389988
RGB
CMYK
RGB Variations
Color information
#389988 (or 0x389988) is known color: Gossamer. HEX triplet: 38, 99 and 88. RGB value is (56,153,136). Sum of RGB (Red+Green+Blue) = 56+153+136=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #389988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389988 is #C76677. Grayscale: #7A7A7A. Windows color (decimal): -13067896 or 8952120. OLE color: 8952120.
HSL color Cylindrical-coordinate representation of color #389988: hue angle of 169.48º 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 #389988 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 136 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.4 |
| HSL | 169.48º | 0.46% | 0.41% | - |
| HSV(B) | 169.48º | 0.63% | 0.6% | - |
| XYZ | 17.47 | 25.4 | 27.27 | - |
| YUV | 122.06 | 135.86 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 136 | 0.63 | 0 | 0.11 | 0.4 | 169.48 | 0.46 | 0.41 |
| Hex | 38 | 99 | 88 | 3F | 0 | B | 28 | A9 | 2E | 29 |
| Octal | 70 | 231 | 210 | 77 | 0 | 13 | 50 | 251 | 56 | 51 |
| Binary | 111000 | 10011001 | 10001000 | 111111 | 0 | 1011 | 101000 | 10101001 | 101110 | 101001 |
Color Harmonies of #389988
Complementary color
Monochromatic Colors of #389988
Black with #389988
Text Example
Text Example
White with #389988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389988; }
p { color: rgb(56,153,136); }
H1.HeaderClassName
{
color: #389988;
}
.AnyTagClassName
{
color: #389988;
}
</style>
background-color css
<style>
a { background-color: #389988; }
a { background-color: rgb(56,153,136); }
div.DivClassName
{
background-color: #389988;
}
.BgClassName
{
background-color: #389988;
}
</style>
border-color css
<style>
span { border-color: #389988; }
span { border-color: rgb(56,153,136); }
td.TdClassName
{
border-color: #389988;
}
.TagClassName
{
border-color: #389988;
}
</style>