Shades of Gossamer #33968B
Tints of Gossamer #33968B
RGB
CMYK
RGB Variations
Color information
#33968B (or 0x33968B) is known color: Gossamer. HEX triplet: 33, 96 and 8B. RGB value is (51,150,139). Sum of RGB (Red+Green+Blue) = 51+150+139=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #33968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33968B is #CC6974. Grayscale: #777777. Windows color (decimal): -13396341 or 9147955. OLE color: 9147955.
HSL color Cylindrical-coordinate representation of color #33968B: hue angle of 173.33º 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 #33968B is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 139 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.41 |
| HSL | 173.33º | 0.49% | 0.39% | - |
| HSV(B) | 173.33º | 0.66% | 0.59% | - |
| XYZ | 16.93 | 24.38 | 28.24 | - |
| YUV | 119.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 139 | 0.66 | 0 | 0.07 | 0.41 | 173.33 | 0.49 | 0.39 |
| Hex | 33 | 96 | 8B | 42 | 0 | 7 | 29 | AD | 31 | 27 |
| Octal | 63 | 226 | 213 | 102 | 0 | 7 | 51 | 255 | 61 | 47 |
| Binary | 110011 | 10010110 | 10001011 | 1000010 | 0 | 111 | 101001 | 10101101 | 110001 | 100111 |
Color Harmonies of #33968B
Complementary color
Monochromatic Colors of #33968B
Black with #33968B
Text Example
Text Example
White with #33968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33968B; }
p { color: rgb(51,150,139); }
H1.HeaderClassName
{
color: #33968B;
}
.AnyTagClassName
{
color: #33968B;
}
</style>
background-color css
<style>
a { background-color: #33968B; }
a { background-color: rgb(51,150,139); }
div.DivClassName
{
background-color: #33968B;
}
.BgClassName
{
background-color: #33968B;
}
</style>
border-color css
<style>
span { border-color: #33968B; }
span { border-color: rgb(51,150,139); }
td.TdClassName
{
border-color: #33968B;
}
.TagClassName
{
border-color: #33968B;
}
</style>