Shades of Endeavour #245C8F
Tints of Endeavour #245C8F
RGB
CMYK
RGB Variations
Color information
#245C8F (or 0x245C8F) is known color: Endeavour. HEX triplet: 24, 5C and 8F. RGB value is (36,92,143). Sum of RGB (Red+Green+Blue) = 36+92+143=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #245C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C8F is #DBA370. Grayscale: #505050. Windows color (decimal): -14394225 or 9395236. OLE color: 9395236.
HSL color Cylindrical-coordinate representation of color #245C8F: hue angle of 208.6º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245C8F is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 92 | 143 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.44 |
| HSL | 208.6º | 0.6% | 0.35% | - |
| HSV(B) | 208.6º | 0.75% | 0.56% | - |
| XYZ | 9.51 | 10.01 | 27.42 | - |
| YUV | 81.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 143 | 0.75 | 0.36 | 0 | 0.44 | 208.6 | 0.6 | 0.35 |
| Hex | 24 | 5C | 8F | 4B | 24 | 0 | 2C | D1 | 3C | 23 |
| Octal | 44 | 134 | 217 | 113 | 44 | 0 | 54 | 321 | 74 | 43 |
| Binary | 100100 | 1011100 | 10001111 | 1001011 | 100100 | 0 | 101100 | 11010001 | 111100 | 100011 |
Color Harmonies of #245C8F
Complementary color
Monochromatic Colors of #245C8F
Black with #245C8F
Text Example
Text Example
White with #245C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C8F; }
p { color: rgb(36,92,143); }
H1.HeaderClassName
{
color: #245C8F;
}
.AnyTagClassName
{
color: #245C8F;
}
</style>
background-color css
<style>
a { background-color: #245C8F; }
a { background-color: rgb(36,92,143); }
div.DivClassName
{
background-color: #245C8F;
}
.BgClassName
{
background-color: #245C8F;
}
</style>
border-color css
<style>
span { border-color: #245C8F; }
span { border-color: rgb(36,92,143); }
td.TdClassName
{
border-color: #245C8F;
}
.TagClassName
{
border-color: #245C8F;
}
</style>