Shades of Endeavour #244D9A
Tints of Endeavour #244D9A
RGB
CMYK
RGB Variations
Color information
#244D9A (or 0x244D9A) is known color: Endeavour. HEX triplet: 24, 4D and 9A. RGB value is (36,77,154). Sum of RGB (Red+Green+Blue) = 36+77+154=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #244D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244D9A is #DBB265. Grayscale: #494949. Windows color (decimal): -14398054 or 10112292. OLE color: 10112292.
HSL color Cylindrical-coordinate representation of color #244D9A: hue angle of 219.15º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #244D9A is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 77 | 154 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.40 |
| HSL | 219.15º | 0.62% | 0.37% | - |
| HSV(B) | 219.15º | 0.77% | 0.6% | - |
| XYZ | 9.21 | 8.02 | 31.63 | - |
| YUV | 73.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 154 | 0.77 | 0.50 | 0 | 0.40 | 219.15 | 0.62 | 0.37 |
| Hex | 24 | 4D | 9A | 4D | 32 | 0 | 28 | DB | 3E | 25 |
| Octal | 44 | 115 | 232 | 115 | 62 | 0 | 50 | 333 | 76 | 45 |
| Binary | 100100 | 1001101 | 10011010 | 1001101 | 110010 | 0 | 101000 | 11011011 | 111110 | 100101 |
Color Harmonies of #244D9A
Complementary color
Monochromatic Colors of #244D9A
Black with #244D9A
Text Example
Text Example
White with #244D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D9A; }
p { color: rgb(36,77,154); }
H1.HeaderClassName
{
color: #244D9A;
}
.AnyTagClassName
{
color: #244D9A;
}
</style>
background-color css
<style>
a { background-color: #244D9A; }
a { background-color: rgb(36,77,154); }
div.DivClassName
{
background-color: #244D9A;
}
.BgClassName
{
background-color: #244D9A;
}
</style>
border-color css
<style>
span { border-color: #244D9A; }
span { border-color: rgb(36,77,154); }
td.TdClassName
{
border-color: #244D9A;
}
.TagClassName
{
border-color: #244D9A;
}
</style>