Shades of Endeavour #244E90
Tints of Endeavour #244E90
RGB
CMYK
RGB Variations
Color information
#244E90 (or 0x244E90) is known color: Endeavour. HEX triplet: 24, 4E and 90. RGB value is (36,78,144). Sum of RGB (Red+Green+Blue) = 36+78+144=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #244E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244E90 is #DBB16F. Grayscale: #484848. Windows color (decimal): -14397808 or 9457188. OLE color: 9457188.
HSL color Cylindrical-coordinate representation of color #244E90: hue angle of 216.67º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #244E90 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 78 | 144 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.44 |
| HSL | 216.67º | 0.6% | 0.35% | - |
| HSV(B) | 216.67º | 0.75% | 0.56% | - |
| XYZ | 8.49 | 7.84 | 27.45 | - |
| YUV | 72.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 144 | 0.75 | 0.46 | 0 | 0.44 | 216.67 | 0.6 | 0.35 |
| Hex | 24 | 4E | 90 | 4B | 2E | 0 | 2C | D9 | 3C | 23 |
| Octal | 44 | 116 | 220 | 113 | 56 | 0 | 54 | 331 | 74 | 43 |
| Binary | 100100 | 1001110 | 10010000 | 1001011 | 101110 | 0 | 101100 | 11011001 | 111100 | 100011 |
Color Harmonies of #244E90
Complementary color
Monochromatic Colors of #244E90
Black with #244E90
Text Example
Text Example
White with #244E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E90; }
p { color: rgb(36,78,144); }
H1.HeaderClassName
{
color: #244E90;
}
.AnyTagClassName
{
color: #244E90;
}
</style>
background-color css
<style>
a { background-color: #244E90; }
a { background-color: rgb(36,78,144); }
div.DivClassName
{
background-color: #244E90;
}
.BgClassName
{
background-color: #244E90;
}
</style>
border-color css
<style>
span { border-color: #244E90; }
span { border-color: rgb(36,78,144); }
td.TdClassName
{
border-color: #244E90;
}
.TagClassName
{
border-color: #244E90;
}
</style>