Shades of Endeavour #244D9F
Tints of Endeavour #244D9F
RGB
CMYK
RGB Variations
Color information
#244D9F (or 0x244D9F) is known color: Endeavour. HEX triplet: 24, 4D and 9F. RGB value is (36,77,159). Sum of RGB (Red+Green+Blue) = 36+77+159=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #244D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244D9F is #DBB260. Grayscale: #494949. Windows color (decimal): -14398049 or 10439972. OLE color: 10439972.
HSL color Cylindrical-coordinate representation of color #244D9F: hue angle of 220º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #244D9F is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 77 | 159 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.38 |
| HSL | 220º | 0.63% | 0.38% | - |
| HSV(B) | 220º | 0.77% | 0.62% | - |
| XYZ | 9.64 | 8.19 | 33.87 | - |
| YUV | 74.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 159 | 0.77 | 0.52 | 0 | 0.38 | 220 | 0.63 | 0.38 |
| Hex | 24 | 4D | 9F | 4D | 34 | 0 | 26 | DC | 3F | 26 |
| Octal | 44 | 115 | 237 | 115 | 64 | 0 | 46 | 334 | 77 | 46 |
| Binary | 100100 | 1001101 | 10011111 | 1001101 | 110100 | 0 | 100110 | 11011100 | 111111 | 100110 |
Color Harmonies of #244D9F
Complementary color
Monochromatic Colors of #244D9F
Black with #244D9F
Text Example
Text Example
White with #244D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D9F; }
p { color: rgb(36,77,159); }
H1.HeaderClassName
{
color: #244D9F;
}
.AnyTagClassName
{
color: #244D9F;
}
</style>
background-color css
<style>
a { background-color: #244D9F; }
a { background-color: rgb(36,77,159); }
div.DivClassName
{
background-color: #244D9F;
}
.BgClassName
{
background-color: #244D9F;
}
</style>
border-color css
<style>
span { border-color: #244D9F; }
span { border-color: rgb(36,77,159); }
td.TdClassName
{
border-color: #244D9F;
}
.TagClassName
{
border-color: #244D9F;
}
</style>