Shades of Niagara #249B83
Tints of Niagara #249B83
RGB
CMYK
RGB Variations
Color information
#249B83 (or 0x249B83) is known color: Niagara. HEX triplet: 24, 9B and 83. RGB value is (36,155,131). Sum of RGB (Red+Green+Blue) = 36+155+131=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #249B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B83 is #DB647C. Grayscale: #747474. Windows color (decimal): -14378109 or 8624932. OLE color: 8624932.
HSL color Cylindrical-coordinate representation of color #249B83: hue angle of 167.9º degrees, saturation: 0.62, 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 #249B83 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 131 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.39 |
| HSL | 167.9º | 0.62% | 0.37% | - |
| HSV(B) | 167.9º | 0.77% | 0.61% | - |
| XYZ | 16.55 | 25.46 | 25.51 | - |
| YUV | 116.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 131 | 0.77 | 0 | 0.15 | 0.39 | 167.9 | 0.62 | 0.37 |
| Hex | 24 | 9B | 83 | 4D | 0 | F | 27 | A8 | 3E | 25 |
| Octal | 44 | 233 | 203 | 115 | 0 | 17 | 47 | 250 | 76 | 45 |
| Binary | 100100 | 10011011 | 10000011 | 1001101 | 0 | 1111 | 100111 | 10101000 | 111110 | 100101 |
Color Harmonies of #249B83
Complementary color
Monochromatic Colors of #249B83
Black with #249B83
Text Example
Text Example
White with #249B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B83; }
p { color: rgb(36,155,131); }
H1.HeaderClassName
{
color: #249B83;
}
.AnyTagClassName
{
color: #249B83;
}
</style>
background-color css
<style>
a { background-color: #249B83; }
a { background-color: rgb(36,155,131); }
div.DivClassName
{
background-color: #249B83;
}
.BgClassName
{
background-color: #249B83;
}
</style>
border-color css
<style>
span { border-color: #249B83; }
span { border-color: rgb(36,155,131); }
td.TdClassName
{
border-color: #249B83;
}
.TagClassName
{
border-color: #249B83;
}
</style>