Shades of Pelorous #2491A9
Tints of Pelorous #2491A9
RGB
CMYK
RGB Variations
Color information
#2491A9 (or 0x2491A9) is known color: Pelorous. HEX triplet: 24, 91 and A9. RGB value is (36,145,169). Sum of RGB (Red+Green+Blue) = 36+145+169=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #2491A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2491A9 is #DB6E56. Grayscale: #727272. Windows color (decimal): -14380631 or 11112740. OLE color: 11112740.
HSL color Cylindrical-coordinate representation of color #2491A9: hue angle of 190.83º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2491A9 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 145 | 169 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.34 |
| HSL | 190.83º | 0.65% | 0.4% | - |
| HSV(B) | 190.83º | 0.79% | 0.66% | - |
| XYZ | 18.01 | 23.49 | 41.12 | - |
| YUV | 115.15 | 158.39 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 169 | 0.79 | 0.14 | 0 | 0.34 | 190.83 | 0.65 | 0.4 |
| Hex | 24 | 91 | A9 | 4F | E | 0 | 22 | BF | 41 | 28 |
| Octal | 44 | 221 | 251 | 117 | 16 | 0 | 42 | 277 | 101 | 50 |
| Binary | 100100 | 10010001 | 10101001 | 1001111 | 1110 | 0 | 100010 | 10111111 | 1000001 | 101000 |
Color Harmonies of #2491A9
Complementary color
Monochromatic Colors of #2491A9
Black with #2491A9
Text Example
Text Example
White with #2491A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2491A9; }
p { color: rgb(36,145,169); }
H1.HeaderClassName
{
color: #2491A9;
}
.AnyTagClassName
{
color: #2491A9;
}
</style>
background-color css
<style>
a { background-color: #2491A9; }
a { background-color: rgb(36,145,169); }
div.DivClassName
{
background-color: #2491A9;
}
.BgClassName
{
background-color: #2491A9;
}
</style>
border-color css
<style>
span { border-color: #2491A9; }
span { border-color: rgb(36,145,169); }
td.TdClassName
{
border-color: #2491A9;
}
.TagClassName
{
border-color: #2491A9;
}
</style>