Shades of Endeavour #245298
Tints of Endeavour #245298
RGB
CMYK
RGB Variations
Color information
#245298 (or 0x245298) is known color: Endeavour. HEX triplet: 24, 52 and 98. RGB value is (36,82,152). Sum of RGB (Red+Green+Blue) = 36+82+152=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #245298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245298 is #DBAD67. Grayscale: #4B4B4B. Windows color (decimal): -14396776 or 9982500. OLE color: 9982500.
HSL color Cylindrical-coordinate representation of color #245298: hue angle of 216.21º 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 #245298 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 82 | 152 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.40 |
| HSL | 216.21º | 0.62% | 0.37% | - |
| HSV(B) | 216.21º | 0.76% | 0.6% | - |
| XYZ | 9.41 | 8.68 | 30.88 | - |
| YUV | 76.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 152 | 0.76 | 0.46 | 0 | 0.40 | 216.21 | 0.62 | 0.37 |
| Hex | 24 | 52 | 98 | 4C | 2E | 0 | 28 | D8 | 3E | 25 |
| Octal | 44 | 122 | 230 | 114 | 56 | 0 | 50 | 330 | 76 | 45 |
| Binary | 100100 | 1010010 | 10011000 | 1001100 | 101110 | 0 | 101000 | 11011000 | 111110 | 100101 |
Color Harmonies of #245298
Complementary color
Monochromatic Colors of #245298
Black with #245298
Text Example
Text Example
White with #245298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245298; }
p { color: rgb(36,82,152); }
H1.HeaderClassName
{
color: #245298;
}
.AnyTagClassName
{
color: #245298;
}
</style>
background-color css
<style>
a { background-color: #245298; }
a { background-color: rgb(36,82,152); }
div.DivClassName
{
background-color: #245298;
}
.BgClassName
{
background-color: #245298;
}
</style>
border-color css
<style>
span { border-color: #245298; }
span { border-color: rgb(36,82,152); }
td.TdClassName
{
border-color: #245298;
}
.TagClassName
{
border-color: #245298;
}
</style>