Shades of Endeavour #245786
Tints of Endeavour #245786
RGB
CMYK
RGB Variations
Color information
#245786 (or 0x245786) is known color: Endeavour. HEX triplet: 24, 57 and 86. RGB value is (36,87,134). Sum of RGB (Red+Green+Blue) = 36+87+134=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #245786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245786 is #DBA879. Grayscale: #4C4C4C. Windows color (decimal): -14395514 or 8804132. OLE color: 8804132.
HSL color Cylindrical-coordinate representation of color #245786: hue angle of 208.78º 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 #245786 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 87 | 134 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.47 |
| HSL | 208.78º | 0.58% | 0.33% | - |
| HSV(B) | 208.78º | 0.73% | 0.53% | - |
| XYZ | 8.44 | 8.91 | 23.83 | - |
| YUV | 77.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 87 | 134 | 0.73 | 0.35 | 0 | 0.47 | 208.78 | 0.58 | 0.33 |
| Hex | 24 | 57 | 86 | 49 | 23 | 0 | 2F | D1 | 3A | 21 |
| Octal | 44 | 127 | 206 | 111 | 43 | 0 | 57 | 321 | 72 | 41 |
| Binary | 100100 | 1010111 | 10000110 | 1001001 | 100011 | 0 | 101111 | 11010001 | 111010 | 100001 |
Color Harmonies of #245786
Complementary color
Monochromatic Colors of #245786
Black with #245786
Text Example
Text Example
White with #245786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245786; }
p { color: rgb(36,87,134); }
H1.HeaderClassName
{
color: #245786;
}
.AnyTagClassName
{
color: #245786;
}
</style>
background-color css
<style>
a { background-color: #245786; }
a { background-color: rgb(36,87,134); }
div.DivClassName
{
background-color: #245786;
}
.BgClassName
{
background-color: #245786;
}
</style>
border-color css
<style>
span { border-color: #245786; }
span { border-color: rgb(36,87,134); }
td.TdClassName
{
border-color: #245786;
}
.TagClassName
{
border-color: #245786;
}
</style>