Shades of Gossamer #389A7D
Tints of Gossamer #389A7D
RGB
CMYK
RGB Variations
Color information
#389A7D (or 0x389A7D) is known color: Gossamer. HEX triplet: 38, 9A and 7D. RGB value is (56,154,125). Sum of RGB (Red+Green+Blue) = 56+154+125=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #389A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389A7D is #C76582. Grayscale: #797979. Windows color (decimal): -13067651 or 8231480. OLE color: 8231480.
HSL color Cylindrical-coordinate representation of color #389A7D: hue angle of 162.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389A7D is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 154 | 125 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.40 |
| HSL | 162.24º | 0.47% | 0.41% | - |
| HSV(B) | 162.24º | 0.64% | 0.6% | - |
| XYZ | 16.89 | 25.43 | 23.42 | - |
| YUV | 121.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 125 | 0.64 | 0 | 0.19 | 0.40 | 162.24 | 0.47 | 0.41 |
| Hex | 38 | 9A | 7D | 40 | 0 | 13 | 28 | A2 | 2F | 29 |
| Octal | 70 | 232 | 175 | 100 | 0 | 23 | 50 | 242 | 57 | 51 |
| Binary | 111000 | 10011010 | 1111101 | 1000000 | 0 | 10011 | 101000 | 10100010 | 101111 | 101001 |
Color Harmonies of #389A7D
Complementary color
Monochromatic Colors of #389A7D
Black with #389A7D
Text Example
Text Example
White with #389A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389A7D; }
p { color: rgb(56,154,125); }
H1.HeaderClassName
{
color: #389A7D;
}
.AnyTagClassName
{
color: #389A7D;
}
</style>
background-color css
<style>
a { background-color: #389A7D; }
a { background-color: rgb(56,154,125); }
div.DivClassName
{
background-color: #389A7D;
}
.BgClassName
{
background-color: #389A7D;
}
</style>
border-color css
<style>
span { border-color: #389A7D; }
span { border-color: rgb(56,154,125); }
td.TdClassName
{
border-color: #389A7D;
}
.TagClassName
{
border-color: #389A7D;
}
</style>