Shades of Gossamer #34998B
Tints of Gossamer #34998B
RGB
CMYK
RGB Variations
Color information
#34998B (or 0x34998B) is known color: Gossamer. HEX triplet: 34, 99 and 8B. RGB value is (52,153,139). Sum of RGB (Red+Green+Blue) = 52+153+139=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #34998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34998B is #CB6674. Grayscale: #797979. Windows color (decimal): -13330037 or 9148724. OLE color: 9148724.
HSL color Cylindrical-coordinate representation of color #34998B: hue angle of 171.68º 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 #34998B is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 139 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.4 |
| HSL | 171.68º | 0.49% | 0.4% | - |
| HSV(B) | 171.68º | 0.66% | 0.6% | - |
| XYZ | 17.47 | 25.38 | 28.4 | - |
| YUV | 121.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 139 | 0.66 | 0 | 0.09 | 0.4 | 171.68 | 0.49 | 0.4 |
| Hex | 34 | 99 | 8B | 42 | 0 | 9 | 28 | AC | 31 | 28 |
| Octal | 64 | 231 | 213 | 102 | 0 | 11 | 50 | 254 | 61 | 50 |
| Binary | 110100 | 10011001 | 10001011 | 1000010 | 0 | 1001 | 101000 | 10101100 | 110001 | 101000 |
Color Harmonies of #34998B
Complementary color
Monochromatic Colors of #34998B
Black with #34998B
Text Example
Text Example
White with #34998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34998B; }
p { color: rgb(52,153,139); }
H1.HeaderClassName
{
color: #34998B;
}
.AnyTagClassName
{
color: #34998B;
}
</style>
background-color css
<style>
a { background-color: #34998B; }
a { background-color: rgb(52,153,139); }
div.DivClassName
{
background-color: #34998B;
}
.BgClassName
{
background-color: #34998B;
}
</style>
border-color css
<style>
span { border-color: #34998B; }
span { border-color: rgb(52,153,139); }
td.TdClassName
{
border-color: #34998B;
}
.TagClassName
{
border-color: #34998B;
}
</style>