Shades of Endeavour #245E91
Tints of Endeavour #245E91
RGB
CMYK
RGB Variations
Color information
#245E91 (or 0x245E91) is known color: Endeavour. HEX triplet: 24, 5E and 91. RGB value is (36,94,145). Sum of RGB (Red+Green+Blue) = 36+94+145=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #245E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E91 is #DBA16E. Grayscale: #525252. Windows color (decimal): -14393711 or 9526820. OLE color: 9526820.
HSL color Cylindrical-coordinate representation of color #245E91: hue angle of 208.07º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245E91 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 94 | 145 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.43 |
| HSL | 208.07º | 0.6% | 0.35% | - |
| HSV(B) | 208.07º | 0.75% | 0.57% | - |
| XYZ | 9.84 | 10.42 | 28.28 | - |
| YUV | 82.47 | 163.28 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 145 | 0.75 | 0.35 | 0 | 0.43 | 208.07 | 0.6 | 0.35 |
| Hex | 24 | 5E | 91 | 4B | 23 | 0 | 2B | D0 | 3C | 23 |
| Octal | 44 | 136 | 221 | 113 | 43 | 0 | 53 | 320 | 74 | 43 |
| Binary | 100100 | 1011110 | 10010001 | 1001011 | 100011 | 0 | 101011 | 11010000 | 111100 | 100011 |
Color Harmonies of #245E91
Complementary color
Monochromatic Colors of #245E91
Black with #245E91
Text Example
Text Example
White with #245E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E91; }
p { color: rgb(36,94,145); }
H1.HeaderClassName
{
color: #245E91;
}
.AnyTagClassName
{
color: #245E91;
}
</style>
background-color css
<style>
a { background-color: #245E91; }
a { background-color: rgb(36,94,145); }
div.DivClassName
{
background-color: #245E91;
}
.BgClassName
{
background-color: #245E91;
}
</style>
border-color css
<style>
span { border-color: #245E91; }
span { border-color: rgb(36,94,145); }
td.TdClassName
{
border-color: #245E91;
}
.TagClassName
{
border-color: #245E91;
}
</style>