Shades of Endeavour #245593
Tints of Endeavour #245593
RGB
CMYK
RGB Variations
Color information
#245593 (or 0x245593) is known color: Endeavour. HEX triplet: 24, 55 and 93. RGB value is (36,85,147). Sum of RGB (Red+Green+Blue) = 36+85+147=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #245593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245593 is #DBAA6C. Grayscale: #4D4D4D. Windows color (decimal): -14396013 or 9655588. OLE color: 9655588.
HSL color Cylindrical-coordinate representation of color #245593: hue angle of 213.51º 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 #245593 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 85 | 147 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.42 |
| HSL | 213.51º | 0.61% | 0.36% | - |
| HSV(B) | 213.51º | 0.76% | 0.58% | - |
| XYZ | 9.24 | 8.98 | 28.85 | - |
| YUV | 77.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 147 | 0.76 | 0.42 | 0 | 0.42 | 213.51 | 0.61 | 0.36 |
| Hex | 24 | 55 | 93 | 4C | 2A | 0 | 2A | D6 | 3D | 24 |
| Octal | 44 | 125 | 223 | 114 | 52 | 0 | 52 | 326 | 75 | 44 |
| Binary | 100100 | 1010101 | 10010011 | 1001100 | 101010 | 0 | 101010 | 11010110 | 111101 | 100100 |
Color Harmonies of #245593
Complementary color
Monochromatic Colors of #245593
Black with #245593
Text Example
Text Example
White with #245593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245593; }
p { color: rgb(36,85,147); }
H1.HeaderClassName
{
color: #245593;
}
.AnyTagClassName
{
color: #245593;
}
</style>
background-color css
<style>
a { background-color: #245593; }
a { background-color: rgb(36,85,147); }
div.DivClassName
{
background-color: #245593;
}
.BgClassName
{
background-color: #245593;
}
</style>
border-color css
<style>
span { border-color: #245593; }
span { border-color: rgb(36,85,147); }
td.TdClassName
{
border-color: #245593;
}
.TagClassName
{
border-color: #245593;
}
</style>