Shades of Endeavour #245889
Tints of Endeavour #245889
RGB
CMYK
RGB Variations
Color information
#245889 (or 0x245889) is known color: Endeavour. HEX triplet: 24, 58 and 89. RGB value is (36,88,137). Sum of RGB (Red+Green+Blue) = 36+88+137=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #245889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245889 is #DBA776. Grayscale: #4D4D4D. Windows color (decimal): -14395255 or 9000996. OLE color: 9000996.
HSL color Cylindrical-coordinate representation of color #245889: hue angle of 209.11º 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 #245889 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 88 | 137 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.46 |
| HSL | 209.11º | 0.58% | 0.34% | - |
| HSV(B) | 209.11º | 0.74% | 0.54% | - |
| XYZ | 8.73 | 9.16 | 24.97 | - |
| YUV | 78.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 137 | 0.74 | 0.36 | 0 | 0.46 | 209.11 | 0.58 | 0.34 |
| Hex | 24 | 58 | 89 | 4A | 24 | 0 | 2E | D1 | 3A | 22 |
| Octal | 44 | 130 | 211 | 112 | 44 | 0 | 56 | 321 | 72 | 42 |
| Binary | 100100 | 1011000 | 10001001 | 1001010 | 100100 | 0 | 101110 | 11010001 | 111010 | 100010 |
Color Harmonies of #245889
Complementary color
Monochromatic Colors of #245889
Black with #245889
Text Example
Text Example
White with #245889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245889; }
p { color: rgb(36,88,137); }
H1.HeaderClassName
{
color: #245889;
}
.AnyTagClassName
{
color: #245889;
}
</style>
background-color css
<style>
a { background-color: #245889; }
a { background-color: rgb(36,88,137); }
div.DivClassName
{
background-color: #245889;
}
.BgClassName
{
background-color: #245889;
}
</style>
border-color css
<style>
span { border-color: #245889; }
span { border-color: rgb(36,88,137); }
td.TdClassName
{
border-color: #245889;
}
.TagClassName
{
border-color: #245889;
}
</style>