Shades of Endeavour #245297
Tints of Endeavour #245297
RGB
CMYK
RGB Variations
Color information
#245297 (or 0x245297) is known color: Endeavour. HEX triplet: 24, 52 and 97. RGB value is (36,82,151). Sum of RGB (Red+Green+Blue) = 36+82+151=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #245297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245297 is #DBAD68. Grayscale: #4B4B4B. Windows color (decimal): -14396777 or 9916964. OLE color: 9916964.
HSL color Cylindrical-coordinate representation of color #245297: hue angle of 216º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245297 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 82 | 151 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.41 |
| HSL | 216º | 0.61% | 0.37% | - |
| HSV(B) | 216º | 0.76% | 0.59% | - |
| XYZ | 9.33 | 8.64 | 30.45 | - |
| YUV | 76.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 151 | 0.76 | 0.46 | 0 | 0.41 | 216 | 0.61 | 0.37 |
| Hex | 24 | 52 | 97 | 4C | 2E | 0 | 29 | D8 | 3D | 25 |
| Octal | 44 | 122 | 227 | 114 | 56 | 0 | 51 | 330 | 75 | 45 |
| Binary | 100100 | 1010010 | 10010111 | 1001100 | 101110 | 0 | 101001 | 11011000 | 111101 | 100101 |
Color Harmonies of #245297
Complementary color
Monochromatic Colors of #245297
Black with #245297
Text Example
Text Example
White with #245297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245297; }
p { color: rgb(36,82,151); }
H1.HeaderClassName
{
color: #245297;
}
.AnyTagClassName
{
color: #245297;
}
</style>
background-color css
<style>
a { background-color: #245297; }
a { background-color: rgb(36,82,151); }
div.DivClassName
{
background-color: #245297;
}
.BgClassName
{
background-color: #245297;
}
</style>
border-color css
<style>
span { border-color: #245297; }
span { border-color: rgb(36,82,151); }
td.TdClassName
{
border-color: #245297;
}
.TagClassName
{
border-color: #245297;
}
</style>