Shades of Endeavour #2458A0
Tints of Endeavour #2458A0
RGB
CMYK
RGB Variations
Color information
#2458A0 (or 0x2458A0) is known color: Endeavour. HEX triplet: 24, 58 and A0. RGB value is (36,88,160). Sum of RGB (Red+Green+Blue) = 36+88+160=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #2458A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2458A0 is #DBA75F. Grayscale: #505050. Windows color (decimal): -14395232 or 10508324. OLE color: 10508324.
HSL color Cylindrical-coordinate representation of color #2458A0: hue angle of 214.84º 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 #2458A0 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 88 | 160 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.37 |
| HSL | 214.84º | 0.63% | 0.38% | - |
| HSV(B) | 214.84º | 0.78% | 0.63% | - |
| XYZ | 10.56 | 9.89 | 34.61 | - |
| YUV | 80.66 | 172.77 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 160 | 0.78 | 0.45 | 0 | 0.37 | 214.84 | 0.63 | 0.38 |
| Hex | 24 | 58 | A0 | 4E | 2D | 0 | 25 | D7 | 3F | 26 |
| Octal | 44 | 130 | 240 | 116 | 55 | 0 | 45 | 327 | 77 | 46 |
| Binary | 100100 | 1011000 | 10100000 | 1001110 | 101101 | 0 | 100101 | 11010111 | 111111 | 100110 |
Color Harmonies of #2458A0
Complementary color
Monochromatic Colors of #2458A0
Black with #2458A0
Text Example
Text Example
White with #2458A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458A0; }
p { color: rgb(36,88,160); }
H1.HeaderClassName
{
color: #2458A0;
}
.AnyTagClassName
{
color: #2458A0;
}
</style>
background-color css
<style>
a { background-color: #2458A0; }
a { background-color: rgb(36,88,160); }
div.DivClassName
{
background-color: #2458A0;
}
.BgClassName
{
background-color: #2458A0;
}
</style>
border-color css
<style>
span { border-color: #2458A0; }
span { border-color: rgb(36,88,160); }
td.TdClassName
{
border-color: #2458A0;
}
.TagClassName
{
border-color: #2458A0;
}
</style>