Shades of Gossamer #339381
Tints of Gossamer #339381
RGB
CMYK
RGB Variations
Color information
#339381 (or 0x339381) is known color: Gossamer. HEX triplet: 33, 93 and 81. RGB value is (51,147,129). Sum of RGB (Red+Green+Blue) = 51+147+129=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #339381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339381 is #CC6C7E. Grayscale: #747474. Windows color (decimal): -13397119 or 8491827. OLE color: 8491827.
HSL color Cylindrical-coordinate representation of color #339381: hue angle of 168.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339381 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 147 | 129 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.42 |
| HSL | 168.75º | 0.48% | 0.39% | - |
| HSV(B) | 168.75º | 0.65% | 0.58% | - |
| XYZ | 15.76 | 23.16 | 24.41 | - |
| YUV | 116.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 147 | 129 | 0.65 | 0 | 0.12 | 0.42 | 168.75 | 0.48 | 0.39 |
| Hex | 33 | 93 | 81 | 41 | 0 | C | 2A | A9 | 30 | 27 |
| Octal | 63 | 223 | 201 | 101 | 0 | 14 | 52 | 251 | 60 | 47 |
| Binary | 110011 | 10010011 | 10000001 | 1000001 | 0 | 1100 | 101010 | 10101001 | 110000 | 100111 |
Color Harmonies of #339381
Complementary color
Monochromatic Colors of #339381
Black with #339381
Text Example
Text Example
White with #339381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339381; }
p { color: rgb(51,147,129); }
H1.HeaderClassName
{
color: #339381;
}
.AnyTagClassName
{
color: #339381;
}
</style>
background-color css
<style>
a { background-color: #339381; }
a { background-color: rgb(51,147,129); }
div.DivClassName
{
background-color: #339381;
}
.BgClassName
{
background-color: #339381;
}
</style>
border-color css
<style>
span { border-color: #339381; }
span { border-color: rgb(51,147,129); }
td.TdClassName
{
border-color: #339381;
}
.TagClassName
{
border-color: #339381;
}
</style>