Shades of Endeavour #244C94
Tints of Endeavour #244C94
RGB
CMYK
RGB Variations
Color information
#244C94 (or 0x244C94) is known color: Endeavour. HEX triplet: 24, 4C and 94. RGB value is (36,76,148). Sum of RGB (Red+Green+Blue) = 36+76+148=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #244C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244C94 is #DBB36B. Grayscale: #474747. Windows color (decimal): -14398316 or 9718820. OLE color: 9718820.
HSL color Cylindrical-coordinate representation of color #244C94: hue angle of 218.57º 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 #244C94 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 76 | 148 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.42 |
| HSL | 218.57º | 0.61% | 0.36% | - |
| HSV(B) | 218.57º | 0.76% | 0.58% | - |
| XYZ | 8.66 | 7.68 | 29.04 | - |
| YUV | 72.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 148 | 0.76 | 0.49 | 0 | 0.42 | 218.57 | 0.61 | 0.36 |
| Hex | 24 | 4C | 94 | 4C | 31 | 0 | 2A | DB | 3D | 24 |
| Octal | 44 | 114 | 224 | 114 | 61 | 0 | 52 | 333 | 75 | 44 |
| Binary | 100100 | 1001100 | 10010100 | 1001100 | 110001 | 0 | 101010 | 11011011 | 111101 | 100100 |
Color Harmonies of #244C94
Complementary color
Monochromatic Colors of #244C94
Black with #244C94
Text Example
Text Example
White with #244C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C94; }
p { color: rgb(36,76,148); }
H1.HeaderClassName
{
color: #244C94;
}
.AnyTagClassName
{
color: #244C94;
}
</style>
background-color css
<style>
a { background-color: #244C94; }
a { background-color: rgb(36,76,148); }
div.DivClassName
{
background-color: #244C94;
}
.BgClassName
{
background-color: #244C94;
}
</style>
border-color css
<style>
span { border-color: #244C94; }
span { border-color: rgb(36,76,148); }
td.TdClassName
{
border-color: #244C94;
}
.TagClassName
{
border-color: #244C94;
}
</style>