Shades of Niagara #289884
Tints of Niagara #289884
RGB
CMYK
RGB Variations
Color information
#289884 (or 0x289884) is known color: Niagara. HEX triplet: 28, 98 and 84. RGB value is (40,152,132). Sum of RGB (Red+Green+Blue) = 40+152+132=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #289884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289884 is #D7677B. Grayscale: #747474. Windows color (decimal): -14116732 or 8689704. OLE color: 8689704.
HSL color Cylindrical-coordinate representation of color #289884: hue angle of 169.29º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289884 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 132 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.40 |
| HSL | 169.29º | 0.58% | 0.38% | - |
| HSV(B) | 169.29º | 0.74% | 0.6% | - |
| XYZ | 16.27 | 24.57 | 25.72 | - |
| YUV | 116.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 132 | 0.74 | 0 | 0.13 | 0.40 | 169.29 | 0.58 | 0.38 |
| Hex | 28 | 98 | 84 | 4A | 0 | D | 28 | A9 | 3A | 26 |
| Octal | 50 | 230 | 204 | 112 | 0 | 15 | 50 | 251 | 72 | 46 |
| Binary | 101000 | 10011000 | 10000100 | 1001010 | 0 | 1101 | 101000 | 10101001 | 111010 | 100110 |
Color Harmonies of #289884
Complementary color
Monochromatic Colors of #289884
Black with #289884
Text Example
Text Example
White with #289884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289884; }
p { color: rgb(40,152,132); }
H1.HeaderClassName
{
color: #289884;
}
.AnyTagClassName
{
color: #289884;
}
</style>
background-color css
<style>
a { background-color: #289884; }
a { background-color: rgb(40,152,132); }
div.DivClassName
{
background-color: #289884;
}
.BgClassName
{
background-color: #289884;
}
</style>
border-color css
<style>
span { border-color: #289884; }
span { border-color: rgb(40,152,132); }
td.TdClassName
{
border-color: #289884;
}
.TagClassName
{
border-color: #289884;
}
</style>