Shades of Pelorous #2490AA
Tints of Pelorous #2490AA
RGB
CMYK
RGB Variations
Color information
#2490AA (or 0x2490AA) is known color: Pelorous. HEX triplet: 24, 90 and AA. RGB value is (36,144,170). Sum of RGB (Red+Green+Blue) = 36+144+170=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #2490AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2490AA is #DB6F55. Grayscale: #727272. Windows color (decimal): -14380886 or 11178020. OLE color: 11178020.
HSL color Cylindrical-coordinate representation of color #2490AA: hue angle of 191.64º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2490AA is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 144 | 170 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.33 |
| HSL | 191.64º | 0.65% | 0.4% | - |
| HSV(B) | 191.64º | 0.79% | 0.67% | - |
| XYZ | 17.96 | 23.22 | 41.57 | - |
| YUV | 114.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 170 | 0.79 | 0.15 | 0 | 0.33 | 191.64 | 0.65 | 0.4 |
| Hex | 24 | 90 | AA | 4F | F | 0 | 21 | C0 | 41 | 28 |
| Octal | 44 | 220 | 252 | 117 | 17 | 0 | 41 | 300 | 101 | 50 |
| Binary | 100100 | 10010000 | 10101010 | 1001111 | 1111 | 0 | 100001 | 11000000 | 1000001 | 101000 |
Color Harmonies of #2490AA
Complementary color
Monochromatic Colors of #2490AA
Black with #2490AA
Text Example
Text Example
White with #2490AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2490AA; }
p { color: rgb(36,144,170); }
H1.HeaderClassName
{
color: #2490AA;
}
.AnyTagClassName
{
color: #2490AA;
}
</style>
background-color css
<style>
a { background-color: #2490AA; }
a { background-color: rgb(36,144,170); }
div.DivClassName
{
background-color: #2490AA;
}
.BgClassName
{
background-color: #2490AA;
}
</style>
border-color css
<style>
span { border-color: #2490AA; }
span { border-color: rgb(36,144,170); }
td.TdClassName
{
border-color: #2490AA;
}
.TagClassName
{
border-color: #2490AA;
}
</style>