Shades of Endeavour #245BA0
Tints of Endeavour #245BA0
RGB
CMYK
RGB Variations
Color information
#245BA0 (or 0x245BA0) is known color: Endeavour. HEX triplet: 24, 5B and A0. RGB value is (36,91,160). Sum of RGB (Red+Green+Blue) = 36+91+160=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #245BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245BA0 is #DBA45F. Grayscale: #525252. Windows color (decimal): -14394464 or 10509092. OLE color: 10509092.
HSL color Cylindrical-coordinate representation of color #245BA0: hue angle of 213.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245BA0 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 91 | 160 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.37 |
| HSL | 213.39º | 0.63% | 0.38% | - |
| HSV(B) | 213.39º | 0.78% | 0.63% | - |
| XYZ | 10.81 | 10.4 | 34.69 | - |
| YUV | 82.42 | 171.78 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 160 | 0.78 | 0.43 | 0 | 0.37 | 213.39 | 0.63 | 0.38 |
| Hex | 24 | 5B | A0 | 4E | 2B | 0 | 25 | D5 | 3F | 26 |
| Octal | 44 | 133 | 240 | 116 | 53 | 0 | 45 | 325 | 77 | 46 |
| Binary | 100100 | 1011011 | 10100000 | 1001110 | 101011 | 0 | 100101 | 11010101 | 111111 | 100110 |
Color Harmonies of #245BA0
Complementary color
Monochromatic Colors of #245BA0
Black with #245BA0
Text Example
Text Example
White with #245BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BA0; }
p { color: rgb(36,91,160); }
H1.HeaderClassName
{
color: #245BA0;
}
.AnyTagClassName
{
color: #245BA0;
}
</style>
background-color css
<style>
a { background-color: #245BA0; }
a { background-color: rgb(36,91,160); }
div.DivClassName
{
background-color: #245BA0;
}
.BgClassName
{
background-color: #245BA0;
}
</style>
border-color css
<style>
span { border-color: #245BA0; }
span { border-color: rgb(36,91,160); }
td.TdClassName
{
border-color: #245BA0;
}
.TagClassName
{
border-color: #245BA0;
}
</style>