Shades of Gossamer #3B988C
Tints of Gossamer #3B988C
RGB
CMYK
RGB Variations
Color information
#3B988C (or 0x3B988C) is known color: Gossamer. HEX triplet: 3B, 98 and 8C. RGB value is (59,152,140). Sum of RGB (Red+Green+Blue) = 59+152+140=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #3B988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B988C is #C46773. Grayscale: #7A7A7A. Windows color (decimal): -12871540 or 9214011. OLE color: 9214011.
HSL color Cylindrical-coordinate representation of color #3B988C: hue angle of 172.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B988C is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 152 | 140 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.40 |
| HSL | 172.26º | 0.44% | 0.41% | - |
| HSV(B) | 172.26º | 0.61% | 0.6% | - |
| XYZ | 17.77 | 25.28 | 28.75 | - |
| YUV | 122.83 | 137.69 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 152 | 140 | 0.61 | 0 | 0.08 | 0.40 | 172.26 | 0.44 | 0.41 |
| Hex | 3B | 98 | 8C | 3D | 0 | 8 | 28 | AC | 2C | 29 |
| Octal | 73 | 230 | 214 | 75 | 0 | 10 | 50 | 254 | 54 | 51 |
| Binary | 111011 | 10011000 | 10001100 | 111101 | 0 | 1000 | 101000 | 10101100 | 101100 | 101001 |
Color Harmonies of #3B988C
Complementary color
Monochromatic Colors of #3B988C
Black with #3B988C
Text Example
Text Example
White with #3B988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B988C; }
p { color: rgb(59,152,140); }
H1.HeaderClassName
{
color: #3B988C;
}
.AnyTagClassName
{
color: #3B988C;
}
</style>
background-color css
<style>
a { background-color: #3B988C; }
a { background-color: rgb(59,152,140); }
div.DivClassName
{
background-color: #3B988C;
}
.BgClassName
{
background-color: #3B988C;
}
</style>
border-color css
<style>
span { border-color: #3B988C; }
span { border-color: rgb(59,152,140); }
td.TdClassName
{
border-color: #3B988C;
}
.TagClassName
{
border-color: #3B988C;
}
</style>