Shades of Endeavour #245389
Tints of Endeavour #245389
RGB
CMYK
RGB Variations
Color information
#245389 (or 0x245389) is known color: Endeavour. HEX triplet: 24, 53 and 89. RGB value is (36,83,137). Sum of RGB (Red+Green+Blue) = 36+83+137=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #245389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245389 is #DBAC76. Grayscale: #4A4A4A. Windows color (decimal): -14396535 or 8999716. OLE color: 8999716.
HSL color Cylindrical-coordinate representation of color #245389: hue angle of 212.08º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245389 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 83 | 137 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.46 |
| HSL | 212.08º | 0.58% | 0.34% | - |
| HSV(B) | 212.08º | 0.74% | 0.54% | - |
| XYZ | 8.34 | 8.37 | 24.84 | - |
| YUV | 75.1 | 162.93 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 137 | 0.74 | 0.39 | 0 | 0.46 | 212.08 | 0.58 | 0.34 |
| Hex | 24 | 53 | 89 | 4A | 27 | 0 | 2E | D4 | 3A | 22 |
| Octal | 44 | 123 | 211 | 112 | 47 | 0 | 56 | 324 | 72 | 42 |
| Binary | 100100 | 1010011 | 10001001 | 1001010 | 100111 | 0 | 101110 | 11010100 | 111010 | 100010 |
Color Harmonies of #245389
Complementary color
Monochromatic Colors of #245389
Black with #245389
Text Example
Text Example
White with #245389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245389; }
p { color: rgb(36,83,137); }
H1.HeaderClassName
{
color: #245389;
}
.AnyTagClassName
{
color: #245389;
}
</style>
background-color css
<style>
a { background-color: #245389; }
a { background-color: rgb(36,83,137); }
div.DivClassName
{
background-color: #245389;
}
.BgClassName
{
background-color: #245389;
}
</style>
border-color css
<style>
span { border-color: #245389; }
span { border-color: rgb(36,83,137); }
td.TdClassName
{
border-color: #245389;
}
.TagClassName
{
border-color: #245389;
}
</style>