Shades of Niagara #229F87
Tints of Niagara #229F87
RGB
CMYK
RGB Variations
Color information
#229F87 (or 0x229F87) is known color: Niagara. HEX triplet: 22, 9F and 87. RGB value is (34,159,135). Sum of RGB (Red+Green+Blue) = 34+159+135=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #229F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229F87 is #DD6078. Grayscale: #767676. Windows color (decimal): -14508153 or 8888098. OLE color: 8888098.
HSL color Cylindrical-coordinate representation of color #229F87: hue angle of 168.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229F87 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 135 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.38 |
| HSL | 168.48º | 0.65% | 0.38% | - |
| HSV(B) | 168.48º | 0.79% | 0.62% | - |
| XYZ | 17.43 | 26.89 | 27.19 | - |
| YUV | 118.89 | 137.09 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 135 | 0.79 | 0 | 0.15 | 0.38 | 168.48 | 0.65 | 0.38 |
| Hex | 22 | 9F | 87 | 4F | 0 | F | 26 | A8 | 41 | 26 |
| Octal | 42 | 237 | 207 | 117 | 0 | 17 | 46 | 250 | 101 | 46 |
| Binary | 100010 | 10011111 | 10000111 | 1001111 | 0 | 1111 | 100110 | 10101000 | 1000001 | 100110 |
Color Harmonies of #229F87
Complementary color
Monochromatic Colors of #229F87
Black with #229F87
Text Example
Text Example
White with #229F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F87; }
p { color: rgb(34,159,135); }
H1.HeaderClassName
{
color: #229F87;
}
.AnyTagClassName
{
color: #229F87;
}
</style>
background-color css
<style>
a { background-color: #229F87; }
a { background-color: rgb(34,159,135); }
div.DivClassName
{
background-color: #229F87;
}
.BgClassName
{
background-color: #229F87;
}
</style>
border-color css
<style>
span { border-color: #229F87; }
span { border-color: rgb(34,159,135); }
td.TdClassName
{
border-color: #229F87;
}
.TagClassName
{
border-color: #229F87;
}
</style>