Shades of Endeavour #244A93
Tints of Endeavour #244A93
RGB
CMYK
RGB Variations
Color information
#244A93 (or 0x244A93) is known color: Endeavour. HEX triplet: 24, 4A and 93. RGB value is (36,74,147). Sum of RGB (Red+Green+Blue) = 36+74+147=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #244A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A93 is #DBB56C. Grayscale: #464646. Windows color (decimal): -14398829 or 9652772. OLE color: 9652772.
HSL color Cylindrical-coordinate representation of color #244A93: hue angle of 219.46º 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 #244A93 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 74 | 147 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.42 |
| HSL | 219.46º | 0.61% | 0.36% | - |
| HSV(B) | 219.46º | 0.76% | 0.58% | - |
| XYZ | 8.44 | 7.38 | 28.58 | - |
| YUV | 70.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 147 | 0.76 | 0.50 | 0 | 0.42 | 219.46 | 0.61 | 0.36 |
| Hex | 24 | 4A | 93 | 4C | 32 | 0 | 2A | DB | 3D | 24 |
| Octal | 44 | 112 | 223 | 114 | 62 | 0 | 52 | 333 | 75 | 44 |
| Binary | 100100 | 1001010 | 10010011 | 1001100 | 110010 | 0 | 101010 | 11011011 | 111101 | 100100 |
Color Harmonies of #244A93
Complementary color
Monochromatic Colors of #244A93
Black with #244A93
Text Example
Text Example
White with #244A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A93; }
p { color: rgb(36,74,147); }
H1.HeaderClassName
{
color: #244A93;
}
.AnyTagClassName
{
color: #244A93;
}
</style>
background-color css
<style>
a { background-color: #244A93; }
a { background-color: rgb(36,74,147); }
div.DivClassName
{
background-color: #244A93;
}
.BgClassName
{
background-color: #244A93;
}
</style>
border-color css
<style>
span { border-color: #244A93; }
span { border-color: rgb(36,74,147); }
td.TdClassName
{
border-color: #244A93;
}
.TagClassName
{
border-color: #244A93;
}
</style>