Shades of Gossamer #33958B
Tints of Gossamer #33958B
RGB
CMYK
RGB Variations
Color information
#33958B (or 0x33958B) is known color: Gossamer. HEX triplet: 33, 95 and 8B. RGB value is (51,149,139). Sum of RGB (Red+Green+Blue) = 51+149+139=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #33958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33958B is #CC6A74. Grayscale: #767676. Windows color (decimal): -13396597 or 9147699. OLE color: 9147699.
HSL color Cylindrical-coordinate representation of color #33958B: hue angle of 173.88º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33958B is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 149 | 139 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.42 |
| HSL | 173.88º | 0.49% | 0.39% | - |
| HSV(B) | 173.88º | 0.66% | 0.58% | - |
| XYZ | 16.77 | 24.06 | 28.19 | - |
| YUV | 118.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 139 | 0.66 | 0 | 0.07 | 0.42 | 173.88 | 0.49 | 0.39 |
| Hex | 33 | 95 | 8B | 42 | 0 | 7 | 2A | AE | 31 | 27 |
| Octal | 63 | 225 | 213 | 102 | 0 | 7 | 52 | 256 | 61 | 47 |
| Binary | 110011 | 10010101 | 10001011 | 1000010 | 0 | 111 | 101010 | 10101110 | 110001 | 100111 |
Color Harmonies of #33958B
Complementary color
Monochromatic Colors of #33958B
Black with #33958B
Text Example
Text Example
White with #33958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33958B; }
p { color: rgb(51,149,139); }
H1.HeaderClassName
{
color: #33958B;
}
.AnyTagClassName
{
color: #33958B;
}
</style>
background-color css
<style>
a { background-color: #33958B; }
a { background-color: rgb(51,149,139); }
div.DivClassName
{
background-color: #33958B;
}
.BgClassName
{
background-color: #33958B;
}
</style>
border-color css
<style>
span { border-color: #33958B; }
span { border-color: rgb(51,149,139); }
td.TdClassName
{
border-color: #33958B;
}
.TagClassName
{
border-color: #33958B;
}
</style>