Shades of Endeavour #245D99
Tints of Endeavour #245D99
RGB
CMYK
RGB Variations
Color information
#245D99 (or 0x245D99) is known color: Endeavour. HEX triplet: 24, 5D and 99. RGB value is (36,93,153). Sum of RGB (Red+Green+Blue) = 36+93+153=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #245D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D99 is #DBA266. Grayscale: #525252. Windows color (decimal): -14393959 or 10050852. OLE color: 10050852.
HSL color Cylindrical-coordinate representation of color #245D99: hue angle of 210.77º 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 #245D99 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 93 | 153 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.4 |
| HSL | 210.77º | 0.62% | 0.37% | - |
| HSV(B) | 210.77º | 0.76% | 0.6% | - |
| XYZ | 10.39 | 10.5 | 31.62 | - |
| YUV | 82.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 153 | 0.76 | 0.39 | 0 | 0.4 | 210.77 | 0.62 | 0.37 |
| Hex | 24 | 5D | 99 | 4C | 27 | 0 | 28 | D3 | 3E | 25 |
| Octal | 44 | 135 | 231 | 114 | 47 | 0 | 50 | 323 | 76 | 45 |
| Binary | 100100 | 1011101 | 10011001 | 1001100 | 100111 | 0 | 101000 | 11010011 | 111110 | 100101 |
Color Harmonies of #245D99
Complementary color
Monochromatic Colors of #245D99
Black with #245D99
Text Example
Text Example
White with #245D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D99; }
p { color: rgb(36,93,153); }
H1.HeaderClassName
{
color: #245D99;
}
.AnyTagClassName
{
color: #245D99;
}
</style>
background-color css
<style>
a { background-color: #245D99; }
a { background-color: rgb(36,93,153); }
div.DivClassName
{
background-color: #245D99;
}
.BgClassName
{
background-color: #245D99;
}
</style>
border-color css
<style>
span { border-color: #245D99; }
span { border-color: rgb(36,93,153); }
td.TdClassName
{
border-color: #245D99;
}
.TagClassName
{
border-color: #245D99;
}
</style>