Shades of Gossamer #35998F
Tints of Gossamer #35998F
RGB
CMYK
RGB Variations
Color information
#35998F (or 0x35998F) is known color: Gossamer. HEX triplet: 35, 99 and 8F. RGB value is (53,153,143). Sum of RGB (Red+Green+Blue) = 53+153+143=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #35998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35998F is #CA6670. Grayscale: #797979. Windows color (decimal): -13264497 or 9410869. OLE color: 9410869.
HSL color Cylindrical-coordinate representation of color #35998F: hue angle of 174º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35998F is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 143 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.4 |
| HSL | 174º | 0.49% | 0.4% | - |
| HSV(B) | 174º | 0.65% | 0.6% | - |
| XYZ | 17.82 | 25.52 | 29.97 | - |
| YUV | 121.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 143 | 0.65 | 0 | 0.07 | 0.4 | 174 | 0.49 | 0.4 |
| Hex | 35 | 99 | 8F | 41 | 0 | 7 | 28 | AE | 31 | 28 |
| Octal | 65 | 231 | 217 | 101 | 0 | 7 | 50 | 256 | 61 | 50 |
| Binary | 110101 | 10011001 | 10001111 | 1000001 | 0 | 111 | 101000 | 10101110 | 110001 | 101000 |
Color Harmonies of #35998F
Complementary color
Monochromatic Colors of #35998F
Black with #35998F
Text Example
Text Example
White with #35998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35998F; }
p { color: rgb(53,153,143); }
H1.HeaderClassName
{
color: #35998F;
}
.AnyTagClassName
{
color: #35998F;
}
</style>
background-color css
<style>
a { background-color: #35998F; }
a { background-color: rgb(53,153,143); }
div.DivClassName
{
background-color: #35998F;
}
.BgClassName
{
background-color: #35998F;
}
</style>
border-color css
<style>
span { border-color: #35998F; }
span { border-color: rgb(53,153,143); }
td.TdClassName
{
border-color: #35998F;
}
.TagClassName
{
border-color: #35998F;
}
</style>