Shades of Endeavour #245796
Tints of Endeavour #245796
RGB
CMYK
RGB Variations
Color information
#245796 (or 0x245796) is known color: Endeavour. HEX triplet: 24, 57 and 96. RGB value is (36,87,150). Sum of RGB (Red+Green+Blue) = 36+87+150=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #245796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245796 is #DBA869. Grayscale: #4E4E4E. Windows color (decimal): -14395498 or 9852708. OLE color: 9852708.
HSL color Cylindrical-coordinate representation of color #245796: hue angle of 213.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245796 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 87 | 150 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.41 |
| HSL | 213.16º | 0.61% | 0.36% | - |
| HSV(B) | 213.16º | 0.76% | 0.59% | - |
| XYZ | 9.64 | 9.39 | 30.16 | - |
| YUV | 78.93 | 168.1 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 87 | 150 | 0.76 | 0.42 | 0 | 0.41 | 213.16 | 0.61 | 0.36 |
| Hex | 24 | 57 | 96 | 4C | 2A | 0 | 29 | D5 | 3D | 24 |
| Octal | 44 | 127 | 226 | 114 | 52 | 0 | 51 | 325 | 75 | 44 |
| Binary | 100100 | 1010111 | 10010110 | 1001100 | 101010 | 0 | 101001 | 11010101 | 111101 | 100100 |
Color Harmonies of #245796
Complementary color
Monochromatic Colors of #245796
Black with #245796
Text Example
Text Example
White with #245796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245796; }
p { color: rgb(36,87,150); }
H1.HeaderClassName
{
color: #245796;
}
.AnyTagClassName
{
color: #245796;
}
</style>
background-color css
<style>
a { background-color: #245796; }
a { background-color: rgb(36,87,150); }
div.DivClassName
{
background-color: #245796;
}
.BgClassName
{
background-color: #245796;
}
</style>
border-color css
<style>
span { border-color: #245796; }
span { border-color: rgb(36,87,150); }
td.TdClassName
{
border-color: #245796;
}
.TagClassName
{
border-color: #245796;
}
</style>