Shades of Endeavour #245B89
Tints of Endeavour #245B89
RGB
CMYK
RGB Variations
Color information
#245B89 (or 0x245B89) is known color: Endeavour. HEX triplet: 24, 5B and 89. RGB value is (36,91,137). Sum of RGB (Red+Green+Blue) = 36+91+137=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #245B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245B89 is #DBA476. Grayscale: #4F4F4F. Windows color (decimal): -14394487 or 9001764. OLE color: 9001764.
HSL color Cylindrical-coordinate representation of color #245B89: hue angle of 207.33º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245B89 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 91 | 137 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.46 |
| HSL | 207.33º | 0.58% | 0.34% | - |
| HSV(B) | 207.33º | 0.74% | 0.54% | - |
| XYZ | 8.98 | 9.66 | 25.06 | - |
| YUV | 79.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 137 | 0.74 | 0.34 | 0 | 0.46 | 207.33 | 0.58 | 0.34 |
| Hex | 24 | 5B | 89 | 4A | 22 | 0 | 2E | CF | 3A | 22 |
| Octal | 44 | 133 | 211 | 112 | 42 | 0 | 56 | 317 | 72 | 42 |
| Binary | 100100 | 1011011 | 10001001 | 1001010 | 100010 | 0 | 101110 | 11001111 | 111010 | 100010 |
Color Harmonies of #245B89
Complementary color
Monochromatic Colors of #245B89
Black with #245B89
Text Example
Text Example
White with #245B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B89; }
p { color: rgb(36,91,137); }
H1.HeaderClassName
{
color: #245B89;
}
.AnyTagClassName
{
color: #245B89;
}
</style>
background-color css
<style>
a { background-color: #245B89; }
a { background-color: rgb(36,91,137); }
div.DivClassName
{
background-color: #245B89;
}
.BgClassName
{
background-color: #245B89;
}
</style>
border-color css
<style>
span { border-color: #245B89; }
span { border-color: rgb(36,91,137); }
td.TdClassName
{
border-color: #245B89;
}
.TagClassName
{
border-color: #245B89;
}
</style>