Shades of Endeavour #245198
Tints of Endeavour #245198
RGB
CMYK
RGB Variations
Color information
#245198 (or 0x245198) is known color: Endeavour. HEX triplet: 24, 51 and 98. RGB value is (36,81,152). Sum of RGB (Red+Green+Blue) = 36+81+152=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #245198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245198 is #DBAE67. Grayscale: #4B4B4B. Windows color (decimal): -14397032 or 9982244. OLE color: 9982244.
HSL color Cylindrical-coordinate representation of color #245198: hue angle of 216.72º 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 #245198 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 81 | 152 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.40 |
| HSL | 216.72º | 0.62% | 0.37% | - |
| HSV(B) | 216.72º | 0.76% | 0.6% | - |
| XYZ | 9.34 | 8.53 | 30.86 | - |
| YUV | 75.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 152 | 0.76 | 0.47 | 0 | 0.40 | 216.72 | 0.62 | 0.37 |
| Hex | 24 | 51 | 98 | 4C | 2F | 0 | 28 | D9 | 3E | 25 |
| Octal | 44 | 121 | 230 | 114 | 57 | 0 | 50 | 331 | 76 | 45 |
| Binary | 100100 | 1010001 | 10011000 | 1001100 | 101111 | 0 | 101000 | 11011001 | 111110 | 100101 |
Color Harmonies of #245198
Complementary color
Monochromatic Colors of #245198
Black with #245198
Text Example
Text Example
White with #245198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245198; }
p { color: rgb(36,81,152); }
H1.HeaderClassName
{
color: #245198;
}
.AnyTagClassName
{
color: #245198;
}
</style>
background-color css
<style>
a { background-color: #245198; }
a { background-color: rgb(36,81,152); }
div.DivClassName
{
background-color: #245198;
}
.BgClassName
{
background-color: #245198;
}
</style>
border-color css
<style>
span { border-color: #245198; }
span { border-color: rgb(36,81,152); }
td.TdClassName
{
border-color: #245198;
}
.TagClassName
{
border-color: #245198;
}
</style>