Shades of Pelorous #2494BA
Tints of Pelorous #2494BA
RGB
CMYK
RGB Variations
Color information
#2494BA (or 0x2494BA) is known color: Pelorous. HEX triplet: 24, 94 and BA. RGB value is (36,148,186). Sum of RGB (Red+Green+Blue) = 36+148+186=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #2494BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2494BA is #DB6B45. Grayscale: #767676. Windows color (decimal): -14379846 or 12227620. OLE color: 12227620.
HSL color Cylindrical-coordinate representation of color #2494BA: hue angle of 195.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 #2494BA is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 148 | 186 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.27 |
| HSL | 195.2º | 0.68% | 0.44% | - |
| HSV(B) | 195.2º | 0.81% | 0.73% | - |
| XYZ | 20.18 | 25.1 | 50.24 | - |
| YUV | 118.84 | 165.89 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 186 | 0.81 | 0.20 | 0 | 0.27 | 195.2 | 0.68 | 0.44 |
| Hex | 24 | 94 | BA | 51 | 14 | 0 | 1B | C3 | 44 | 2C |
| Octal | 44 | 224 | 272 | 121 | 24 | 0 | 33 | 303 | 104 | 54 |
| Binary | 100100 | 10010100 | 10111010 | 1010001 | 10100 | 0 | 11011 | 11000011 | 1000100 | 101100 |
Color Harmonies of #2494BA
Complementary color
Monochromatic Colors of #2494BA
Black with #2494BA
Text Example
Text Example
White with #2494BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2494BA; }
p { color: rgb(36,148,186); }
H1.HeaderClassName
{
color: #2494BA;
}
.AnyTagClassName
{
color: #2494BA;
}
</style>
background-color css
<style>
a { background-color: #2494BA; }
a { background-color: rgb(36,148,186); }
div.DivClassName
{
background-color: #2494BA;
}
.BgClassName
{
background-color: #2494BA;
}
</style>
border-color css
<style>
span { border-color: #2494BA; }
span { border-color: rgb(36,148,186); }
td.TdClassName
{
border-color: #2494BA;
}
.TagClassName
{
border-color: #2494BA;
}
</style>