Shades of Pelorous #2494BD
Tints of Pelorous #2494BD
RGB
CMYK
RGB Variations
Color information
#2494BD (or 0x2494BD) is known color: Pelorous. HEX triplet: 24, 94 and BD. RGB value is (36,148,189). Sum of RGB (Red+Green+Blue) = 36+148+189=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #2494BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2494BD is #DB6B42. Grayscale: #767676. Windows color (decimal): -14379843 or 12424228. OLE color: 12424228.
HSL color Cylindrical-coordinate representation of color #2494BD: hue angle of 196.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2494BD is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 148 | 189 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.26 |
| HSL | 196.08º | 0.68% | 0.44% | - |
| HSV(B) | 196.08º | 0.81% | 0.74% | - |
| XYZ | 20.5 | 25.23 | 51.93 | - |
| YUV | 119.19 | 167.39 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 189 | 0.81 | 0.22 | 0 | 0.26 | 196.08 | 0.68 | 0.44 |
| Hex | 24 | 94 | BD | 51 | 16 | 0 | 1A | C4 | 44 | 2C |
| Octal | 44 | 224 | 275 | 121 | 26 | 0 | 32 | 304 | 104 | 54 |
| Binary | 100100 | 10010100 | 10111101 | 1010001 | 10110 | 0 | 11010 | 11000100 | 1000100 | 101100 |
Color Harmonies of #2494BD
Complementary color
Monochromatic Colors of #2494BD
Black with #2494BD
Text Example
Text Example
White with #2494BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2494BD; }
p { color: rgb(36,148,189); }
H1.HeaderClassName
{
color: #2494BD;
}
.AnyTagClassName
{
color: #2494BD;
}
</style>
background-color css
<style>
a { background-color: #2494BD; }
a { background-color: rgb(36,148,189); }
div.DivClassName
{
background-color: #2494BD;
}
.BgClassName
{
background-color: #2494BD;
}
</style>
border-color css
<style>
span { border-color: #2494BD; }
span { border-color: rgb(36,148,189); }
td.TdClassName
{
border-color: #2494BD;
}
.TagClassName
{
border-color: #2494BD;
}
</style>