Shades of Gossamer #33968C
Tints of Gossamer #33968C
RGB
CMYK
RGB Variations
Color information
#33968C (or 0x33968C) is known color: Gossamer. HEX triplet: 33, 96 and 8C. RGB value is (51,150,140). Sum of RGB (Red+Green+Blue) = 51+150+140=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #33968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33968C is #CC6973. Grayscale: #777777. Windows color (decimal): -13396340 or 9213491. OLE color: 9213491.
HSL color Cylindrical-coordinate representation of color #33968C: hue angle of 173.94º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33968C is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 140 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.41 |
| HSL | 173.94º | 0.49% | 0.39% | - |
| HSV(B) | 173.94º | 0.66% | 0.59% | - |
| XYZ | 17.01 | 24.41 | 28.63 | - |
| YUV | 119.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 140 | 0.66 | 0 | 0.07 | 0.41 | 173.94 | 0.49 | 0.39 |
| Hex | 33 | 96 | 8C | 42 | 0 | 7 | 29 | AE | 31 | 27 |
| Octal | 63 | 226 | 214 | 102 | 0 | 7 | 51 | 256 | 61 | 47 |
| Binary | 110011 | 10010110 | 10001100 | 1000010 | 0 | 111 | 101001 | 10101110 | 110001 | 100111 |
Color Harmonies of #33968C
Complementary color
Monochromatic Colors of #33968C
Black with #33968C
Text Example
Text Example
White with #33968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33968C; }
p { color: rgb(51,150,140); }
H1.HeaderClassName
{
color: #33968C;
}
.AnyTagClassName
{
color: #33968C;
}
</style>
background-color css
<style>
a { background-color: #33968C; }
a { background-color: rgb(51,150,140); }
div.DivClassName
{
background-color: #33968C;
}
.BgClassName
{
background-color: #33968C;
}
</style>
border-color css
<style>
span { border-color: #33968C; }
span { border-color: rgb(51,150,140); }
td.TdClassName
{
border-color: #33968C;
}
.TagClassName
{
border-color: #33968C;
}
</style>