Shades of Endeavour #245A91
Tints of Endeavour #245A91
RGB
CMYK
RGB Variations
Color information
#245A91 (or 0x245A91) is known color: Endeavour. HEX triplet: 24, 5A and 91. RGB value is (36,90,145). Sum of RGB (Red+Green+Blue) = 36+90+145=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #245A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A91 is #DBA56E. Grayscale: #4F4F4F. Windows color (decimal): -14394735 or 9525796. OLE color: 9525796.
HSL color Cylindrical-coordinate representation of color #245A91: hue angle of 210.28º 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 #245A91 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 90 | 145 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.43 |
| HSL | 210.28º | 0.6% | 0.35% | - |
| HSV(B) | 210.28º | 0.75% | 0.57% | - |
| XYZ | 9.49 | 9.73 | 28.17 | - |
| YUV | 80.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 145 | 0.75 | 0.38 | 0 | 0.43 | 210.28 | 0.6 | 0.35 |
| Hex | 24 | 5A | 91 | 4B | 26 | 0 | 2B | D2 | 3C | 23 |
| Octal | 44 | 132 | 221 | 113 | 46 | 0 | 53 | 322 | 74 | 43 |
| Binary | 100100 | 1011010 | 10010001 | 1001011 | 100110 | 0 | 101011 | 11010010 | 111100 | 100011 |
Color Harmonies of #245A91
Complementary color
Monochromatic Colors of #245A91
Black with #245A91
Text Example
Text Example
White with #245A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A91; }
p { color: rgb(36,90,145); }
H1.HeaderClassName
{
color: #245A91;
}
.AnyTagClassName
{
color: #245A91;
}
</style>
background-color css
<style>
a { background-color: #245A91; }
a { background-color: rgb(36,90,145); }
div.DivClassName
{
background-color: #245A91;
}
.BgClassName
{
background-color: #245A91;
}
</style>
border-color css
<style>
span { border-color: #245A91; }
span { border-color: rgb(36,90,145); }
td.TdClassName
{
border-color: #245A91;
}
.TagClassName
{
border-color: #245A91;
}
</style>