Shades of Pelorous #2499BA
Tints of Pelorous #2499BA
RGB
CMYK
RGB Variations
Color information
#2499BA (or 0x2499BA) is known color: Pelorous. HEX triplet: 24, 99 and BA. RGB value is (36,153,186). Sum of RGB (Red+Green+Blue) = 36+153+186=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #2499BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2499BA is #DB6645. Grayscale: #797979. Windows color (decimal): -14378566 or 12228900. OLE color: 12228900.
HSL color Cylindrical-coordinate representation of color #2499BA: hue angle of 193.2º 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 #2499BA is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 153 | 186 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.27 |
| HSL | 193.2º | 0.68% | 0.44% | - |
| HSV(B) | 193.2º | 0.81% | 0.73% | - |
| XYZ | 20.98 | 26.7 | 50.5 | - |
| YUV | 121.78 | 164.24 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 186 | 0.81 | 0.18 | 0 | 0.27 | 193.2 | 0.68 | 0.44 |
| Hex | 24 | 99 | BA | 51 | 12 | 0 | 1B | C1 | 44 | 2C |
| Octal | 44 | 231 | 272 | 121 | 22 | 0 | 33 | 301 | 104 | 54 |
| Binary | 100100 | 10011001 | 10111010 | 1010001 | 10010 | 0 | 11011 | 11000001 | 1000100 | 101100 |
Color Harmonies of #2499BA
Complementary color
Monochromatic Colors of #2499BA
Black with #2499BA
Text Example
Text Example
White with #2499BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2499BA; }
p { color: rgb(36,153,186); }
H1.HeaderClassName
{
color: #2499BA;
}
.AnyTagClassName
{
color: #2499BA;
}
</style>
background-color css
<style>
a { background-color: #2499BA; }
a { background-color: rgb(36,153,186); }
div.DivClassName
{
background-color: #2499BA;
}
.BgClassName
{
background-color: #2499BA;
}
</style>
border-color css
<style>
span { border-color: #2499BA; }
span { border-color: rgb(36,153,186); }
td.TdClassName
{
border-color: #2499BA;
}
.TagClassName
{
border-color: #2499BA;
}
</style>