Shades of Gossamer #338F78
Tints of Gossamer #338F78
RGB
CMYK
RGB Variations
Color information
#338F78 (or 0x338F78) is known color: Gossamer. HEX triplet: 33, 8F and 78. RGB value is (51,143,120). Sum of RGB (Red+Green+Blue) = 51+143+120=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #338F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338F78 is #CC7087. Grayscale: #707070. Windows color (decimal): -13398152 or 7900979. OLE color: 7900979.
HSL color Cylindrical-coordinate representation of color #338F78: hue angle of 165º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338F78 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 143 | 120 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.44 |
| HSL | 165º | 0.47% | 0.38% | - |
| HSV(B) | 165º | 0.64% | 0.56% | - |
| XYZ | 14.58 | 21.7 | 21.19 | - |
| YUV | 112.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 120 | 0.64 | 0 | 0.16 | 0.44 | 165 | 0.47 | 0.38 |
| Hex | 33 | 8F | 78 | 40 | 0 | 10 | 2C | A5 | 2F | 26 |
| Octal | 63 | 217 | 170 | 100 | 0 | 20 | 54 | 245 | 57 | 46 |
| Binary | 110011 | 10001111 | 1111000 | 1000000 | 0 | 10000 | 101100 | 10100101 | 101111 | 100110 |
Color Harmonies of #338F78
Complementary color
Monochromatic Colors of #338F78
Black with #338F78
Text Example
Text Example
White with #338F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338F78; }
p { color: rgb(51,143,120); }
H1.HeaderClassName
{
color: #338F78;
}
.AnyTagClassName
{
color: #338F78;
}
</style>
background-color css
<style>
a { background-color: #338F78; }
a { background-color: rgb(51,143,120); }
div.DivClassName
{
background-color: #338F78;
}
.BgClassName
{
background-color: #338F78;
}
</style>
border-color css
<style>
span { border-color: #338F78; }
span { border-color: rgb(51,143,120); }
td.TdClassName
{
border-color: #338F78;
}
.TagClassName
{
border-color: #338F78;
}
</style>