Shades of Endeavour #245594
Tints of Endeavour #245594
RGB
CMYK
RGB Variations
Color information
#245594 (or 0x245594) is known color: Endeavour. HEX triplet: 24, 55 and 94. RGB value is (36,85,148). Sum of RGB (Red+Green+Blue) = 36+85+148=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #245594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245594 is #DBAA6B. Grayscale: #4D4D4D. Windows color (decimal): -14396012 or 9721124. OLE color: 9721124.
HSL color Cylindrical-coordinate representation of color #245594: hue angle of 213.75º 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 #245594 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 85 | 148 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.42 |
| HSL | 213.75º | 0.61% | 0.36% | - |
| HSV(B) | 213.75º | 0.76% | 0.58% | - |
| XYZ | 9.32 | 9.01 | 29.26 | - |
| YUV | 77.53 | 167.77 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 148 | 0.76 | 0.43 | 0 | 0.42 | 213.75 | 0.61 | 0.36 |
| Hex | 24 | 55 | 94 | 4C | 2B | 0 | 2A | D6 | 3D | 24 |
| Octal | 44 | 125 | 224 | 114 | 53 | 0 | 52 | 326 | 75 | 44 |
| Binary | 100100 | 1010101 | 10010100 | 1001100 | 101011 | 0 | 101010 | 11010110 | 111101 | 100100 |
Color Harmonies of #245594
Complementary color
Monochromatic Colors of #245594
Black with #245594
Text Example
Text Example
White with #245594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245594; }
p { color: rgb(36,85,148); }
H1.HeaderClassName
{
color: #245594;
}
.AnyTagClassName
{
color: #245594;
}
</style>
background-color css
<style>
a { background-color: #245594; }
a { background-color: rgb(36,85,148); }
div.DivClassName
{
background-color: #245594;
}
.BgClassName
{
background-color: #245594;
}
</style>
border-color css
<style>
span { border-color: #245594; }
span { border-color: rgb(36,85,148); }
td.TdClassName
{
border-color: #245594;
}
.TagClassName
{
border-color: #245594;
}
</style>