Shades of Endeavour #244DA0
Tints of Endeavour #244DA0
RGB
CMYK
RGB Variations
Color information
#244DA0 (or 0x244DA0) is known color: Endeavour. HEX triplet: 24, 4D and A0. RGB value is (36,77,160). Sum of RGB (Red+Green+Blue) = 36+77+160=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #244DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244DA0 is #DBB25F. Grayscale: #494949. Windows color (decimal): -14398048 or 10505508. OLE color: 10505508.
HSL color Cylindrical-coordinate representation of color #244DA0: hue angle of 220.16º 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 #244DA0 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 77 | 160 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.37 |
| HSL | 220.16º | 0.63% | 0.38% | - |
| HSV(B) | 220.16º | 0.78% | 0.63% | - |
| XYZ | 9.73 | 8.22 | 34.33 | - |
| YUV | 74.2 | 176.42 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 160 | 0.78 | 0.52 | 0 | 0.37 | 220.16 | 0.63 | 0.38 |
| Hex | 24 | 4D | A0 | 4E | 34 | 0 | 25 | DC | 3F | 26 |
| Octal | 44 | 115 | 240 | 116 | 64 | 0 | 45 | 334 | 77 | 46 |
| Binary | 100100 | 1001101 | 10100000 | 1001110 | 110100 | 0 | 100101 | 11011100 | 111111 | 100110 |
Color Harmonies of #244DA0
Complementary color
Monochromatic Colors of #244DA0
Black with #244DA0
Text Example
Text Example
White with #244DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244DA0; }
p { color: rgb(36,77,160); }
H1.HeaderClassName
{
color: #244DA0;
}
.AnyTagClassName
{
color: #244DA0;
}
</style>
background-color css
<style>
a { background-color: #244DA0; }
a { background-color: rgb(36,77,160); }
div.DivClassName
{
background-color: #244DA0;
}
.BgClassName
{
background-color: #244DA0;
}
</style>
border-color css
<style>
span { border-color: #244DA0; }
span { border-color: rgb(36,77,160); }
td.TdClassName
{
border-color: #244DA0;
}
.TagClassName
{
border-color: #244DA0;
}
</style>