Shades of Endeavour #285194
Tints of Endeavour #285194
RGB
CMYK
RGB Variations
Color information
#285194 (or 0x285194) is known color: Endeavour. HEX triplet: 28, 51 and 94. RGB value is (40,81,148). Sum of RGB (Red+Green+Blue) = 40+81+148=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #285194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285194 is #D7AE6B. Grayscale: #4C4C4C. Windows color (decimal): -14134892 or 9720104. OLE color: 9720104.
HSL color Cylindrical-coordinate representation of color #285194: hue angle of 217.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285194 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 81 | 148 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.42 |
| HSL | 217.22º | 0.57% | 0.37% | - |
| HSV(B) | 217.22º | 0.73% | 0.58% | - |
| XYZ | 9.16 | 8.47 | 29.17 | - |
| YUV | 76.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 148 | 0.73 | 0.45 | 0 | 0.42 | 217.22 | 0.57 | 0.37 |
| Hex | 28 | 51 | 94 | 49 | 2D | 0 | 2A | D9 | 39 | 25 |
| Octal | 50 | 121 | 224 | 111 | 55 | 0 | 52 | 331 | 71 | 45 |
| Binary | 101000 | 1010001 | 10010100 | 1001001 | 101101 | 0 | 101010 | 11011001 | 111001 | 100101 |
Color Harmonies of #285194
Complementary color
Monochromatic Colors of #285194
Black with #285194
Text Example
Text Example
White with #285194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285194; }
p { color: rgb(40,81,148); }
H1.HeaderClassName
{
color: #285194;
}
.AnyTagClassName
{
color: #285194;
}
</style>
background-color css
<style>
a { background-color: #285194; }
a { background-color: rgb(40,81,148); }
div.DivClassName
{
background-color: #285194;
}
.BgClassName
{
background-color: #285194;
}
</style>
border-color css
<style>
span { border-color: #285194; }
span { border-color: rgb(40,81,148); }
td.TdClassName
{
border-color: #285194;
}
.TagClassName
{
border-color: #285194;
}
</style>