Shades of Endeavour #244EA0
Tints of Endeavour #244EA0
RGB
CMYK
RGB Variations
Color information
#244EA0 (or 0x244EA0) is known color: Endeavour. HEX triplet: 24, 4E and A0. RGB value is (36,78,160). Sum of RGB (Red+Green+Blue) = 36+78+160=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #244EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244EA0 is #DBB15F. Grayscale: #4A4A4A. Windows color (decimal): -14397792 or 10505764. OLE color: 10505764.
HSL color Cylindrical-coordinate representation of color #244EA0: hue angle of 219.68º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #244EA0 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 78 | 160 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.37 |
| HSL | 219.68º | 0.63% | 0.38% | - |
| HSV(B) | 219.68º | 0.78% | 0.63% | - |
| XYZ | 9.8 | 8.36 | 34.36 | - |
| YUV | 74.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 160 | 0.78 | 0.51 | 0 | 0.37 | 219.68 | 0.63 | 0.38 |
| Hex | 24 | 4E | A0 | 4E | 33 | 0 | 25 | DC | 3F | 26 |
| Octal | 44 | 116 | 240 | 116 | 63 | 0 | 45 | 334 | 77 | 46 |
| Binary | 100100 | 1001110 | 10100000 | 1001110 | 110011 | 0 | 100101 | 11011100 | 111111 | 100110 |
Color Harmonies of #244EA0
Complementary color
Monochromatic Colors of #244EA0
Black with #244EA0
Text Example
Text Example
White with #244EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244EA0; }
p { color: rgb(36,78,160); }
H1.HeaderClassName
{
color: #244EA0;
}
.AnyTagClassName
{
color: #244EA0;
}
</style>
background-color css
<style>
a { background-color: #244EA0; }
a { background-color: rgb(36,78,160); }
div.DivClassName
{
background-color: #244EA0;
}
.BgClassName
{
background-color: #244EA0;
}
</style>
border-color css
<style>
span { border-color: #244EA0; }
span { border-color: rgb(36,78,160); }
td.TdClassName
{
border-color: #244EA0;
}
.TagClassName
{
border-color: #244EA0;
}
</style>