Shades of Niagara #239B83
Tints of Niagara #239B83
RGB
CMYK
RGB Variations
Color information
#239B83 (or 0x239B83) is known color: Niagara. HEX triplet: 23, 9B and 83. RGB value is (35,155,131). Sum of RGB (Red+Green+Blue) = 35+155+131=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #239B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239B83 is #DC647C. Grayscale: #747474. Windows color (decimal): -14443645 or 8624931. OLE color: 8624931.
HSL color Cylindrical-coordinate representation of color #239B83: hue angle of 168º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B83 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 155 | 131 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.39 |
| HSL | 168º | 0.63% | 0.37% | - |
| HSV(B) | 168º | 0.77% | 0.61% | - |
| XYZ | 16.51 | 25.44 | 25.51 | - |
| YUV | 116.38 | 136.24 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 131 | 0.77 | 0 | 0.15 | 0.39 | 168 | 0.63 | 0.37 |
| Hex | 23 | 9B | 83 | 4D | 0 | F | 27 | A8 | 3F | 25 |
| Octal | 43 | 233 | 203 | 115 | 0 | 17 | 47 | 250 | 77 | 45 |
| Binary | 100011 | 10011011 | 10000011 | 1001101 | 0 | 1111 | 100111 | 10101000 | 111111 | 100101 |
Color Harmonies of #239B83
Complementary color
Monochromatic Colors of #239B83
Black with #239B83
Text Example
Text Example
White with #239B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239B83; }
p { color: rgb(35,155,131); }
H1.HeaderClassName
{
color: #239B83;
}
.AnyTagClassName
{
color: #239B83;
}
</style>
background-color css
<style>
a { background-color: #239B83; }
a { background-color: rgb(35,155,131); }
div.DivClassName
{
background-color: #239B83;
}
.BgClassName
{
background-color: #239B83;
}
</style>
border-color css
<style>
span { border-color: #239B83; }
span { border-color: rgb(35,155,131); }
td.TdClassName
{
border-color: #239B83;
}
.TagClassName
{
border-color: #239B83;
}
</style>