Shades of Endeavour #244FA1
Tints of Endeavour #244FA1
RGB
CMYK
RGB Variations
Color information
#244FA1 (or 0x244FA1) is known color: Endeavour. HEX triplet: 24, 4F and A1. RGB value is (36,79,161). Sum of RGB (Red+Green+Blue) = 36+79+161=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #244FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244FA1 is #DBB05E. Grayscale: #4B4B4B. Windows color (decimal): -14397535 or 10571556. OLE color: 10571556.
HSL color Cylindrical-coordinate representation of color #244FA1: hue angle of 219.36º 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 #244FA1 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 79 | 161 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.37 |
| HSL | 219.36º | 0.63% | 0.39% | - |
| HSV(B) | 219.36º | 0.78% | 0.63% | - |
| XYZ | 9.96 | 8.54 | 34.84 | - |
| YUV | 75.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 79 | 161 | 0.78 | 0.51 | 0 | 0.37 | 219.36 | 0.63 | 0.39 |
| Hex | 24 | 4F | A1 | 4E | 33 | 0 | 25 | DB | 3F | 27 |
| Octal | 44 | 117 | 241 | 116 | 63 | 0 | 45 | 333 | 77 | 47 |
| Binary | 100100 | 1001111 | 10100001 | 1001110 | 110011 | 0 | 100101 | 11011011 | 111111 | 100111 |
Color Harmonies of #244FA1
Complementary color
Monochromatic Colors of #244FA1
Black with #244FA1
Text Example
Text Example
White with #244FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244FA1; }
p { color: rgb(36,79,161); }
H1.HeaderClassName
{
color: #244FA1;
}
.AnyTagClassName
{
color: #244FA1;
}
</style>
background-color css
<style>
a { background-color: #244FA1; }
a { background-color: rgb(36,79,161); }
div.DivClassName
{
background-color: #244FA1;
}
.BgClassName
{
background-color: #244FA1;
}
</style>
border-color css
<style>
span { border-color: #244FA1; }
span { border-color: rgb(36,79,161); }
td.TdClassName
{
border-color: #244FA1;
}
.TagClassName
{
border-color: #244FA1;
}
</style>