Shades of Niagara #299986
Tints of Niagara #299986
RGB
CMYK
RGB Variations
Color information
#299986 (or 0x299986) is known color: Niagara. HEX triplet: 29, 99 and 86. RGB value is (41,153,134). Sum of RGB (Red+Green+Blue) = 41+153+134=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #299986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299986 is #D66679. Grayscale: #757575. Windows color (decimal): -14050938 or 8821033. OLE color: 8821033.
HSL color Cylindrical-coordinate representation of color #299986: hue angle of 169.82º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299986 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 153 | 134 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.4 |
| HSL | 169.82º | 0.58% | 0.38% | - |
| HSV(B) | 169.82º | 0.73% | 0.6% | - |
| XYZ | 16.61 | 24.98 | 26.5 | - |
| YUV | 117.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 134 | 0.73 | 0 | 0.12 | 0.4 | 169.82 | 0.58 | 0.38 |
| Hex | 29 | 99 | 86 | 49 | 0 | C | 28 | AA | 3A | 26 |
| Octal | 51 | 231 | 206 | 111 | 0 | 14 | 50 | 252 | 72 | 46 |
| Binary | 101001 | 10011001 | 10000110 | 1001001 | 0 | 1100 | 101000 | 10101010 | 111010 | 100110 |
Color Harmonies of #299986
Complementary color
Monochromatic Colors of #299986
Black with #299986
Text Example
Text Example
White with #299986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299986; }
p { color: rgb(41,153,134); }
H1.HeaderClassName
{
color: #299986;
}
.AnyTagClassName
{
color: #299986;
}
</style>
background-color css
<style>
a { background-color: #299986; }
a { background-color: rgb(41,153,134); }
div.DivClassName
{
background-color: #299986;
}
.BgClassName
{
background-color: #299986;
}
</style>
border-color css
<style>
span { border-color: #299986; }
span { border-color: rgb(41,153,134); }
td.TdClassName
{
border-color: #299986;
}
.TagClassName
{
border-color: #299986;
}
</style>