Shades of Endeavour #245C98
Tints of Endeavour #245C98
RGB
CMYK
RGB Variations
Color information
#245C98 (or 0x245C98) is known color: Endeavour. HEX triplet: 24, 5C and 98. RGB value is (36,92,152). Sum of RGB (Red+Green+Blue) = 36+92+152=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #245C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C98 is #DBA367. Grayscale: #515151. Windows color (decimal): -14394216 or 9985060. OLE color: 9985060.
HSL color Cylindrical-coordinate representation of color #245C98: hue angle of 211.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245C98 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 92 | 152 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.40 |
| HSL | 211.03º | 0.62% | 0.37% | - |
| HSV(B) | 211.03º | 0.76% | 0.6% | - |
| XYZ | 10.22 | 10.3 | 31.15 | - |
| YUV | 82.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 152 | 0.76 | 0.39 | 0 | 0.40 | 211.03 | 0.62 | 0.37 |
| Hex | 24 | 5C | 98 | 4C | 27 | 0 | 28 | D3 | 3E | 25 |
| Octal | 44 | 134 | 230 | 114 | 47 | 0 | 50 | 323 | 76 | 45 |
| Binary | 100100 | 1011100 | 10011000 | 1001100 | 100111 | 0 | 101000 | 11010011 | 111110 | 100101 |
Color Harmonies of #245C98
Complementary color
Monochromatic Colors of #245C98
Black with #245C98
Text Example
Text Example
White with #245C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C98; }
p { color: rgb(36,92,152); }
H1.HeaderClassName
{
color: #245C98;
}
.AnyTagClassName
{
color: #245C98;
}
</style>
background-color css
<style>
a { background-color: #245C98; }
a { background-color: rgb(36,92,152); }
div.DivClassName
{
background-color: #245C98;
}
.BgClassName
{
background-color: #245C98;
}
</style>
border-color css
<style>
span { border-color: #245C98; }
span { border-color: rgb(36,92,152); }
td.TdClassName
{
border-color: #245C98;
}
.TagClassName
{
border-color: #245C98;
}
</style>