Shades of Endeavour #245590
Tints of Endeavour #245590
RGB
CMYK
RGB Variations
Color information
#245590 (or 0x245590) is known color: Endeavour. HEX triplet: 24, 55 and 90. RGB value is (36,85,144). Sum of RGB (Red+Green+Blue) = 36+85+144=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #245590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245590 is #DBAA6F. Grayscale: #4C4C4C. Windows color (decimal): -14396016 or 9458980. OLE color: 9458980.
HSL color Cylindrical-coordinate representation of color #245590: hue angle of 212.78º 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 #245590 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 85 | 144 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.44 |
| HSL | 212.78º | 0.6% | 0.35% | - |
| HSV(B) | 212.78º | 0.75% | 0.56% | - |
| XYZ | 9.01 | 8.89 | 27.63 | - |
| YUV | 77.08 | 165.77 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 144 | 0.75 | 0.41 | 0 | 0.44 | 212.78 | 0.6 | 0.35 |
| Hex | 24 | 55 | 90 | 4B | 29 | 0 | 2C | D5 | 3C | 23 |
| Octal | 44 | 125 | 220 | 113 | 51 | 0 | 54 | 325 | 74 | 43 |
| Binary | 100100 | 1010101 | 10010000 | 1001011 | 101001 | 0 | 101100 | 11010101 | 111100 | 100011 |
Color Harmonies of #245590
Complementary color
Monochromatic Colors of #245590
Black with #245590
Text Example
Text Example
White with #245590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245590; }
p { color: rgb(36,85,144); }
H1.HeaderClassName
{
color: #245590;
}
.AnyTagClassName
{
color: #245590;
}
</style>
background-color css
<style>
a { background-color: #245590; }
a { background-color: rgb(36,85,144); }
div.DivClassName
{
background-color: #245590;
}
.BgClassName
{
background-color: #245590;
}
</style>
border-color css
<style>
span { border-color: #245590; }
span { border-color: rgb(36,85,144); }
td.TdClassName
{
border-color: #245590;
}
.TagClassName
{
border-color: #245590;
}
</style>