Shades of Endeavour #245587
Tints of Endeavour #245587
RGB
CMYK
RGB Variations
Color information
#245587 (or 0x245587) is known color: Endeavour. HEX triplet: 24, 55 and 87. RGB value is (36,85,135). Sum of RGB (Red+Green+Blue) = 36+85+135=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #245587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245587 is #DBAA78. Grayscale: #4B4B4B. Windows color (decimal): -14396025 or 8869156. OLE color: 8869156.
HSL color Cylindrical-coordinate representation of color #245587: hue angle of 210.3º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245587 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 85 | 135 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.47 |
| HSL | 210.3º | 0.58% | 0.34% | - |
| HSV(B) | 210.3º | 0.73% | 0.53% | - |
| XYZ | 8.35 | 8.62 | 24.15 | - |
| YUV | 76.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 135 | 0.73 | 0.37 | 0 | 0.47 | 210.3 | 0.58 | 0.34 |
| Hex | 24 | 55 | 87 | 49 | 25 | 0 | 2F | D2 | 3A | 22 |
| Octal | 44 | 125 | 207 | 111 | 45 | 0 | 57 | 322 | 72 | 42 |
| Binary | 100100 | 1010101 | 10000111 | 1001001 | 100101 | 0 | 101111 | 11010010 | 111010 | 100010 |
Color Harmonies of #245587
Complementary color
Monochromatic Colors of #245587
Black with #245587
Text Example
Text Example
White with #245587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245587; }
p { color: rgb(36,85,135); }
H1.HeaderClassName
{
color: #245587;
}
.AnyTagClassName
{
color: #245587;
}
</style>
background-color css
<style>
a { background-color: #245587; }
a { background-color: rgb(36,85,135); }
div.DivClassName
{
background-color: #245587;
}
.BgClassName
{
background-color: #245587;
}
</style>
border-color css
<style>
span { border-color: #245587; }
span { border-color: rgb(36,85,135); }
td.TdClassName
{
border-color: #245587;
}
.TagClassName
{
border-color: #245587;
}
</style>