Shades of Pelorous #2490AC
Tints of Pelorous #2490AC
RGB
CMYK
RGB Variations
Color information
#2490AC (or 0x2490AC) is known color: Pelorous. HEX triplet: 24, 90 and AC. RGB value is (36,144,172). Sum of RGB (Red+Green+Blue) = 36+144+172=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #2490AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2490AC is #DB6F53. Grayscale: #727272. Windows color (decimal): -14380884 or 11309092. OLE color: 11309092.
HSL color Cylindrical-coordinate representation of color #2490AC: hue angle of 192.35º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2490AC is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 144 | 172 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.33 |
| HSL | 192.35º | 0.65% | 0.41% | - |
| HSV(B) | 192.35º | 0.79% | 0.67% | - |
| XYZ | 18.15 | 23.3 | 42.57 | - |
| YUV | 114.9 | 160.22 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 172 | 0.79 | 0.16 | 0 | 0.33 | 192.35 | 0.65 | 0.41 |
| Hex | 24 | 90 | AC | 4F | 10 | 0 | 21 | C0 | 41 | 29 |
| Octal | 44 | 220 | 254 | 117 | 20 | 0 | 41 | 300 | 101 | 51 |
| Binary | 100100 | 10010000 | 10101100 | 1001111 | 10000 | 0 | 100001 | 11000000 | 1000001 | 101001 |
Color Harmonies of #2490AC
Complementary color
Monochromatic Colors of #2490AC
Black with #2490AC
Text Example
Text Example
White with #2490AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2490AC; }
p { color: rgb(36,144,172); }
H1.HeaderClassName
{
color: #2490AC;
}
.AnyTagClassName
{
color: #2490AC;
}
</style>
background-color css
<style>
a { background-color: #2490AC; }
a { background-color: rgb(36,144,172); }
div.DivClassName
{
background-color: #2490AC;
}
.BgClassName
{
background-color: #2490AC;
}
</style>
border-color css
<style>
span { border-color: #2490AC; }
span { border-color: rgb(36,144,172); }
td.TdClassName
{
border-color: #2490AC;
}
.TagClassName
{
border-color: #2490AC;
}
</style>