Shades of Endeavour #244AA0
Tints of Endeavour #244AA0
RGB
CMYK
RGB Variations
Color information
#244AA0 (or 0x244AA0) is known color: Endeavour. HEX triplet: 24, 4A and A0. RGB value is (36,74,160). Sum of RGB (Red+Green+Blue) = 36+74+160=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #244AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244AA0 is #DBB55F. Grayscale: #484848. Windows color (decimal): -14398816 or 10504740. OLE color: 10504740.
HSL color Cylindrical-coordinate representation of color #244AA0: hue angle of 221.61º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #244AA0 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 74 | 160 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.37 |
| HSL | 221.61º | 0.63% | 0.38% | - |
| HSV(B) | 221.61º | 0.78% | 0.63% | - |
| XYZ | 9.52 | 7.81 | 34.26 | - |
| YUV | 72.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 160 | 0.78 | 0.54 | 0 | 0.37 | 221.61 | 0.63 | 0.38 |
| Hex | 24 | 4A | A0 | 4E | 36 | 0 | 25 | DE | 3F | 26 |
| Octal | 44 | 112 | 240 | 116 | 66 | 0 | 45 | 336 | 77 | 46 |
| Binary | 100100 | 1001010 | 10100000 | 1001110 | 110110 | 0 | 100101 | 11011110 | 111111 | 100110 |
Color Harmonies of #244AA0
Complementary color
Monochromatic Colors of #244AA0
Black with #244AA0
Text Example
Text Example
White with #244AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244AA0; }
p { color: rgb(36,74,160); }
H1.HeaderClassName
{
color: #244AA0;
}
.AnyTagClassName
{
color: #244AA0;
}
</style>
background-color css
<style>
a { background-color: #244AA0; }
a { background-color: rgb(36,74,160); }
div.DivClassName
{
background-color: #244AA0;
}
.BgClassName
{
background-color: #244AA0;
}
</style>
border-color css
<style>
span { border-color: #244AA0; }
span { border-color: rgb(36,74,160); }
td.TdClassName
{
border-color: #244AA0;
}
.TagClassName
{
border-color: #244AA0;
}
</style>