Shades of Endeavour #244B94
Tints of Endeavour #244B94
RGB
CMYK
RGB Variations
Color information
#244B94 (or 0x244B94) is known color: Endeavour. HEX triplet: 24, 4B and 94. RGB value is (36,75,148). Sum of RGB (Red+Green+Blue) = 36+75+148=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #244B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244B94 is #DBB46B. Grayscale: #474747. Windows color (decimal): -14398572 or 9718564. OLE color: 9718564.
HSL color Cylindrical-coordinate representation of color #244B94: hue angle of 219.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244B94 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 75 | 148 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.42 |
| HSL | 219.11º | 0.61% | 0.36% | - |
| HSV(B) | 219.11º | 0.76% | 0.58% | - |
| XYZ | 8.59 | 7.55 | 29.02 | - |
| YUV | 71.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 148 | 0.76 | 0.49 | 0 | 0.42 | 219.11 | 0.61 | 0.36 |
| Hex | 24 | 4B | 94 | 4C | 31 | 0 | 2A | DB | 3D | 24 |
| Octal | 44 | 113 | 224 | 114 | 61 | 0 | 52 | 333 | 75 | 44 |
| Binary | 100100 | 1001011 | 10010100 | 1001100 | 110001 | 0 | 101010 | 11011011 | 111101 | 100100 |
Color Harmonies of #244B94
Complementary color
Monochromatic Colors of #244B94
Black with #244B94
Text Example
Text Example
White with #244B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244B94; }
p { color: rgb(36,75,148); }
H1.HeaderClassName
{
color: #244B94;
}
.AnyTagClassName
{
color: #244B94;
}
</style>
background-color css
<style>
a { background-color: #244B94; }
a { background-color: rgb(36,75,148); }
div.DivClassName
{
background-color: #244B94;
}
.BgClassName
{
background-color: #244B94;
}
</style>
border-color css
<style>
span { border-color: #244B94; }
span { border-color: rgb(36,75,148); }
td.TdClassName
{
border-color: #244B94;
}
.TagClassName
{
border-color: #244B94;
}
</style>