Shades of Endeavour #245591
Tints of Endeavour #245591
RGB
CMYK
RGB Variations
Color information
#245591 (or 0x245591) is known color: Endeavour. HEX triplet: 24, 55 and 91. RGB value is (36,85,145). Sum of RGB (Red+Green+Blue) = 36+85+145=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #245591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245591 is #DBAA6E. Grayscale: #4C4C4C. Windows color (decimal): -14396015 or 9524516. OLE color: 9524516.
HSL color Cylindrical-coordinate representation of color #245591: hue angle of 213.03º 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 #245591 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 85 | 145 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.43 |
| HSL | 213.03º | 0.6% | 0.35% | - |
| HSV(B) | 213.03º | 0.75% | 0.57% | - |
| XYZ | 9.09 | 8.92 | 28.03 | - |
| YUV | 77.19 | 166.27 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 145 | 0.75 | 0.41 | 0 | 0.43 | 213.03 | 0.6 | 0.35 |
| Hex | 24 | 55 | 91 | 4B | 29 | 0 | 2B | D5 | 3C | 23 |
| Octal | 44 | 125 | 221 | 113 | 51 | 0 | 53 | 325 | 74 | 43 |
| Binary | 100100 | 1010101 | 10010001 | 1001011 | 101001 | 0 | 101011 | 11010101 | 111100 | 100011 |
Color Harmonies of #245591
Complementary color
Monochromatic Colors of #245591
Black with #245591
Text Example
Text Example
White with #245591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245591; }
p { color: rgb(36,85,145); }
H1.HeaderClassName
{
color: #245591;
}
.AnyTagClassName
{
color: #245591;
}
</style>
background-color css
<style>
a { background-color: #245591; }
a { background-color: rgb(36,85,145); }
div.DivClassName
{
background-color: #245591;
}
.BgClassName
{
background-color: #245591;
}
</style>
border-color css
<style>
span { border-color: #245591; }
span { border-color: rgb(36,85,145); }
td.TdClassName
{
border-color: #245591;
}
.TagClassName
{
border-color: #245591;
}
</style>