Shades of Endeavour #245199
Tints of Endeavour #245199
RGB
CMYK
RGB Variations
Color information
#245199 (or 0x245199) is known color: Endeavour. HEX triplet: 24, 51 and 99. RGB value is (36,81,153). Sum of RGB (Red+Green+Blue) = 36+81+153=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #245199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245199 is #DBAE66. Grayscale: #4B4B4B. Windows color (decimal): -14397031 or 10047780. OLE color: 10047780.
HSL color Cylindrical-coordinate representation of color #245199: hue angle of 216.92º 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 #245199 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 81 | 153 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.4 |
| HSL | 216.92º | 0.62% | 0.37% | - |
| HSV(B) | 216.92º | 0.76% | 0.6% | - |
| XYZ | 9.42 | 8.56 | 31.29 | - |
| YUV | 75.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 153 | 0.76 | 0.47 | 0 | 0.4 | 216.92 | 0.62 | 0.37 |
| Hex | 24 | 51 | 99 | 4C | 2F | 0 | 28 | D9 | 3E | 25 |
| Octal | 44 | 121 | 231 | 114 | 57 | 0 | 50 | 331 | 76 | 45 |
| Binary | 100100 | 1010001 | 10011001 | 1001100 | 101111 | 0 | 101000 | 11011001 | 111110 | 100101 |
Color Harmonies of #245199
Complementary color
Monochromatic Colors of #245199
Black with #245199
Text Example
Text Example
White with #245199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245199; }
p { color: rgb(36,81,153); }
H1.HeaderClassName
{
color: #245199;
}
.AnyTagClassName
{
color: #245199;
}
</style>
background-color css
<style>
a { background-color: #245199; }
a { background-color: rgb(36,81,153); }
div.DivClassName
{
background-color: #245199;
}
.BgClassName
{
background-color: #245199;
}
</style>
border-color css
<style>
span { border-color: #245199; }
span { border-color: rgb(36,81,153); }
td.TdClassName
{
border-color: #245199;
}
.TagClassName
{
border-color: #245199;
}
</style>