Shades of Endeavour #245893
Tints of Endeavour #245893
RGB
CMYK
RGB Variations
Color information
#245893 (or 0x245893) is known color: Endeavour. HEX triplet: 24, 58 and 93. RGB value is (36,88,147). Sum of RGB (Red+Green+Blue) = 36+88+147=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #245893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245893 is #DBA76C. Grayscale: #4E4E4E. Windows color (decimal): -14395245 or 9656356. OLE color: 9656356.
HSL color Cylindrical-coordinate representation of color #245893: hue angle of 211.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245893 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 88 | 147 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.42 |
| HSL | 211.89º | 0.61% | 0.36% | - |
| HSV(B) | 211.89º | 0.76% | 0.58% | - |
| XYZ | 9.48 | 9.46 | 28.93 | - |
| YUV | 79.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 147 | 0.76 | 0.40 | 0 | 0.42 | 211.89 | 0.61 | 0.36 |
| Hex | 24 | 58 | 93 | 4C | 28 | 0 | 2A | D4 | 3D | 24 |
| Octal | 44 | 130 | 223 | 114 | 50 | 0 | 52 | 324 | 75 | 44 |
| Binary | 100100 | 1011000 | 10010011 | 1001100 | 101000 | 0 | 101010 | 11010100 | 111101 | 100100 |
Color Harmonies of #245893
Complementary color
Monochromatic Colors of #245893
Black with #245893
Text Example
Text Example
White with #245893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245893; }
p { color: rgb(36,88,147); }
H1.HeaderClassName
{
color: #245893;
}
.AnyTagClassName
{
color: #245893;
}
</style>
background-color css
<style>
a { background-color: #245893; }
a { background-color: rgb(36,88,147); }
div.DivClassName
{
background-color: #245893;
}
.BgClassName
{
background-color: #245893;
}
</style>
border-color css
<style>
span { border-color: #245893; }
span { border-color: rgb(36,88,147); }
td.TdClassName
{
border-color: #245893;
}
.TagClassName
{
border-color: #245893;
}
</style>