Shades of Gossamer #34988C
Tints of Gossamer #34988C
RGB
CMYK
RGB Variations
Color information
#34988C (or 0x34988C) is known color: Gossamer. HEX triplet: 34, 98 and 8C. RGB value is (52,152,140). Sum of RGB (Red+Green+Blue) = 52+152+140=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #34988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34988C is #CB6773. Grayscale: #787878. Windows color (decimal): -13330292 or 9214004. OLE color: 9214004.
HSL color Cylindrical-coordinate representation of color #34988C: hue angle of 172.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34988C is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 140 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.40 |
| HSL | 172.8º | 0.49% | 0.4% | - |
| HSV(B) | 172.8º | 0.66% | 0.6% | - |
| XYZ | 17.38 | 25.08 | 28.74 | - |
| YUV | 120.73 | 138.87 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 140 | 0.66 | 0 | 0.08 | 0.40 | 172.8 | 0.49 | 0.4 |
| Hex | 34 | 98 | 8C | 42 | 0 | 8 | 28 | AD | 31 | 28 |
| Octal | 64 | 230 | 214 | 102 | 0 | 10 | 50 | 255 | 61 | 50 |
| Binary | 110100 | 10011000 | 10001100 | 1000010 | 0 | 1000 | 101000 | 10101101 | 110001 | 101000 |
Color Harmonies of #34988C
Complementary color
Monochromatic Colors of #34988C
Black with #34988C
Text Example
Text Example
White with #34988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34988C; }
p { color: rgb(52,152,140); }
H1.HeaderClassName
{
color: #34988C;
}
.AnyTagClassName
{
color: #34988C;
}
</style>
background-color css
<style>
a { background-color: #34988C; }
a { background-color: rgb(52,152,140); }
div.DivClassName
{
background-color: #34988C;
}
.BgClassName
{
background-color: #34988C;
}
</style>
border-color css
<style>
span { border-color: #34988C; }
span { border-color: rgb(52,152,140); }
td.TdClassName
{
border-color: #34988C;
}
.TagClassName
{
border-color: #34988C;
}
</style>