Shades of Endeavour #245289
Tints of Endeavour #245289
RGB
CMYK
RGB Variations
Color information
#245289 (or 0x245289) is known color: Endeavour. HEX triplet: 24, 52 and 89. RGB value is (36,82,137). Sum of RGB (Red+Green+Blue) = 36+82+137=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #245289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245289 is #DBAD76. Grayscale: #4A4A4A. Windows color (decimal): -14396791 or 8999460. OLE color: 8999460.
HSL color Cylindrical-coordinate representation of color #245289: hue angle of 212.67º 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 #245289 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 82 | 137 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.46 |
| HSL | 212.67º | 0.58% | 0.34% | - |
| HSV(B) | 212.67º | 0.74% | 0.54% | - |
| XYZ | 8.26 | 8.22 | 24.82 | - |
| YUV | 74.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 137 | 0.74 | 0.40 | 0 | 0.46 | 212.67 | 0.58 | 0.34 |
| Hex | 24 | 52 | 89 | 4A | 28 | 0 | 2E | D5 | 3A | 22 |
| Octal | 44 | 122 | 211 | 112 | 50 | 0 | 56 | 325 | 72 | 42 |
| Binary | 100100 | 1010010 | 10001001 | 1001010 | 101000 | 0 | 101110 | 11010101 | 111010 | 100010 |
Color Harmonies of #245289
Complementary color
Monochromatic Colors of #245289
Black with #245289
Text Example
Text Example
White with #245289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245289; }
p { color: rgb(36,82,137); }
H1.HeaderClassName
{
color: #245289;
}
.AnyTagClassName
{
color: #245289;
}
</style>
background-color css
<style>
a { background-color: #245289; }
a { background-color: rgb(36,82,137); }
div.DivClassName
{
background-color: #245289;
}
.BgClassName
{
background-color: #245289;
}
</style>
border-color css
<style>
span { border-color: #245289; }
span { border-color: rgb(36,82,137); }
td.TdClassName
{
border-color: #245289;
}
.TagClassName
{
border-color: #245289;
}
</style>