Shades of Endeavour #245195
Tints of Endeavour #245195
RGB
CMYK
RGB Variations
Color information
#245195 (or 0x245195) is known color: Endeavour. HEX triplet: 24, 51 and 95. RGB value is (36,81,149). Sum of RGB (Red+Green+Blue) = 36+81+149=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #245195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245195 is #DBAE6A. Grayscale: #4A4A4A. Windows color (decimal): -14397035 or 9785636. OLE color: 9785636.
HSL color Cylindrical-coordinate representation of color #245195: hue angle of 216.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245195 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 81 | 149 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.42 |
| HSL | 216.11º | 0.61% | 0.36% | - |
| HSV(B) | 216.11º | 0.76% | 0.58% | - |
| XYZ | 9.09 | 8.43 | 29.58 | - |
| YUV | 75.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 149 | 0.76 | 0.46 | 0 | 0.42 | 216.11 | 0.61 | 0.36 |
| Hex | 24 | 51 | 95 | 4C | 2E | 0 | 2A | D8 | 3D | 24 |
| Octal | 44 | 121 | 225 | 114 | 56 | 0 | 52 | 330 | 75 | 44 |
| Binary | 100100 | 1010001 | 10010101 | 1001100 | 101110 | 0 | 101010 | 11011000 | 111101 | 100100 |
Color Harmonies of #245195
Complementary color
Monochromatic Colors of #245195
Black with #245195
Text Example
Text Example
White with #245195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245195; }
p { color: rgb(36,81,149); }
H1.HeaderClassName
{
color: #245195;
}
.AnyTagClassName
{
color: #245195;
}
</style>
background-color css
<style>
a { background-color: #245195; }
a { background-color: rgb(36,81,149); }
div.DivClassName
{
background-color: #245195;
}
.BgClassName
{
background-color: #245195;
}
</style>
border-color css
<style>
span { border-color: #245195; }
span { border-color: rgb(36,81,149); }
td.TdClassName
{
border-color: #245195;
}
.TagClassName
{
border-color: #245195;
}
</style>