Shades of Endeavour #244D9D
Tints of Endeavour #244D9D
RGB
CMYK
RGB Variations
Color information
#244D9D (or 0x244D9D) is known color: Endeavour. HEX triplet: 24, 4D and 9D. RGB value is (36,77,157). Sum of RGB (Red+Green+Blue) = 36+77+157=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #244D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244D9D is #DBB262. Grayscale: #494949. Windows color (decimal): -14398051 or 10308900. OLE color: 10308900.
HSL color Cylindrical-coordinate representation of color #244D9D: hue angle of 219.67º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #244D9D is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 77 | 157 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.38 |
| HSL | 219.67º | 0.63% | 0.38% | - |
| HSV(B) | 219.67º | 0.77% | 0.62% | - |
| XYZ | 9.47 | 8.12 | 32.97 | - |
| YUV | 73.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 157 | 0.77 | 0.51 | 0 | 0.38 | 219.67 | 0.63 | 0.38 |
| Hex | 24 | 4D | 9D | 4D | 33 | 0 | 26 | DC | 3F | 26 |
| Octal | 44 | 115 | 235 | 115 | 63 | 0 | 46 | 334 | 77 | 46 |
| Binary | 100100 | 1001101 | 10011101 | 1001101 | 110011 | 0 | 100110 | 11011100 | 111111 | 100110 |
Color Harmonies of #244D9D
Complementary color
Monochromatic Colors of #244D9D
Black with #244D9D
Text Example
Text Example
White with #244D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D9D; }
p { color: rgb(36,77,157); }
H1.HeaderClassName
{
color: #244D9D;
}
.AnyTagClassName
{
color: #244D9D;
}
</style>
background-color css
<style>
a { background-color: #244D9D; }
a { background-color: rgb(36,77,157); }
div.DivClassName
{
background-color: #244D9D;
}
.BgClassName
{
background-color: #244D9D;
}
</style>
border-color css
<style>
span { border-color: #244D9D; }
span { border-color: rgb(36,77,157); }
td.TdClassName
{
border-color: #244D9D;
}
.TagClassName
{
border-color: #244D9D;
}
</style>