Shades of Gossamer #309985
Tints of Gossamer #309985
RGB
CMYK
RGB Variations
Color information
#309985 (or 0x309985) is known color: Gossamer. HEX triplet: 30, 99 and 85. RGB value is (48,153,133). Sum of RGB (Red+Green+Blue) = 48+153+133=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #309985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309985 is #CF667A. Grayscale: #777777. Windows color (decimal): -13592187 or 8755504. OLE color: 8755504.
HSL color Cylindrical-coordinate representation of color #309985: hue angle of 168.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309985 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 133 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.4 |
| HSL | 168.57º | 0.52% | 0.39% | - |
| HSV(B) | 168.57º | 0.69% | 0.6% | - |
| XYZ | 16.84 | 25.1 | 26.15 | - |
| YUV | 119.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 133 | 0.69 | 0 | 0.13 | 0.4 | 168.57 | 0.52 | 0.39 |
| Hex | 30 | 99 | 85 | 45 | 0 | D | 28 | A9 | 34 | 27 |
| Octal | 60 | 231 | 205 | 105 | 0 | 15 | 50 | 251 | 64 | 47 |
| Binary | 110000 | 10011001 | 10000101 | 1000101 | 0 | 1101 | 101000 | 10101001 | 110100 | 100111 |
Color Harmonies of #309985
Complementary color
Monochromatic Colors of #309985
Black with #309985
Text Example
Text Example
White with #309985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309985; }
p { color: rgb(48,153,133); }
H1.HeaderClassName
{
color: #309985;
}
.AnyTagClassName
{
color: #309985;
}
</style>
background-color css
<style>
a { background-color: #309985; }
a { background-color: rgb(48,153,133); }
div.DivClassName
{
background-color: #309985;
}
.BgClassName
{
background-color: #309985;
}
</style>
border-color css
<style>
span { border-color: #309985; }
span { border-color: rgb(48,153,133); }
td.TdClassName
{
border-color: #309985;
}
.TagClassName
{
border-color: #309985;
}
</style>