Shades of Endeavour #245C89
Tints of Endeavour #245C89
RGB
CMYK
RGB Variations
Color information
#245C89 (or 0x245C89) is known color: Endeavour. HEX triplet: 24, 5C and 89. RGB value is (36,92,137). Sum of RGB (Red+Green+Blue) = 36+92+137=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #245C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C89 is #DBA376. Grayscale: #505050. Windows color (decimal): -14394231 or 9002020. OLE color: 9002020.
HSL color Cylindrical-coordinate representation of color #245C89: hue angle of 206.73º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245C89 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 92 | 137 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.46 |
| HSL | 206.73º | 0.58% | 0.34% | - |
| HSV(B) | 206.73º | 0.74% | 0.54% | - |
| XYZ | 9.07 | 9.84 | 25.09 | - |
| YUV | 80.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 137 | 0.74 | 0.33 | 0 | 0.46 | 206.73 | 0.58 | 0.34 |
| Hex | 24 | 5C | 89 | 4A | 21 | 0 | 2E | CF | 3A | 22 |
| Octal | 44 | 134 | 211 | 112 | 41 | 0 | 56 | 317 | 72 | 42 |
| Binary | 100100 | 1011100 | 10001001 | 1001010 | 100001 | 0 | 101110 | 11001111 | 111010 | 100010 |
Color Harmonies of #245C89
Complementary color
Monochromatic Colors of #245C89
Black with #245C89
Text Example
Text Example
White with #245C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C89; }
p { color: rgb(36,92,137); }
H1.HeaderClassName
{
color: #245C89;
}
.AnyTagClassName
{
color: #245C89;
}
</style>
background-color css
<style>
a { background-color: #245C89; }
a { background-color: rgb(36,92,137); }
div.DivClassName
{
background-color: #245C89;
}
.BgClassName
{
background-color: #245C89;
}
</style>
border-color css
<style>
span { border-color: #245C89; }
span { border-color: rgb(36,92,137); }
td.TdClassName
{
border-color: #245C89;
}
.TagClassName
{
border-color: #245C89;
}
</style>