Shades of Endeavour #244CA0
Tints of Endeavour #244CA0
RGB
CMYK
RGB Variations
Color information
#244CA0 (or 0x244CA0) is known color: Endeavour. HEX triplet: 24, 4C and A0. RGB value is (36,76,160). Sum of RGB (Red+Green+Blue) = 36+76+160=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #244CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244CA0 is #DBB35F. Grayscale: #494949. Windows color (decimal): -14398304 or 10505252. OLE color: 10505252.
HSL color Cylindrical-coordinate representation of color #244CA0: hue angle of 220.65º 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 #244CA0 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 76 | 160 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.37 |
| HSL | 220.65º | 0.63% | 0.38% | - |
| HSV(B) | 220.65º | 0.78% | 0.63% | - |
| XYZ | 9.66 | 8.08 | 34.31 | - |
| YUV | 73.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 160 | 0.78 | 0.52 | 0 | 0.37 | 220.65 | 0.63 | 0.38 |
| Hex | 24 | 4C | A0 | 4E | 34 | 0 | 25 | DD | 3F | 26 |
| Octal | 44 | 114 | 240 | 116 | 64 | 0 | 45 | 335 | 77 | 46 |
| Binary | 100100 | 1001100 | 10100000 | 1001110 | 110100 | 0 | 100101 | 11011101 | 111111 | 100110 |
Color Harmonies of #244CA0
Complementary color
Monochromatic Colors of #244CA0
Black with #244CA0
Text Example
Text Example
White with #244CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244CA0; }
p { color: rgb(36,76,160); }
H1.HeaderClassName
{
color: #244CA0;
}
.AnyTagClassName
{
color: #244CA0;
}
</style>
background-color css
<style>
a { background-color: #244CA0; }
a { background-color: rgb(36,76,160); }
div.DivClassName
{
background-color: #244CA0;
}
.BgClassName
{
background-color: #244CA0;
}
</style>
border-color css
<style>
span { border-color: #244CA0; }
span { border-color: rgb(36,76,160); }
td.TdClassName
{
border-color: #244CA0;
}
.TagClassName
{
border-color: #244CA0;
}
</style>