Shades of Endeavour #245395
Tints of Endeavour #245395
RGB
CMYK
RGB Variations
Color information
#245395 (or 0x245395) is known color: Endeavour. HEX triplet: 24, 53 and 95. RGB value is (36,83,149). Sum of RGB (Red+Green+Blue) = 36+83+149=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #245395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245395 is #DBAC6A. Grayscale: #4C4C4C. Windows color (decimal): -14396523 or 9786148. OLE color: 9786148.
HSL color Cylindrical-coordinate representation of color #245395: hue angle of 215.04º 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 #245395 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 83 | 149 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.42 |
| HSL | 215.04º | 0.61% | 0.36% | - |
| HSV(B) | 215.04º | 0.76% | 0.58% | - |
| XYZ | 9.25 | 8.73 | 29.63 | - |
| YUV | 76.47 | 168.93 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 149 | 0.76 | 0.44 | 0 | 0.42 | 215.04 | 0.61 | 0.36 |
| Hex | 24 | 53 | 95 | 4C | 2C | 0 | 2A | D7 | 3D | 24 |
| Octal | 44 | 123 | 225 | 114 | 54 | 0 | 52 | 327 | 75 | 44 |
| Binary | 100100 | 1010011 | 10010101 | 1001100 | 101100 | 0 | 101010 | 11010111 | 111101 | 100100 |
Color Harmonies of #245395
Complementary color
Monochromatic Colors of #245395
Black with #245395
Text Example
Text Example
White with #245395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245395; }
p { color: rgb(36,83,149); }
H1.HeaderClassName
{
color: #245395;
}
.AnyTagClassName
{
color: #245395;
}
</style>
background-color css
<style>
a { background-color: #245395; }
a { background-color: rgb(36,83,149); }
div.DivClassName
{
background-color: #245395;
}
.BgClassName
{
background-color: #245395;
}
</style>
border-color css
<style>
span { border-color: #245395; }
span { border-color: rgb(36,83,149); }
td.TdClassName
{
border-color: #245395;
}
.TagClassName
{
border-color: #245395;
}
</style>