Shades of Endeavour #245299
Tints of Endeavour #245299
RGB
CMYK
RGB Variations
Color information
#245299 (or 0x245299) is known color: Endeavour. HEX triplet: 24, 52 and 99. RGB value is (36,82,153). Sum of RGB (Red+Green+Blue) = 36+82+153=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #245299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245299 is #DBAD66. Grayscale: #4C4C4C. Windows color (decimal): -14396775 or 10048036. OLE color: 10048036.
HSL color Cylindrical-coordinate representation of color #245299: hue angle of 216.41º 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 #245299 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 82 | 153 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.4 |
| HSL | 216.41º | 0.62% | 0.37% | - |
| HSV(B) | 216.41º | 0.76% | 0.6% | - |
| XYZ | 9.49 | 8.71 | 31.32 | - |
| YUV | 76.34 | 171.26 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 153 | 0.76 | 0.46 | 0 | 0.4 | 216.41 | 0.62 | 0.37 |
| Hex | 24 | 52 | 99 | 4C | 2E | 0 | 28 | D8 | 3E | 25 |
| Octal | 44 | 122 | 231 | 114 | 56 | 0 | 50 | 330 | 76 | 45 |
| Binary | 100100 | 1010010 | 10011001 | 1001100 | 101110 | 0 | 101000 | 11011000 | 111110 | 100101 |
Color Harmonies of #245299
Complementary color
Monochromatic Colors of #245299
Black with #245299
Text Example
Text Example
White with #245299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245299; }
p { color: rgb(36,82,153); }
H1.HeaderClassName
{
color: #245299;
}
.AnyTagClassName
{
color: #245299;
}
</style>
background-color css
<style>
a { background-color: #245299; }
a { background-color: rgb(36,82,153); }
div.DivClassName
{
background-color: #245299;
}
.BgClassName
{
background-color: #245299;
}
</style>
border-color css
<style>
span { border-color: #245299; }
span { border-color: rgb(36,82,153); }
td.TdClassName
{
border-color: #245299;
}
.TagClassName
{
border-color: #245299;
}
</style>