Shades of Pelorous #249FBA
Tints of Pelorous #249FBA
RGB
CMYK
RGB Variations
Color information
#249FBA (or 0x249FBA) is known color: Pelorous. HEX triplet: 24, 9F and BA. RGB value is (36,159,186). Sum of RGB (Red+Green+Blue) = 36+159+186=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #249FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FBA is #DB6045. Grayscale: #7D7D7D. Windows color (decimal): -14377030 or 12230436. OLE color: 12230436.
HSL color Cylindrical-coordinate representation of color #249FBA: hue angle of 190.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #249FBA is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 159 | 186 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.27 |
| HSL | 190.8º | 0.68% | 0.44% | - |
| HSV(B) | 190.8º | 0.81% | 0.73% | - |
| XYZ | 21.99 | 28.72 | 50.84 | - |
| YUV | 125.3 | 162.25 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 186 | 0.81 | 0.15 | 0 | 0.27 | 190.8 | 0.68 | 0.44 |
| Hex | 24 | 9F | BA | 51 | F | 0 | 1B | BF | 44 | 2C |
| Octal | 44 | 237 | 272 | 121 | 17 | 0 | 33 | 277 | 104 | 54 |
| Binary | 100100 | 10011111 | 10111010 | 1010001 | 1111 | 0 | 11011 | 10111111 | 1000100 | 101100 |
Color Harmonies of #249FBA
Complementary color
Monochromatic Colors of #249FBA
Black with #249FBA
Text Example
Text Example
White with #249FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FBA; }
p { color: rgb(36,159,186); }
H1.HeaderClassName
{
color: #249FBA;
}
.AnyTagClassName
{
color: #249FBA;
}
</style>
background-color css
<style>
a { background-color: #249FBA; }
a { background-color: rgb(36,159,186); }
div.DivClassName
{
background-color: #249FBA;
}
.BgClassName
{
background-color: #249FBA;
}
</style>
border-color css
<style>
span { border-color: #249FBA; }
span { border-color: rgb(36,159,186); }
td.TdClassName
{
border-color: #249FBA;
}
.TagClassName
{
border-color: #249FBA;
}
</style>