Shades of Endeavour #245A96
Tints of Endeavour #245A96
RGB
CMYK
RGB Variations
Color information
#245A96 (or 0x245A96) is known color: Endeavour. HEX triplet: 24, 5A and 96. RGB value is (36,90,150). Sum of RGB (Red+Green+Blue) = 36+90+150=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #245A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A96 is #DBA569. Grayscale: #505050. Windows color (decimal): -14394730 or 9853476. OLE color: 9853476.
HSL color Cylindrical-coordinate representation of color #245A96: hue angle of 211.58º 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 #245A96 is Cyan = 0.76, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 90 | 150 | - |
| CMYK | 0.76 | 0.4 | 0 | 0.41 |
| HSL | 211.58º | 0.61% | 0.36% | - |
| HSV(B) | 211.58º | 0.76% | 0.59% | - |
| XYZ | 9.89 | 9.89 | 30.24 | - |
| YUV | 80.69 | 167.11 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 150 | 0.76 | 0.4 | 0 | 0.41 | 211.58 | 0.61 | 0.36 |
| Hex | 24 | 5A | 96 | 4C | 28 | 0 | 29 | D4 | 3D | 24 |
| Octal | 44 | 132 | 226 | 114 | 50 | 0 | 51 | 324 | 75 | 44 |
| Binary | 100100 | 1011010 | 10010110 | 1001100 | 101000 | 0 | 101001 | 11010100 | 111101 | 100100 |
Color Harmonies of #245A96
Complementary color
Monochromatic Colors of #245A96
Black with #245A96
Text Example
Text Example
White with #245A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A96; }
p { color: rgb(36,90,150); }
H1.HeaderClassName
{
color: #245A96;
}
.AnyTagClassName
{
color: #245A96;
}
</style>
background-color css
<style>
a { background-color: #245A96; }
a { background-color: rgb(36,90,150); }
div.DivClassName
{
background-color: #245A96;
}
.BgClassName
{
background-color: #245A96;
}
</style>
border-color css
<style>
span { border-color: #245A96; }
span { border-color: rgb(36,90,150); }
td.TdClassName
{
border-color: #245A96;
}
.TagClassName
{
border-color: #245A96;
}
</style>