Shades of Endeavour #245688
Tints of Endeavour #245688
RGB
CMYK
RGB Variations
Color information
#245688 (or 0x245688) is known color: Endeavour. HEX triplet: 24, 56 and 88. RGB value is (36,86,136). Sum of RGB (Red+Green+Blue) = 36+86+136=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #245688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245688 is #DBA977. Grayscale: #4C4C4C. Windows color (decimal): -14395768 or 8934948. OLE color: 8934948.
HSL color Cylindrical-coordinate representation of color #245688: hue angle of 210º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245688 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 86 | 136 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.47 |
| HSL | 210º | 0.58% | 0.34% | - |
| HSV(B) | 210º | 0.74% | 0.53% | - |
| XYZ | 8.5 | 8.81 | 24.54 | - |
| YUV | 76.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 136 | 0.74 | 0.37 | 0 | 0.47 | 210 | 0.58 | 0.34 |
| Hex | 24 | 56 | 88 | 4A | 25 | 0 | 2F | D2 | 3A | 22 |
| Octal | 44 | 126 | 210 | 112 | 45 | 0 | 57 | 322 | 72 | 42 |
| Binary | 100100 | 1010110 | 10001000 | 1001010 | 100101 | 0 | 101111 | 11010010 | 111010 | 100010 |
Color Harmonies of #245688
Complementary color
Monochromatic Colors of #245688
Black with #245688
Text Example
Text Example
White with #245688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245688; }
p { color: rgb(36,86,136); }
H1.HeaderClassName
{
color: #245688;
}
.AnyTagClassName
{
color: #245688;
}
</style>
background-color css
<style>
a { background-color: #245688; }
a { background-color: rgb(36,86,136); }
div.DivClassName
{
background-color: #245688;
}
.BgClassName
{
background-color: #245688;
}
</style>
border-color css
<style>
span { border-color: #245688; }
span { border-color: rgb(36,86,136); }
td.TdClassName
{
border-color: #245688;
}
.TagClassName
{
border-color: #245688;
}
</style>