Shades of Gossamer #34947C
Tints of Gossamer #34947C
RGB
CMYK
RGB Variations
Color information
#34947C (or 0x34947C) is known color: Gossamer. HEX triplet: 34, 94 and 7C. RGB value is (52,148,124). Sum of RGB (Red+Green+Blue) = 52+148+124=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #34947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34947C is #CB6B83. Grayscale: #747474. Windows color (decimal): -13331332 or 8164404. OLE color: 8164404.
HSL color Cylindrical-coordinate representation of color #34947C: hue angle of 165º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34947C is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 148 | 124 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.42 |
| HSL | 165º | 0.48% | 0.39% | - |
| HSV(B) | 165º | 0.65% | 0.58% | - |
| XYZ | 15.64 | 23.37 | 22.75 | - |
| YUV | 116.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 124 | 0.65 | 0 | 0.16 | 0.42 | 165 | 0.48 | 0.39 |
| Hex | 34 | 94 | 7C | 41 | 0 | 10 | 2A | A5 | 30 | 27 |
| Octal | 64 | 224 | 174 | 101 | 0 | 20 | 52 | 245 | 60 | 47 |
| Binary | 110100 | 10010100 | 1111100 | 1000001 | 0 | 10000 | 101010 | 10100101 | 110000 | 100111 |
Color Harmonies of #34947C
Complementary color
Monochromatic Colors of #34947C
Black with #34947C
Text Example
Text Example
White with #34947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34947C; }
p { color: rgb(52,148,124); }
H1.HeaderClassName
{
color: #34947C;
}
.AnyTagClassName
{
color: #34947C;
}
</style>
background-color css
<style>
a { background-color: #34947C; }
a { background-color: rgb(52,148,124); }
div.DivClassName
{
background-color: #34947C;
}
.BgClassName
{
background-color: #34947C;
}
</style>
border-color css
<style>
span { border-color: #34947C; }
span { border-color: rgb(52,148,124); }
td.TdClassName
{
border-color: #34947C;
}
.TagClassName
{
border-color: #34947C;
}
</style>