Shades of Endeavour #245190
Tints of Endeavour #245190
RGB
CMYK
RGB Variations
Color information
#245190 (or 0x245190) is known color: Endeavour. HEX triplet: 24, 51 and 90. RGB value is (36,81,144). Sum of RGB (Red+Green+Blue) = 36+81+144=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #245190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245190 is #DBAE6F. Grayscale: #4A4A4A. Windows color (decimal): -14397040 or 9457956. OLE color: 9457956.
HSL color Cylindrical-coordinate representation of color #245190: hue angle of 215º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245190 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 81 | 144 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.44 |
| HSL | 215º | 0.6% | 0.35% | - |
| HSV(B) | 215º | 0.75% | 0.56% | - |
| XYZ | 8.7 | 8.27 | 27.52 | - |
| YUV | 74.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 144 | 0.75 | 0.44 | 0 | 0.44 | 215 | 0.6 | 0.35 |
| Hex | 24 | 51 | 90 | 4B | 2C | 0 | 2C | D7 | 3C | 23 |
| Octal | 44 | 121 | 220 | 113 | 54 | 0 | 54 | 327 | 74 | 43 |
| Binary | 100100 | 1010001 | 10010000 | 1001011 | 101100 | 0 | 101100 | 11010111 | 111100 | 100011 |
Color Harmonies of #245190
Complementary color
Monochromatic Colors of #245190
Black with #245190
Text Example
Text Example
White with #245190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245190; }
p { color: rgb(36,81,144); }
H1.HeaderClassName
{
color: #245190;
}
.AnyTagClassName
{
color: #245190;
}
</style>
background-color css
<style>
a { background-color: #245190; }
a { background-color: rgb(36,81,144); }
div.DivClassName
{
background-color: #245190;
}
.BgClassName
{
background-color: #245190;
}
</style>
border-color css
<style>
span { border-color: #245190; }
span { border-color: rgb(36,81,144); }
td.TdClassName
{
border-color: #245190;
}
.TagClassName
{
border-color: #245190;
}
</style>