Shades of Endeavour #245396
Tints of Endeavour #245396
RGB
CMYK
RGB Variations
Color information
#245396 (or 0x245396) is known color: Endeavour. HEX triplet: 24, 53 and 96. RGB value is (36,83,150). Sum of RGB (Red+Green+Blue) = 36+83+150=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #245396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245396 is #DBAC69. Grayscale: #4C4C4C. Windows color (decimal): -14396522 or 9851684. OLE color: 9851684.
HSL color Cylindrical-coordinate representation of color #245396: hue angle of 215.26º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245396 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 83 | 150 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.41 |
| HSL | 215.26º | 0.61% | 0.36% | - |
| HSV(B) | 215.26º | 0.76% | 0.59% | - |
| XYZ | 9.33 | 8.76 | 30.05 | - |
| YUV | 76.59 | 169.43 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 150 | 0.76 | 0.45 | 0 | 0.41 | 215.26 | 0.61 | 0.36 |
| Hex | 24 | 53 | 96 | 4C | 2D | 0 | 29 | D7 | 3D | 24 |
| Octal | 44 | 123 | 226 | 114 | 55 | 0 | 51 | 327 | 75 | 44 |
| Binary | 100100 | 1010011 | 10010110 | 1001100 | 101101 | 0 | 101001 | 11010111 | 111101 | 100100 |
Color Harmonies of #245396
Complementary color
Monochromatic Colors of #245396
Black with #245396
Text Example
Text Example
White with #245396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245396; }
p { color: rgb(36,83,150); }
H1.HeaderClassName
{
color: #245396;
}
.AnyTagClassName
{
color: #245396;
}
</style>
background-color css
<style>
a { background-color: #245396; }
a { background-color: rgb(36,83,150); }
div.DivClassName
{
background-color: #245396;
}
.BgClassName
{
background-color: #245396;
}
</style>
border-color css
<style>
span { border-color: #245396; }
span { border-color: rgb(36,83,150); }
td.TdClassName
{
border-color: #245396;
}
.TagClassName
{
border-color: #245396;
}
</style>