Shades of Endeavour #244DA1
Tints of Endeavour #244DA1
RGB
CMYK
RGB Variations
Color information
#244DA1 (or 0x244DA1) is known color: Endeavour. HEX triplet: 24, 4D and A1. RGB value is (36,77,161). Sum of RGB (Red+Green+Blue) = 36+77+161=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #244DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244DA1 is #DBB25E. Grayscale: #494949. Windows color (decimal): -14398047 or 10571044. OLE color: 10571044.
HSL color Cylindrical-coordinate representation of color #244DA1: hue angle of 220.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #244DA1 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 77 | 161 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.37 |
| HSL | 220.32º | 0.63% | 0.39% | - |
| HSV(B) | 220.32º | 0.78% | 0.63% | - |
| XYZ | 9.81 | 8.26 | 34.79 | - |
| YUV | 74.32 | 176.92 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 161 | 0.78 | 0.52 | 0 | 0.37 | 220.32 | 0.63 | 0.39 |
| Hex | 24 | 4D | A1 | 4E | 34 | 0 | 25 | DC | 3F | 27 |
| Octal | 44 | 115 | 241 | 116 | 64 | 0 | 45 | 334 | 77 | 47 |
| Binary | 100100 | 1001101 | 10100001 | 1001110 | 110100 | 0 | 100101 | 11011100 | 111111 | 100111 |
Color Harmonies of #244DA1
Complementary color
Monochromatic Colors of #244DA1
Black with #244DA1
Text Example
Text Example
White with #244DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244DA1; }
p { color: rgb(36,77,161); }
H1.HeaderClassName
{
color: #244DA1;
}
.AnyTagClassName
{
color: #244DA1;
}
</style>
background-color css
<style>
a { background-color: #244DA1; }
a { background-color: rgb(36,77,161); }
div.DivClassName
{
background-color: #244DA1;
}
.BgClassName
{
background-color: #244DA1;
}
</style>
border-color css
<style>
span { border-color: #244DA1; }
span { border-color: rgb(36,77,161); }
td.TdClassName
{
border-color: #244DA1;
}
.TagClassName
{
border-color: #244DA1;
}
</style>