Shades of Endeavour #245E99
Tints of Endeavour #245E99
RGB
CMYK
RGB Variations
Color information
#245E99 (or 0x245E99) is known color: Endeavour. HEX triplet: 24, 5E and 99. RGB value is (36,94,153). Sum of RGB (Red+Green+Blue) = 36+94+153=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #245E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E99 is #DBA166. Grayscale: #535353. Windows color (decimal): -14393703 or 10051108. OLE color: 10051108.
HSL color Cylindrical-coordinate representation of color #245E99: hue angle of 210.26º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245E99 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 94 | 153 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.4 |
| HSL | 210.26º | 0.62% | 0.37% | - |
| HSV(B) | 210.26º | 0.76% | 0.6% | - |
| XYZ | 10.48 | 10.68 | 31.65 | - |
| YUV | 83.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 153 | 0.76 | 0.39 | 0 | 0.4 | 210.26 | 0.62 | 0.37 |
| Hex | 24 | 5E | 99 | 4C | 27 | 0 | 28 | D2 | 3E | 25 |
| Octal | 44 | 136 | 231 | 114 | 47 | 0 | 50 | 322 | 76 | 45 |
| Binary | 100100 | 1011110 | 10011001 | 1001100 | 100111 | 0 | 101000 | 11010010 | 111110 | 100101 |
Color Harmonies of #245E99
Complementary color
Monochromatic Colors of #245E99
Black with #245E99
Text Example
Text Example
White with #245E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E99; }
p { color: rgb(36,94,153); }
H1.HeaderClassName
{
color: #245E99;
}
.AnyTagClassName
{
color: #245E99;
}
</style>
background-color css
<style>
a { background-color: #245E99; }
a { background-color: rgb(36,94,153); }
div.DivClassName
{
background-color: #245E99;
}
.BgClassName
{
background-color: #245E99;
}
</style>
border-color css
<style>
span { border-color: #245E99; }
span { border-color: rgb(36,94,153); }
td.TdClassName
{
border-color: #245E99;
}
.TagClassName
{
border-color: #245E99;
}
</style>