Shades of Endeavour #245290
Tints of Endeavour #245290
RGB
CMYK
RGB Variations
Color information
#245290 (or 0x245290) is known color: Endeavour. HEX triplet: 24, 52 and 90. RGB value is (36,82,144). Sum of RGB (Red+Green+Blue) = 36+82+144=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #245290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245290 is #DBAD6F. Grayscale: #4B4B4B. Windows color (decimal): -14396784 or 9458212. OLE color: 9458212.
HSL color Cylindrical-coordinate representation of color #245290: hue angle of 214.44º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245290 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 82 | 144 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.44 |
| HSL | 214.44º | 0.6% | 0.35% | - |
| HSV(B) | 214.44º | 0.75% | 0.56% | - |
| XYZ | 8.78 | 8.42 | 27.55 | - |
| YUV | 75.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 144 | 0.75 | 0.43 | 0 | 0.44 | 214.44 | 0.6 | 0.35 |
| Hex | 24 | 52 | 90 | 4B | 2B | 0 | 2C | D6 | 3C | 23 |
| Octal | 44 | 122 | 220 | 113 | 53 | 0 | 54 | 326 | 74 | 43 |
| Binary | 100100 | 1010010 | 10010000 | 1001011 | 101011 | 0 | 101100 | 11010110 | 111100 | 100011 |
Color Harmonies of #245290
Complementary color
Monochromatic Colors of #245290
Black with #245290
Text Example
Text Example
White with #245290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245290; }
p { color: rgb(36,82,144); }
H1.HeaderClassName
{
color: #245290;
}
.AnyTagClassName
{
color: #245290;
}
</style>
background-color css
<style>
a { background-color: #245290; }
a { background-color: rgb(36,82,144); }
div.DivClassName
{
background-color: #245290;
}
.BgClassName
{
background-color: #245290;
}
</style>
border-color css
<style>
span { border-color: #245290; }
span { border-color: rgb(36,82,144); }
td.TdClassName
{
border-color: #245290;
}
.TagClassName
{
border-color: #245290;
}
</style>