Shades of Gossamer #339384
Tints of Gossamer #339384
RGB
CMYK
RGB Variations
Color information
#339384 (or 0x339384) is known color: Gossamer. HEX triplet: 33, 93 and 84. RGB value is (51,147,132). Sum of RGB (Red+Green+Blue) = 51+147+132=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #339384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339384 is #CC6C7B. Grayscale: #747474. Windows color (decimal): -13397116 or 8688435. OLE color: 8688435.
HSL color Cylindrical-coordinate representation of color #339384: hue angle of 170.62º 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 #339384 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 147 | 132 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.42 |
| HSL | 170.63º | 0.48% | 0.39% | - |
| HSV(B) | 170.63º | 0.65% | 0.58% | - |
| XYZ | 15.96 | 23.24 | 25.47 | - |
| YUV | 116.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 147 | 132 | 0.65 | 0 | 0.10 | 0.42 | 170.63 | 0.48 | 0.39 |
| Hex | 33 | 93 | 84 | 41 | 0 | A | 2A | AB | 30 | 27 |
| Octal | 63 | 223 | 204 | 101 | 0 | 12 | 52 | 253 | 60 | 47 |
| Binary | 110011 | 10010011 | 10000100 | 1000001 | 0 | 1010 | 101010 | 10101011 | 110000 | 100111 |
Color Harmonies of #339384
Complementary color
Monochromatic Colors of #339384
Black with #339384
Text Example
Text Example
White with #339384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339384; }
p { color: rgb(51,147,132); }
H1.HeaderClassName
{
color: #339384;
}
.AnyTagClassName
{
color: #339384;
}
</style>
background-color css
<style>
a { background-color: #339384; }
a { background-color: rgb(51,147,132); }
div.DivClassName
{
background-color: #339384;
}
.BgClassName
{
background-color: #339384;
}
</style>
border-color css
<style>
span { border-color: #339384; }
span { border-color: rgb(51,147,132); }
td.TdClassName
{
border-color: #339384;
}
.TagClassName
{
border-color: #339384;
}
</style>