Shades of Endeavour #244BA1
Tints of Endeavour #244BA1
RGB
CMYK
RGB Variations
Color information
#244BA1 (or 0x244BA1) is known color: Endeavour. HEX triplet: 24, 4B and A1. RGB value is (36,75,161). Sum of RGB (Red+Green+Blue) = 36+75+161=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #244BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244BA1 is #DBB45E. Grayscale: #484848. Windows color (decimal): -14398559 or 10570532. OLE color: 10570532.
HSL color Cylindrical-coordinate representation of color #244BA1: hue angle of 221.28º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #244BA1 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 75 | 161 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.37 |
| HSL | 221.28º | 0.63% | 0.39% | - |
| HSV(B) | 221.28º | 0.78% | 0.63% | - |
| XYZ | 9.68 | 7.98 | 34.75 | - |
| YUV | 73.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 161 | 0.78 | 0.53 | 0 | 0.37 | 221.28 | 0.63 | 0.39 |
| Hex | 24 | 4B | A1 | 4E | 35 | 0 | 25 | DD | 3F | 27 |
| Octal | 44 | 113 | 241 | 116 | 65 | 0 | 45 | 335 | 77 | 47 |
| Binary | 100100 | 1001011 | 10100001 | 1001110 | 110101 | 0 | 100101 | 11011101 | 111111 | 100111 |
Color Harmonies of #244BA1
Complementary color
Monochromatic Colors of #244BA1
Black with #244BA1
Text Example
Text Example
White with #244BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244BA1; }
p { color: rgb(36,75,161); }
H1.HeaderClassName
{
color: #244BA1;
}
.AnyTagClassName
{
color: #244BA1;
}
</style>
background-color css
<style>
a { background-color: #244BA1; }
a { background-color: rgb(36,75,161); }
div.DivClassName
{
background-color: #244BA1;
}
.BgClassName
{
background-color: #244BA1;
}
</style>
border-color css
<style>
span { border-color: #244BA1; }
span { border-color: rgb(36,75,161); }
td.TdClassName
{
border-color: #244BA1;
}
.TagClassName
{
border-color: #244BA1;
}
</style>