Shades of Endeavour #244C90
Tints of Endeavour #244C90
RGB
CMYK
RGB Variations
Color information
#244C90 (or 0x244C90) is known color: Endeavour. HEX triplet: 24, 4C and 90. RGB value is (36,76,144). Sum of RGB (Red+Green+Blue) = 36+76+144=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #244C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244C90 is #DBB36F. Grayscale: #474747. Windows color (decimal): -14398320 or 9456676. OLE color: 9456676.
HSL color Cylindrical-coordinate representation of color #244C90: hue angle of 217.78º 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 #244C90 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 76 | 144 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.44 |
| HSL | 217.78º | 0.6% | 0.35% | - |
| HSV(B) | 217.78º | 0.75% | 0.56% | - |
| XYZ | 8.35 | 7.56 | 27.4 | - |
| YUV | 71.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 144 | 0.75 | 0.47 | 0 | 0.44 | 217.78 | 0.6 | 0.35 |
| Hex | 24 | 4C | 90 | 4B | 2F | 0 | 2C | DA | 3C | 23 |
| Octal | 44 | 114 | 220 | 113 | 57 | 0 | 54 | 332 | 74 | 43 |
| Binary | 100100 | 1001100 | 10010000 | 1001011 | 101111 | 0 | 101100 | 11011010 | 111100 | 100011 |
Color Harmonies of #244C90
Complementary color
Monochromatic Colors of #244C90
Black with #244C90
Text Example
Text Example
White with #244C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C90; }
p { color: rgb(36,76,144); }
H1.HeaderClassName
{
color: #244C90;
}
.AnyTagClassName
{
color: #244C90;
}
</style>
background-color css
<style>
a { background-color: #244C90; }
a { background-color: rgb(36,76,144); }
div.DivClassName
{
background-color: #244C90;
}
.BgClassName
{
background-color: #244C90;
}
</style>
border-color css
<style>
span { border-color: #244C90; }
span { border-color: rgb(36,76,144); }
td.TdClassName
{
border-color: #244C90;
}
.TagClassName
{
border-color: #244C90;
}
</style>