Shades of Gossamer #34987F
Tints of Gossamer #34987F
RGB
CMYK
RGB Variations
Color information
#34987F (or 0x34987F) is known color: Gossamer. HEX triplet: 34, 98 and 7F. RGB value is (52,152,127). Sum of RGB (Red+Green+Blue) = 52+152+127=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #34987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34987F is #CB6780. Grayscale: #777777. Windows color (decimal): -13330305 or 8362036. OLE color: 8362036.
HSL color Cylindrical-coordinate representation of color #34987F: hue angle of 165º 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 #34987F is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 127 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.40 |
| HSL | 165º | 0.49% | 0.4% | - |
| HSV(B) | 165º | 0.66% | 0.6% | - |
| XYZ | 16.48 | 24.72 | 23.98 | - |
| YUV | 119.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 127 | 0.66 | 0 | 0.16 | 0.40 | 165 | 0.49 | 0.4 |
| Hex | 34 | 98 | 7F | 42 | 0 | 10 | 28 | A5 | 31 | 28 |
| Octal | 64 | 230 | 177 | 102 | 0 | 20 | 50 | 245 | 61 | 50 |
| Binary | 110100 | 10011000 | 1111111 | 1000010 | 0 | 10000 | 101000 | 10100101 | 110001 | 101000 |
Color Harmonies of #34987F
Complementary color
Monochromatic Colors of #34987F
Black with #34987F
Text Example
Text Example
White with #34987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34987F; }
p { color: rgb(52,152,127); }
H1.HeaderClassName
{
color: #34987F;
}
.AnyTagClassName
{
color: #34987F;
}
</style>
background-color css
<style>
a { background-color: #34987F; }
a { background-color: rgb(52,152,127); }
div.DivClassName
{
background-color: #34987F;
}
.BgClassName
{
background-color: #34987F;
}
</style>
border-color css
<style>
span { border-color: #34987F; }
span { border-color: rgb(52,152,127); }
td.TdClassName
{
border-color: #34987F;
}
.TagClassName
{
border-color: #34987F;
}
</style>