Shades of Gossamer #33907B
Tints of Gossamer #33907B
RGB
CMYK
RGB Variations
Color information
#33907B (or 0x33907B) is known color: Gossamer. HEX triplet: 33, 90 and 7B. RGB value is (51,144,123). Sum of RGB (Red+Green+Blue) = 51+144+123=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #33907B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33907B is #CC6F84. Grayscale: #717171. Windows color (decimal): -13397893 or 8097843. OLE color: 8097843.
HSL color Cylindrical-coordinate representation of color #33907B: hue angle of 166.45º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33907B is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 123 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.44 |
| HSL | 166.45º | 0.48% | 0.38% | - |
| HSV(B) | 166.45º | 0.65% | 0.56% | - |
| XYZ | 14.91 | 22.08 | 22.21 | - |
| YUV | 113.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 123 | 0.65 | 0 | 0.15 | 0.44 | 166.45 | 0.48 | 0.38 |
| Hex | 33 | 90 | 7B | 41 | 0 | F | 2C | A6 | 30 | 26 |
| Octal | 63 | 220 | 173 | 101 | 0 | 17 | 54 | 246 | 60 | 46 |
| Binary | 110011 | 10010000 | 1111011 | 1000001 | 0 | 1111 | 101100 | 10100110 | 110000 | 100110 |
Color Harmonies of #33907B
Complementary color
Monochromatic Colors of #33907B
Black with #33907B
Text Example
Text Example
White with #33907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33907B; }
p { color: rgb(51,144,123); }
H1.HeaderClassName
{
color: #33907B;
}
.AnyTagClassName
{
color: #33907B;
}
</style>
background-color css
<style>
a { background-color: #33907B; }
a { background-color: rgb(51,144,123); }
div.DivClassName
{
background-color: #33907B;
}
.BgClassName
{
background-color: #33907B;
}
</style>
border-color css
<style>
span { border-color: #33907B; }
span { border-color: rgb(51,144,123); }
td.TdClassName
{
border-color: #33907B;
}
.TagClassName
{
border-color: #33907B;
}
</style>