Shades of Gossamer #3B9B83
Tints of Gossamer #3B9B83
RGB
CMYK
RGB Variations
Color information
#3B9B83 (or 0x3B9B83) is known color: Gossamer. HEX triplet: 3B, 9B and 83. RGB value is (59,155,131). Sum of RGB (Red+Green+Blue) = 59+155+131=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9B83 is #C4647C. Grayscale: #7B7B7B. Windows color (decimal): -12870781 or 8624955. OLE color: 8624955.
HSL color Cylindrical-coordinate representation of color #3B9B83: hue angle of 165º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9B83 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 131 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.39 |
| HSL | 165º | 0.45% | 0.42% | - |
| HSV(B) | 165º | 0.62% | 0.61% | - |
| XYZ | 17.62 | 26.01 | 25.56 | - |
| YUV | 123.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 131 | 0.62 | 0 | 0.15 | 0.39 | 165 | 0.45 | 0.42 |
| Hex | 3B | 9B | 83 | 3E | 0 | F | 27 | A5 | 2D | 2A |
| Octal | 73 | 233 | 203 | 76 | 0 | 17 | 47 | 245 | 55 | 52 |
| Binary | 111011 | 10011011 | 10000011 | 111110 | 0 | 1111 | 100111 | 10100101 | 101101 | 101010 |
Color Harmonies of #3B9B83
Complementary color
Monochromatic Colors of #3B9B83
Black with #3B9B83
Text Example
Text Example
White with #3B9B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B83; }
p { color: rgb(59,155,131); }
H1.HeaderClassName
{
color: #3B9B83;
}
.AnyTagClassName
{
color: #3B9B83;
}
</style>
background-color css
<style>
a { background-color: #3B9B83; }
a { background-color: rgb(59,155,131); }
div.DivClassName
{
background-color: #3B9B83;
}
.BgClassName
{
background-color: #3B9B83;
}
</style>
border-color css
<style>
span { border-color: #3B9B83; }
span { border-color: rgb(59,155,131); }
td.TdClassName
{
border-color: #3B9B83;
}
.TagClassName
{
border-color: #3B9B83;
}
</style>