Shades of Gossamer #38947B
Tints of Gossamer #38947B
RGB
CMYK
RGB Variations
Color information
#38947B (or 0x38947B) is known color: Gossamer. HEX triplet: 38, 94 and 7B. RGB value is (56,148,123). Sum of RGB (Red+Green+Blue) = 56+148+123=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #38947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38947B is #C76B84. Grayscale: #757575. Windows color (decimal): -13069189 or 8098872. OLE color: 8098872.
HSL color Cylindrical-coordinate representation of color #38947B: hue angle of 163.7º 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 #38947B is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 148 | 123 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.42 |
| HSL | 163.7º | 0.45% | 0.4% | - |
| HSV(B) | 163.7º | 0.62% | 0.58% | - |
| XYZ | 15.8 | 23.45 | 22.43 | - |
| YUV | 117.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 148 | 123 | 0.62 | 0 | 0.17 | 0.42 | 163.7 | 0.45 | 0.4 |
| Hex | 38 | 94 | 7B | 3E | 0 | 11 | 2A | A4 | 2D | 28 |
| Octal | 70 | 224 | 173 | 76 | 0 | 21 | 52 | 244 | 55 | 50 |
| Binary | 111000 | 10010100 | 1111011 | 111110 | 0 | 10001 | 101010 | 10100100 | 101101 | 101000 |
Color Harmonies of #38947B
Complementary color
Monochromatic Colors of #38947B
Black with #38947B
Text Example
Text Example
White with #38947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38947B; }
p { color: rgb(56,148,123); }
H1.HeaderClassName
{
color: #38947B;
}
.AnyTagClassName
{
color: #38947B;
}
</style>
background-color css
<style>
a { background-color: #38947B; }
a { background-color: rgb(56,148,123); }
div.DivClassName
{
background-color: #38947B;
}
.BgClassName
{
background-color: #38947B;
}
</style>
border-color css
<style>
span { border-color: #38947B; }
span { border-color: rgb(56,148,123); }
td.TdClassName
{
border-color: #38947B;
}
.TagClassName
{
border-color: #38947B;
}
</style>