Shades of Endeavour #244E93
Tints of Endeavour #244E93
RGB
CMYK
RGB Variations
Color information
#244E93 (or 0x244E93) is known color: Endeavour. HEX triplet: 24, 4E and 93. RGB value is (36,78,147). Sum of RGB (Red+Green+Blue) = 36+78+147=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #244E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244E93 is #DBB16C. Grayscale: #484848. Windows color (decimal): -14397805 or 9653796. OLE color: 9653796.
HSL color Cylindrical-coordinate representation of color #244E93: hue angle of 217.3º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244E93 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 78 | 147 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.42 |
| HSL | 217.3º | 0.61% | 0.36% | - |
| HSV(B) | 217.3º | 0.76% | 0.58% | - |
| XYZ | 8.72 | 7.93 | 28.67 | - |
| YUV | 73.31 | 169.59 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 147 | 0.76 | 0.47 | 0 | 0.42 | 217.3 | 0.61 | 0.36 |
| Hex | 24 | 4E | 93 | 4C | 2F | 0 | 2A | D9 | 3D | 24 |
| Octal | 44 | 116 | 223 | 114 | 57 | 0 | 52 | 331 | 75 | 44 |
| Binary | 100100 | 1001110 | 10010011 | 1001100 | 101111 | 0 | 101010 | 11011001 | 111101 | 100100 |
Color Harmonies of #244E93
Complementary color
Monochromatic Colors of #244E93
Black with #244E93
Text Example
Text Example
White with #244E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E93; }
p { color: rgb(36,78,147); }
H1.HeaderClassName
{
color: #244E93;
}
.AnyTagClassName
{
color: #244E93;
}
</style>
background-color css
<style>
a { background-color: #244E93; }
a { background-color: rgb(36,78,147); }
div.DivClassName
{
background-color: #244E93;
}
.BgClassName
{
background-color: #244E93;
}
</style>
border-color css
<style>
span { border-color: #244E93; }
span { border-color: rgb(36,78,147); }
td.TdClassName
{
border-color: #244E93;
}
.TagClassName
{
border-color: #244E93;
}
</style>