Shades of Endeavour #286891
Tints of Endeavour #286891
RGB
CMYK
RGB Variations
Color information
#286891 (or 0x286891) is known color: Endeavour. HEX triplet: 28, 68 and 91. RGB value is (40,104,145). Sum of RGB (Red+Green+Blue) = 40+104+145=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #286891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286891 is #D7976E. Grayscale: #595959. Windows color (decimal): -14129007 or 9529384. OLE color: 9529384.
HSL color Cylindrical-coordinate representation of color #286891: hue angle of 203.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #286891 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 104 | 145 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.43 |
| HSL | 203.43º | 0.57% | 0.36% | - |
| HSV(B) | 203.43º | 0.72% | 0.57% | - |
| XYZ | 10.94 | 12.4 | 28.6 | - |
| YUV | 89.54 | 159.3 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 145 | 0.72 | 0.28 | 0 | 0.43 | 203.43 | 0.57 | 0.36 |
| Hex | 28 | 68 | 91 | 48 | 1C | 0 | 2B | CB | 39 | 24 |
| Octal | 50 | 150 | 221 | 110 | 34 | 0 | 53 | 313 | 71 | 44 |
| Binary | 101000 | 1101000 | 10010001 | 1001000 | 11100 | 0 | 101011 | 11001011 | 111001 | 100100 |
Color Harmonies of #286891
Complementary color
Monochromatic Colors of #286891
Black with #286891
Text Example
Text Example
White with #286891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286891; }
p { color: rgb(40,104,145); }
H1.HeaderClassName
{
color: #286891;
}
.AnyTagClassName
{
color: #286891;
}
</style>
background-color css
<style>
a { background-color: #286891; }
a { background-color: rgb(40,104,145); }
div.DivClassName
{
background-color: #286891;
}
.BgClassName
{
background-color: #286891;
}
</style>
border-color css
<style>
span { border-color: #286891; }
span { border-color: rgb(40,104,145); }
td.TdClassName
{
border-color: #286891;
}
.TagClassName
{
border-color: #286891;
}
</style>