Shades of Niagara #289C87
Tints of Niagara #289C87
RGB
CMYK
RGB Variations
Color information
#289C87 (or 0x289C87) is known color: Niagara. HEX triplet: 28, 9C and 87. RGB value is (40,156,135). Sum of RGB (Red+Green+Blue) = 40+156+135=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #289C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289C87 is #D76378. Grayscale: #767676. Windows color (decimal): -14115705 or 8887336. OLE color: 8887336.
HSL color Cylindrical-coordinate representation of color #289C87: hue angle of 169.14º 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 #289C87 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 135 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.39 |
| HSL | 169.14º | 0.59% | 0.38% | - |
| HSV(B) | 169.14º | 0.74% | 0.61% | - |
| XYZ | 17.14 | 25.98 | 27.03 | - |
| YUV | 118.92 | 137.07 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 135 | 0.74 | 0 | 0.13 | 0.39 | 169.14 | 0.59 | 0.38 |
| Hex | 28 | 9C | 87 | 4A | 0 | D | 27 | A9 | 3B | 26 |
| Octal | 50 | 234 | 207 | 112 | 0 | 15 | 47 | 251 | 73 | 46 |
| Binary | 101000 | 10011100 | 10000111 | 1001010 | 0 | 1101 | 100111 | 10101001 | 111011 | 100110 |
Color Harmonies of #289C87
Complementary color
Monochromatic Colors of #289C87
Black with #289C87
Text Example
Text Example
White with #289C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C87; }
p { color: rgb(40,156,135); }
H1.HeaderClassName
{
color: #289C87;
}
.AnyTagClassName
{
color: #289C87;
}
</style>
background-color css
<style>
a { background-color: #289C87; }
a { background-color: rgb(40,156,135); }
div.DivClassName
{
background-color: #289C87;
}
.BgClassName
{
background-color: #289C87;
}
</style>
border-color css
<style>
span { border-color: #289C87; }
span { border-color: rgb(40,156,135); }
td.TdClassName
{
border-color: #289C87;
}
.TagClassName
{
border-color: #289C87;
}
</style>