Shades of Endeavour #244B90
Tints of Endeavour #244B90
RGB
CMYK
RGB Variations
Color information
#244B90 (or 0x244B90) is known color: Endeavour. HEX triplet: 24, 4B and 90. RGB value is (36,75,144). Sum of RGB (Red+Green+Blue) = 36+75+144=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #244B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244B90 is #DBB46F. Grayscale: #464646. Windows color (decimal): -14398576 or 9456420. OLE color: 9456420.
HSL color Cylindrical-coordinate representation of color #244B90: hue angle of 218.33º 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 #244B90 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 75 | 144 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.44 |
| HSL | 218.33º | 0.6% | 0.35% | - |
| HSV(B) | 218.33º | 0.75% | 0.56% | - |
| XYZ | 8.28 | 7.42 | 27.38 | - |
| YUV | 71.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 144 | 0.75 | 0.48 | 0 | 0.44 | 218.33 | 0.6 | 0.35 |
| Hex | 24 | 4B | 90 | 4B | 30 | 0 | 2C | DA | 3C | 23 |
| Octal | 44 | 113 | 220 | 113 | 60 | 0 | 54 | 332 | 74 | 43 |
| Binary | 100100 | 1001011 | 10010000 | 1001011 | 110000 | 0 | 101100 | 11011010 | 111100 | 100011 |
Color Harmonies of #244B90
Complementary color
Monochromatic Colors of #244B90
Black with #244B90
Text Example
Text Example
White with #244B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244B90; }
p { color: rgb(36,75,144); }
H1.HeaderClassName
{
color: #244B90;
}
.AnyTagClassName
{
color: #244B90;
}
</style>
background-color css
<style>
a { background-color: #244B90; }
a { background-color: rgb(36,75,144); }
div.DivClassName
{
background-color: #244B90;
}
.BgClassName
{
background-color: #244B90;
}
</style>
border-color css
<style>
span { border-color: #244B90; }
span { border-color: rgb(36,75,144); }
td.TdClassName
{
border-color: #244B90;
}
.TagClassName
{
border-color: #244B90;
}
</style>