Shades of Endeavour #245586
Tints of Endeavour #245586
RGB
CMYK
RGB Variations
Color information
#245586 (or 0x245586) is known color: Endeavour. HEX triplet: 24, 55 and 86. RGB value is (36,85,134). Sum of RGB (Red+Green+Blue) = 36+85+134=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #245586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245586 is #DBAA79. Grayscale: #4B4B4B. Windows color (decimal): -14396026 or 8803620. OLE color: 8803620.
HSL color Cylindrical-coordinate representation of color #245586: hue angle of 210º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245586 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 85 | 134 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.47 |
| HSL | 210º | 0.58% | 0.33% | - |
| HSV(B) | 210º | 0.73% | 0.53% | - |
| XYZ | 8.28 | 8.59 | 23.78 | - |
| YUV | 75.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 134 | 0.73 | 0.37 | 0 | 0.47 | 210 | 0.58 | 0.33 |
| Hex | 24 | 55 | 86 | 49 | 25 | 0 | 2F | D2 | 3A | 21 |
| Octal | 44 | 125 | 206 | 111 | 45 | 0 | 57 | 322 | 72 | 41 |
| Binary | 100100 | 1010101 | 10000110 | 1001001 | 100101 | 0 | 101111 | 11010010 | 111010 | 100001 |
Color Harmonies of #245586
Complementary color
Monochromatic Colors of #245586
Black with #245586
Text Example
Text Example
White with #245586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245586; }
p { color: rgb(36,85,134); }
H1.HeaderClassName
{
color: #245586;
}
.AnyTagClassName
{
color: #245586;
}
</style>
background-color css
<style>
a { background-color: #245586; }
a { background-color: rgb(36,85,134); }
div.DivClassName
{
background-color: #245586;
}
.BgClassName
{
background-color: #245586;
}
</style>
border-color css
<style>
span { border-color: #245586; }
span { border-color: rgb(36,85,134); }
td.TdClassName
{
border-color: #245586;
}
.TagClassName
{
border-color: #245586;
}
</style>