Shades of Endeavour #245398
Tints of Endeavour #245398
RGB
CMYK
RGB Variations
Color information
#245398 (or 0x245398) is known color: Endeavour. HEX triplet: 24, 53 and 98. RGB value is (36,83,152). Sum of RGB (Red+Green+Blue) = 36+83+152=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #245398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245398 is #DBAC67. Grayscale: #4C4C4C. Windows color (decimal): -14396520 or 9982756. OLE color: 9982756.
HSL color Cylindrical-coordinate representation of color #245398: hue angle of 215.69º 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 #245398 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 83 | 152 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.40 |
| HSL | 215.69º | 0.62% | 0.37% | - |
| HSV(B) | 215.69º | 0.76% | 0.6% | - |
| XYZ | 9.49 | 8.83 | 30.91 | - |
| YUV | 76.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 152 | 0.76 | 0.45 | 0 | 0.40 | 215.69 | 0.62 | 0.37 |
| Hex | 24 | 53 | 98 | 4C | 2D | 0 | 28 | D8 | 3E | 25 |
| Octal | 44 | 123 | 230 | 114 | 55 | 0 | 50 | 330 | 76 | 45 |
| Binary | 100100 | 1010011 | 10011000 | 1001100 | 101101 | 0 | 101000 | 11011000 | 111110 | 100101 |
Color Harmonies of #245398
Complementary color
Monochromatic Colors of #245398
Black with #245398
Text Example
Text Example
White with #245398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245398; }
p { color: rgb(36,83,152); }
H1.HeaderClassName
{
color: #245398;
}
.AnyTagClassName
{
color: #245398;
}
</style>
background-color css
<style>
a { background-color: #245398; }
a { background-color: rgb(36,83,152); }
div.DivClassName
{
background-color: #245398;
}
.BgClassName
{
background-color: #245398;
}
</style>
border-color css
<style>
span { border-color: #245398; }
span { border-color: rgb(36,83,152); }
td.TdClassName
{
border-color: #245398;
}
.TagClassName
{
border-color: #245398;
}
</style>