Shades of Gossamer #309285
Tints of Gossamer #309285
RGB
CMYK
RGB Variations
Color information
#309285 (or 0x309285) is known color: Gossamer. HEX triplet: 30, 92 and 85. RGB value is (48,146,133). Sum of RGB (Red+Green+Blue) = 48+146+133=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #309285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309285 is #CF6D7A. Grayscale: #737373. Windows color (decimal): -13593979 or 8753712. OLE color: 8753712.
HSL color Cylindrical-coordinate representation of color #309285: hue angle of 172.04º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309285 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 133 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.43 |
| HSL | 172.04º | 0.51% | 0.38% | - |
| HSV(B) | 172.04º | 0.67% | 0.57% | - |
| XYZ | 15.73 | 22.88 | 25.78 | - |
| YUV | 115.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 133 | 0.67 | 0 | 0.09 | 0.43 | 172.04 | 0.51 | 0.38 |
| Hex | 30 | 92 | 85 | 43 | 0 | 9 | 2B | AC | 33 | 26 |
| Octal | 60 | 222 | 205 | 103 | 0 | 11 | 53 | 254 | 63 | 46 |
| Binary | 110000 | 10010010 | 10000101 | 1000011 | 0 | 1001 | 101011 | 10101100 | 110011 | 100110 |
Color Harmonies of #309285
Complementary color
Monochromatic Colors of #309285
Black with #309285
Text Example
Text Example
White with #309285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309285; }
p { color: rgb(48,146,133); }
H1.HeaderClassName
{
color: #309285;
}
.AnyTagClassName
{
color: #309285;
}
</style>
background-color css
<style>
a { background-color: #309285; }
a { background-color: rgb(48,146,133); }
div.DivClassName
{
background-color: #309285;
}
.BgClassName
{
background-color: #309285;
}
</style>
border-color css
<style>
span { border-color: #309285; }
span { border-color: rgb(48,146,133); }
td.TdClassName
{
border-color: #309285;
}
.TagClassName
{
border-color: #309285;
}
</style>