Shades of Niagara #229B87
Tints of Niagara #229B87
RGB
CMYK
RGB Variations
Color information
#229B87 (or 0x229B87) is known color: Niagara. HEX triplet: 22, 9B and 87. RGB value is (34,155,135). Sum of RGB (Red+Green+Blue) = 34+155+135=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #229B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229B87 is #DD6478. Grayscale: #747474. Windows color (decimal): -14509177 or 8887074. OLE color: 8887074.
HSL color Cylindrical-coordinate representation of color #229B87: hue angle of 170.08º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229B87 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 155 | 135 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.39 |
| HSL | 170.08º | 0.64% | 0.37% | - |
| HSV(B) | 170.08º | 0.78% | 0.61% | - |
| XYZ | 16.75 | 25.53 | 26.97 | - |
| YUV | 116.54 | 138.41 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 135 | 0.78 | 0 | 0.13 | 0.39 | 170.08 | 0.64 | 0.37 |
| Hex | 22 | 9B | 87 | 4E | 0 | D | 27 | AA | 40 | 25 |
| Octal | 42 | 233 | 207 | 116 | 0 | 15 | 47 | 252 | 100 | 45 |
| Binary | 100010 | 10011011 | 10000111 | 1001110 | 0 | 1101 | 100111 | 10101010 | 1000000 | 100101 |
Color Harmonies of #229B87
Complementary color
Monochromatic Colors of #229B87
Black with #229B87
Text Example
Text Example
White with #229B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229B87; }
p { color: rgb(34,155,135); }
H1.HeaderClassName
{
color: #229B87;
}
.AnyTagClassName
{
color: #229B87;
}
</style>
background-color css
<style>
a { background-color: #229B87; }
a { background-color: rgb(34,155,135); }
div.DivClassName
{
background-color: #229B87;
}
.BgClassName
{
background-color: #229B87;
}
</style>
border-color css
<style>
span { border-color: #229B87; }
span { border-color: rgb(34,155,135); }
td.TdClassName
{
border-color: #229B87;
}
.TagClassName
{
border-color: #229B87;
}
</style>