Shades of Endeavour #2459A0
Tints of Endeavour #2459A0
RGB
CMYK
RGB Variations
Color information
#2459A0 (or 0x2459A0) is known color: Endeavour. HEX triplet: 24, 59 and A0. RGB value is (36,89,160). Sum of RGB (Red+Green+Blue) = 36+89+160=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #2459A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2459A0 is #DBA65F. Grayscale: #505050. Windows color (decimal): -14394976 or 10508580. OLE color: 10508580.
HSL color Cylindrical-coordinate representation of color #2459A0: hue angle of 214.35º 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 #2459A0 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 89 | 160 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.37 |
| HSL | 214.35º | 0.63% | 0.38% | - |
| HSV(B) | 214.35º | 0.78% | 0.63% | - |
| XYZ | 10.65 | 10.06 | 34.64 | - |
| YUV | 81.25 | 172.44 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 160 | 0.78 | 0.44 | 0 | 0.37 | 214.35 | 0.63 | 0.38 |
| Hex | 24 | 59 | A0 | 4E | 2C | 0 | 25 | D6 | 3F | 26 |
| Octal | 44 | 131 | 240 | 116 | 54 | 0 | 45 | 326 | 77 | 46 |
| Binary | 100100 | 1011001 | 10100000 | 1001110 | 101100 | 0 | 100101 | 11010110 | 111111 | 100110 |
Color Harmonies of #2459A0
Complementary color
Monochromatic Colors of #2459A0
Black with #2459A0
Text Example
Text Example
White with #2459A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2459A0; }
p { color: rgb(36,89,160); }
H1.HeaderClassName
{
color: #2459A0;
}
.AnyTagClassName
{
color: #2459A0;
}
</style>
background-color css
<style>
a { background-color: #2459A0; }
a { background-color: rgb(36,89,160); }
div.DivClassName
{
background-color: #2459A0;
}
.BgClassName
{
background-color: #2459A0;
}
</style>
border-color css
<style>
span { border-color: #2459A0; }
span { border-color: rgb(36,89,160); }
td.TdClassName
{
border-color: #2459A0;
}
.TagClassName
{
border-color: #2459A0;
}
</style>