Shades of Endeavour #245E9C
Tints of Endeavour #245E9C
RGB
CMYK
RGB Variations
Color information
#245E9C (or 0x245E9C) is known color: Endeavour. HEX triplet: 24, 5E and 9C. RGB value is (36,94,156). Sum of RGB (Red+Green+Blue) = 36+94+156=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #245E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E9C is #DBA163. Grayscale: #535353. Windows color (decimal): -14393700 or 10247716. OLE color: 10247716.
HSL color Cylindrical-coordinate representation of color #245E9C: hue angle of 211º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245E9C is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 94 | 156 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.39 |
| HSL | 211º | 0.63% | 0.38% | - |
| HSV(B) | 211º | 0.77% | 0.61% | - |
| XYZ | 10.73 | 10.78 | 32.97 | - |
| YUV | 83.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 156 | 0.77 | 0.40 | 0 | 0.39 | 211 | 0.63 | 0.38 |
| Hex | 24 | 5E | 9C | 4D | 28 | 0 | 27 | D3 | 3E | 26 |
| Octal | 44 | 136 | 234 | 115 | 50 | 0 | 47 | 323 | 76 | 46 |
| Binary | 100100 | 1011110 | 10011100 | 1001101 | 101000 | 0 | 100111 | 11010011 | 111110 | 100110 |
Color Harmonies of #245E9C
Complementary color
Monochromatic Colors of #245E9C
Black with #245E9C
Text Example
Text Example
White with #245E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E9C; }
p { color: rgb(36,94,156); }
H1.HeaderClassName
{
color: #245E9C;
}
.AnyTagClassName
{
color: #245E9C;
}
</style>
background-color css
<style>
a { background-color: #245E9C; }
a { background-color: rgb(36,94,156); }
div.DivClassName
{
background-color: #245E9C;
}
.BgClassName
{
background-color: #245E9C;
}
</style>
border-color css
<style>
span { border-color: #245E9C; }
span { border-color: rgb(36,94,156); }
td.TdClassName
{
border-color: #245E9C;
}
.TagClassName
{
border-color: #245E9C;
}
</style>