Shades of Pelorous #2489BA
Tints of Pelorous #2489BA
RGB
CMYK
RGB Variations
Color information
#2489BA (or 0x2489BA) is known color: Pelorous. HEX triplet: 24, 89 and BA. RGB value is (36,137,186). Sum of RGB (Red+Green+Blue) = 36+137+186=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #2489BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2489BA is #DB7645. Grayscale: #707070. Windows color (decimal): -14382662 or 12224804. OLE color: 12224804.
HSL color Cylindrical-coordinate representation of color #2489BA: hue angle of 199.6º 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 #2489BA is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 137 | 186 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.27 |
| HSL | 199.6º | 0.68% | 0.44% | - |
| HSV(B) | 199.6º | 0.81% | 0.73% | - |
| XYZ | 18.54 | 21.81 | 49.69 | - |
| YUV | 112.39 | 169.54 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 186 | 0.81 | 0.26 | 0 | 0.27 | 199.6 | 0.68 | 0.44 |
| Hex | 24 | 89 | BA | 51 | 1A | 0 | 1B | C8 | 44 | 2C |
| Octal | 44 | 211 | 272 | 121 | 32 | 0 | 33 | 310 | 104 | 54 |
| Binary | 100100 | 10001001 | 10111010 | 1010001 | 11010 | 0 | 11011 | 11001000 | 1000100 | 101100 |
Color Harmonies of #2489BA
Complementary color
Monochromatic Colors of #2489BA
Black with #2489BA
Text Example
Text Example
White with #2489BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2489BA; }
p { color: rgb(36,137,186); }
H1.HeaderClassName
{
color: #2489BA;
}
.AnyTagClassName
{
color: #2489BA;
}
</style>
background-color css
<style>
a { background-color: #2489BA; }
a { background-color: rgb(36,137,186); }
div.DivClassName
{
background-color: #2489BA;
}
.BgClassName
{
background-color: #2489BA;
}
</style>
border-color css
<style>
span { border-color: #2489BA; }
span { border-color: rgb(36,137,186); }
td.TdClassName
{
border-color: #2489BA;
}
.TagClassName
{
border-color: #2489BA;
}
</style>