Shades of Gossamer #389383
Tints of Gossamer #389383
RGB
CMYK
RGB Variations
Color information
#389383 (or 0x389383) is known color: Gossamer. HEX triplet: 38, 93 and 83. RGB value is (56,147,131). Sum of RGB (Red+Green+Blue) = 56+147+131=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #389383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389383 is #C76C7C. Grayscale: #757575. Windows color (decimal): -13069437 or 8622904. OLE color: 8622904.
HSL color Cylindrical-coordinate representation of color #389383: hue angle of 169.45º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389383 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 147 | 131 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.42 |
| HSL | 169.45º | 0.45% | 0.4% | - |
| HSV(B) | 169.45º | 0.62% | 0.58% | - |
| XYZ | 16.16 | 23.35 | 25.13 | - |
| YUV | 117.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 147 | 131 | 0.62 | 0 | 0.11 | 0.42 | 169.45 | 0.45 | 0.4 |
| Hex | 38 | 93 | 83 | 3E | 0 | B | 2A | A9 | 2D | 28 |
| Octal | 70 | 223 | 203 | 76 | 0 | 13 | 52 | 251 | 55 | 50 |
| Binary | 111000 | 10010011 | 10000011 | 111110 | 0 | 1011 | 101010 | 10101001 | 101101 | 101000 |
Color Harmonies of #389383
Complementary color
Monochromatic Colors of #389383
Black with #389383
Text Example
Text Example
White with #389383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389383; }
p { color: rgb(56,147,131); }
H1.HeaderClassName
{
color: #389383;
}
.AnyTagClassName
{
color: #389383;
}
</style>
background-color css
<style>
a { background-color: #389383; }
a { background-color: rgb(56,147,131); }
div.DivClassName
{
background-color: #389383;
}
.BgClassName
{
background-color: #389383;
}
</style>
border-color css
<style>
span { border-color: #389383; }
span { border-color: rgb(56,147,131); }
td.TdClassName
{
border-color: #389383;
}
.TagClassName
{
border-color: #389383;
}
</style>