Shades of Niagara #229882
Tints of Niagara #229882
RGB
CMYK
RGB Variations
Color information
#229882 (or 0x229882) is known color: Niagara. HEX triplet: 22, 98 and 82. RGB value is (34,152,130). Sum of RGB (Red+Green+Blue) = 34+152+130=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #229882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229882 is #DD677D. Grayscale: #727272. Windows color (decimal): -14509950 or 8558626. OLE color: 8558626.
HSL color Cylindrical-coordinate representation of color #229882: hue angle of 168.81º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229882 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 130 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.40 |
| HSL | 168.81º | 0.63% | 0.36% | - |
| HSV(B) | 168.81º | 0.78% | 0.6% | - |
| XYZ | 15.92 | 24.41 | 24.99 | - |
| YUV | 114.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 130 | 0.78 | 0 | 0.14 | 0.40 | 168.81 | 0.63 | 0.36 |
| Hex | 22 | 98 | 82 | 4E | 0 | E | 28 | A9 | 3F | 24 |
| Octal | 42 | 230 | 202 | 116 | 0 | 16 | 50 | 251 | 77 | 44 |
| Binary | 100010 | 10011000 | 10000010 | 1001110 | 0 | 1110 | 101000 | 10101001 | 111111 | 100100 |
Color Harmonies of #229882
Complementary color
Monochromatic Colors of #229882
Black with #229882
Text Example
Text Example
White with #229882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229882; }
p { color: rgb(34,152,130); }
H1.HeaderClassName
{
color: #229882;
}
.AnyTagClassName
{
color: #229882;
}
</style>
background-color css
<style>
a { background-color: #229882; }
a { background-color: rgb(34,152,130); }
div.DivClassName
{
background-color: #229882;
}
.BgClassName
{
background-color: #229882;
}
</style>
border-color css
<style>
span { border-color: #229882; }
span { border-color: rgb(34,152,130); }
td.TdClassName
{
border-color: #229882;
}
.TagClassName
{
border-color: #229882;
}
</style>