Shades of Endeavour #245091
Tints of Endeavour #245091
RGB
CMYK
RGB Variations
Color information
#245091 (or 0x245091) is known color: Endeavour. HEX triplet: 24, 50 and 91. RGB value is (36,80,145). Sum of RGB (Red+Green+Blue) = 36+80+145=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #245091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245091 is #DBAF6E. Grayscale: #494949. Windows color (decimal): -14397295 or 9523236. OLE color: 9523236.
HSL color Cylindrical-coordinate representation of color #245091: hue angle of 215.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245091 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 80 | 145 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.43 |
| HSL | 215.78º | 0.6% | 0.35% | - |
| HSV(B) | 215.78º | 0.75% | 0.57% | - |
| XYZ | 8.71 | 8.16 | 27.9 | - |
| YUV | 74.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 145 | 0.75 | 0.45 | 0 | 0.43 | 215.78 | 0.6 | 0.35 |
| Hex | 24 | 50 | 91 | 4B | 2D | 0 | 2B | D8 | 3C | 23 |
| Octal | 44 | 120 | 221 | 113 | 55 | 0 | 53 | 330 | 74 | 43 |
| Binary | 100100 | 1010000 | 10010001 | 1001011 | 101101 | 0 | 101011 | 11011000 | 111100 | 100011 |
Color Harmonies of #245091
Complementary color
Monochromatic Colors of #245091
Black with #245091
Text Example
Text Example
White with #245091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245091; }
p { color: rgb(36,80,145); }
H1.HeaderClassName
{
color: #245091;
}
.AnyTagClassName
{
color: #245091;
}
</style>
background-color css
<style>
a { background-color: #245091; }
a { background-color: rgb(36,80,145); }
div.DivClassName
{
background-color: #245091;
}
.BgClassName
{
background-color: #245091;
}
</style>
border-color css
<style>
span { border-color: #245091; }
span { border-color: rgb(36,80,145); }
td.TdClassName
{
border-color: #245091;
}
.TagClassName
{
border-color: #245091;
}
</style>