Shades of Niagara #239883
Tints of Niagara #239883
RGB
CMYK
RGB Variations
Color information
#239883 (or 0x239883) is known color: Niagara. HEX triplet: 23, 98 and 83. RGB value is (35,152,131). Sum of RGB (Red+Green+Blue) = 35+152+131=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #239883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239883 is #DC677C. Grayscale: #727272. Windows color (decimal): -14444413 or 8624163. OLE color: 8624163.
HSL color Cylindrical-coordinate representation of color #239883: hue angle of 169.23º 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 #239883 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 131 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.40 |
| HSL | 169.23º | 0.63% | 0.37% | - |
| HSV(B) | 169.23º | 0.77% | 0.6% | - |
| XYZ | 16.02 | 24.45 | 25.35 | - |
| YUV | 114.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 131 | 0.77 | 0 | 0.14 | 0.40 | 169.23 | 0.63 | 0.37 |
| Hex | 23 | 98 | 83 | 4D | 0 | E | 28 | A9 | 3F | 25 |
| Octal | 43 | 230 | 203 | 115 | 0 | 16 | 50 | 251 | 77 | 45 |
| Binary | 100011 | 10011000 | 10000011 | 1001101 | 0 | 1110 | 101000 | 10101001 | 111111 | 100101 |
Color Harmonies of #239883
Complementary color
Monochromatic Colors of #239883
Black with #239883
Text Example
Text Example
White with #239883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239883; }
p { color: rgb(35,152,131); }
H1.HeaderClassName
{
color: #239883;
}
.AnyTagClassName
{
color: #239883;
}
</style>
background-color css
<style>
a { background-color: #239883; }
a { background-color: rgb(35,152,131); }
div.DivClassName
{
background-color: #239883;
}
.BgClassName
{
background-color: #239883;
}
</style>
border-color css
<style>
span { border-color: #239883; }
span { border-color: rgb(35,152,131); }
td.TdClassName
{
border-color: #239883;
}
.TagClassName
{
border-color: #239883;
}
</style>