Shades of Niagara #239882
Tints of Niagara #239882
RGB
CMYK
RGB Variations
Color information
#239882 (or 0x239882) is known color: Niagara. HEX triplet: 23, 98 and 82. RGB value is (35,152,130). Sum of RGB (Red+Green+Blue) = 35+152+130=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #239882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239882 is #DC677D. Grayscale: #727272. Windows color (decimal): -14444414 or 8558627. OLE color: 8558627.
HSL color Cylindrical-coordinate representation of color #239882: hue angle of 168.72º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239882 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 130 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.40 |
| HSL | 168.72º | 0.63% | 0.37% | - |
| HSV(B) | 168.72º | 0.77% | 0.6% | - |
| XYZ | 15.95 | 24.43 | 24.99 | - |
| YUV | 114.51 | 136.74 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 130 | 0.77 | 0 | 0.14 | 0.40 | 168.72 | 0.63 | 0.37 |
| Hex | 23 | 98 | 82 | 4D | 0 | E | 28 | A9 | 3F | 25 |
| Octal | 43 | 230 | 202 | 115 | 0 | 16 | 50 | 251 | 77 | 45 |
| Binary | 100011 | 10011000 | 10000010 | 1001101 | 0 | 1110 | 101000 | 10101001 | 111111 | 100101 |
Color Harmonies of #239882
Complementary color
Monochromatic Colors of #239882
Black with #239882
Text Example
Text Example
White with #239882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239882; }
p { color: rgb(35,152,130); }
H1.HeaderClassName
{
color: #239882;
}
.AnyTagClassName
{
color: #239882;
}
</style>
background-color css
<style>
a { background-color: #239882; }
a { background-color: rgb(35,152,130); }
div.DivClassName
{
background-color: #239882;
}
.BgClassName
{
background-color: #239882;
}
</style>
border-color css
<style>
span { border-color: #239882; }
span { border-color: rgb(35,152,130); }
td.TdClassName
{
border-color: #239882;
}
.TagClassName
{
border-color: #239882;
}
</style>