Shades of Gossamer #34907C
Tints of Gossamer #34907C
RGB
CMYK
RGB Variations
Color information
#34907C (or 0x34907C) is known color: Gossamer. HEX triplet: 34, 90 and 7C. RGB value is (52,144,124). Sum of RGB (Red+Green+Blue) = 52+144+124=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #34907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34907C is #CB6F83. Grayscale: #727272. Windows color (decimal): -13332356 or 8163380. OLE color: 8163380.
HSL color Cylindrical-coordinate representation of color #34907C: hue angle of 166.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34907C is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 124 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.44 |
| HSL | 166.96º | 0.47% | 0.38% | - |
| HSV(B) | 166.96º | 0.64% | 0.56% | - |
| XYZ | 15.03 | 22.13 | 22.55 | - |
| YUV | 114.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 124 | 0.64 | 0 | 0.14 | 0.44 | 166.96 | 0.47 | 0.38 |
| Hex | 34 | 90 | 7C | 40 | 0 | E | 2C | A7 | 2F | 26 |
| Octal | 64 | 220 | 174 | 100 | 0 | 16 | 54 | 247 | 57 | 46 |
| Binary | 110100 | 10010000 | 1111100 | 1000000 | 0 | 1110 | 101100 | 10100111 | 101111 | 100110 |
Color Harmonies of #34907C
Complementary color
Monochromatic Colors of #34907C
Black with #34907C
Text Example
Text Example
White with #34907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34907C; }
p { color: rgb(52,144,124); }
H1.HeaderClassName
{
color: #34907C;
}
.AnyTagClassName
{
color: #34907C;
}
</style>
background-color css
<style>
a { background-color: #34907C; }
a { background-color: rgb(52,144,124); }
div.DivClassName
{
background-color: #34907C;
}
.BgClassName
{
background-color: #34907C;
}
</style>
border-color css
<style>
span { border-color: #34907C; }
span { border-color: rgb(52,144,124); }
td.TdClassName
{
border-color: #34907C;
}
.TagClassName
{
border-color: #34907C;
}
</style>