Shades of Endeavour #244E83
Tints of Endeavour #244E83
RGB
CMYK
RGB Variations
Color information
#244E83 (or 0x244E83) is known color: Endeavour. HEX triplet: 24, 4E and 83. RGB value is (36,78,131). Sum of RGB (Red+Green+Blue) = 36+78+131=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #244E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244E83 is #DBB17C. Grayscale: #474747. Windows color (decimal): -14397821 or 8605220. OLE color: 8605220.
HSL color Cylindrical-coordinate representation of color #244E83: hue angle of 213.47º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #244E83 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 78 | 131 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.49 |
| HSL | 213.47º | 0.57% | 0.33% | - |
| HSV(B) | 213.47º | 0.73% | 0.51% | - |
| XYZ | 7.55 | 7.46 | 22.52 | - |
| YUV | 71.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 131 | 0.73 | 0.40 | 0 | 0.49 | 213.47 | 0.57 | 0.33 |
| Hex | 24 | 4E | 83 | 49 | 28 | 0 | 31 | D5 | 39 | 21 |
| Octal | 44 | 116 | 203 | 111 | 50 | 0 | 61 | 325 | 71 | 41 |
| Binary | 100100 | 1001110 | 10000011 | 1001001 | 101000 | 0 | 110001 | 11010101 | 111001 | 100001 |
Color Harmonies of #244E83
Complementary color
Monochromatic Colors of #244E83
Black with #244E83
Text Example
Text Example
White with #244E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E83; }
p { color: rgb(36,78,131); }
H1.HeaderClassName
{
color: #244E83;
}
.AnyTagClassName
{
color: #244E83;
}
</style>
background-color css
<style>
a { background-color: #244E83; }
a { background-color: rgb(36,78,131); }
div.DivClassName
{
background-color: #244E83;
}
.BgClassName
{
background-color: #244E83;
}
</style>
border-color css
<style>
span { border-color: #244E83; }
span { border-color: rgb(36,78,131); }
td.TdClassName
{
border-color: #244E83;
}
.TagClassName
{
border-color: #244E83;
}
</style>