Shades of Endeavour #245990
Tints of Endeavour #245990
RGB
CMYK
RGB Variations
Color information
#245990 (or 0x245990) is known color: Endeavour. HEX triplet: 24, 59 and 90. RGB value is (36,89,144). Sum of RGB (Red+Green+Blue) = 36+89+144=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #245990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245990 is #DBA66F. Grayscale: #4F4F4F. Windows color (decimal): -14394992 or 9460004. OLE color: 9460004.
HSL color Cylindrical-coordinate representation of color #245990: hue angle of 210.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245990 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 89 | 144 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.44 |
| HSL | 210.56º | 0.6% | 0.35% | - |
| HSV(B) | 210.56º | 0.75% | 0.56% | - |
| XYZ | 9.33 | 9.53 | 27.73 | - |
| YUV | 79.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 144 | 0.75 | 0.38 | 0 | 0.44 | 210.56 | 0.6 | 0.35 |
| Hex | 24 | 59 | 90 | 4B | 26 | 0 | 2C | D3 | 3C | 23 |
| Octal | 44 | 131 | 220 | 113 | 46 | 0 | 54 | 323 | 74 | 43 |
| Binary | 100100 | 1011001 | 10010000 | 1001011 | 100110 | 0 | 101100 | 11010011 | 111100 | 100011 |
Color Harmonies of #245990
Complementary color
Monochromatic Colors of #245990
Black with #245990
Text Example
Text Example
White with #245990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245990; }
p { color: rgb(36,89,144); }
H1.HeaderClassName
{
color: #245990;
}
.AnyTagClassName
{
color: #245990;
}
</style>
background-color css
<style>
a { background-color: #245990; }
a { background-color: rgb(36,89,144); }
div.DivClassName
{
background-color: #245990;
}
.BgClassName
{
background-color: #245990;
}
</style>
border-color css
<style>
span { border-color: #245990; }
span { border-color: rgb(36,89,144); }
td.TdClassName
{
border-color: #245990;
}
.TagClassName
{
border-color: #245990;
}
</style>