Shades of Niagara #289B84
Tints of Niagara #289B84
RGB
CMYK
RGB Variations
Color information
#289B84 (or 0x289B84) is known color: Niagara. HEX triplet: 28, 9B and 84. RGB value is (40,155,132). Sum of RGB (Red+Green+Blue) = 40+155+132=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #289B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B84 is #D7647B. Grayscale: #757575. Windows color (decimal): -14115964 or 8690472. OLE color: 8690472.
HSL color Cylindrical-coordinate representation of color #289B84: hue angle of 168º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B84 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 132 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.39 |
| HSL | 168º | 0.59% | 0.38% | - |
| HSV(B) | 168º | 0.74% | 0.61% | - |
| XYZ | 16.76 | 25.56 | 25.88 | - |
| YUV | 117.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 132 | 0.74 | 0 | 0.15 | 0.39 | 168 | 0.59 | 0.38 |
| Hex | 28 | 9B | 84 | 4A | 0 | F | 27 | A8 | 3B | 26 |
| Octal | 50 | 233 | 204 | 112 | 0 | 17 | 47 | 250 | 73 | 46 |
| Binary | 101000 | 10011011 | 10000100 | 1001010 | 0 | 1111 | 100111 | 10101000 | 111011 | 100110 |
Color Harmonies of #289B84
Complementary color
Monochromatic Colors of #289B84
Black with #289B84
Text Example
Text Example
White with #289B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B84; }
p { color: rgb(40,155,132); }
H1.HeaderClassName
{
color: #289B84;
}
.AnyTagClassName
{
color: #289B84;
}
</style>
background-color css
<style>
a { background-color: #289B84; }
a { background-color: rgb(40,155,132); }
div.DivClassName
{
background-color: #289B84;
}
.BgClassName
{
background-color: #289B84;
}
</style>
border-color css
<style>
span { border-color: #289B84; }
span { border-color: rgb(40,155,132); }
td.TdClassName
{
border-color: #289B84;
}
.TagClassName
{
border-color: #289B84;
}
</style>