Shades of Endeavour #244A99
Tints of Endeavour #244A99
RGB
CMYK
RGB Variations
Color information
#244A99 (or 0x244A99) is known color: Endeavour. HEX triplet: 24, 4A and 99. RGB value is (36,74,153). Sum of RGB (Red+Green+Blue) = 36+74+153=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #244A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A99 is #DBB566. Grayscale: #474747. Windows color (decimal): -14398823 or 10045988. OLE color: 10045988.
HSL color Cylindrical-coordinate representation of color #244A99: hue angle of 220.51º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244A99 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 74 | 153 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.4 |
| HSL | 220.51º | 0.62% | 0.37% | - |
| HSV(B) | 220.51º | 0.76% | 0.6% | - |
| XYZ | 8.93 | 7.57 | 31.13 | - |
| YUV | 71.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 153 | 0.76 | 0.52 | 0 | 0.4 | 220.51 | 0.62 | 0.37 |
| Hex | 24 | 4A | 99 | 4C | 34 | 0 | 28 | DD | 3E | 25 |
| Octal | 44 | 112 | 231 | 114 | 64 | 0 | 50 | 335 | 76 | 45 |
| Binary | 100100 | 1001010 | 10011001 | 1001100 | 110100 | 0 | 101000 | 11011101 | 111110 | 100101 |
Color Harmonies of #244A99
Complementary color
Monochromatic Colors of #244A99
Black with #244A99
Text Example
Text Example
White with #244A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A99; }
p { color: rgb(36,74,153); }
H1.HeaderClassName
{
color: #244A99;
}
.AnyTagClassName
{
color: #244A99;
}
</style>
background-color css
<style>
a { background-color: #244A99; }
a { background-color: rgb(36,74,153); }
div.DivClassName
{
background-color: #244A99;
}
.BgClassName
{
background-color: #244A99;
}
</style>
border-color css
<style>
span { border-color: #244A99; }
span { border-color: rgb(36,74,153); }
td.TdClassName
{
border-color: #244A99;
}
.TagClassName
{
border-color: #244A99;
}
</style>