Shades of Endeavour #286390
Tints of Endeavour #286390
RGB
CMYK
RGB Variations
Color information
#286390 (or 0x286390) is known color: Endeavour. HEX triplet: 28, 63 and 90. RGB value is (40,99,144). Sum of RGB (Red+Green+Blue) = 40+99+144=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #286390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286390 is #D79C6F. Grayscale: #565656. Windows color (decimal): -14130288 or 9462568. OLE color: 9462568.
HSL color Cylindrical-coordinate representation of color #286390: hue angle of 205.96º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #286390 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 99 | 144 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.44 |
| HSL | 205.96º | 0.57% | 0.36% | - |
| HSV(B) | 205.96º | 0.72% | 0.56% | - |
| XYZ | 10.37 | 11.39 | 28.04 | - |
| YUV | 86.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 144 | 0.72 | 0.31 | 0 | 0.44 | 205.96 | 0.57 | 0.36 |
| Hex | 28 | 63 | 90 | 48 | 1F | 0 | 2C | CE | 39 | 24 |
| Octal | 50 | 143 | 220 | 110 | 37 | 0 | 54 | 316 | 71 | 44 |
| Binary | 101000 | 1100011 | 10010000 | 1001000 | 11111 | 0 | 101100 | 11001110 | 111001 | 100100 |
Color Harmonies of #286390
Complementary color
Monochromatic Colors of #286390
Black with #286390
Text Example
Text Example
White with #286390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286390; }
p { color: rgb(40,99,144); }
H1.HeaderClassName
{
color: #286390;
}
.AnyTagClassName
{
color: #286390;
}
</style>
background-color css
<style>
a { background-color: #286390; }
a { background-color: rgb(40,99,144); }
div.DivClassName
{
background-color: #286390;
}
.BgClassName
{
background-color: #286390;
}
</style>
border-color css
<style>
span { border-color: #286390; }
span { border-color: rgb(40,99,144); }
td.TdClassName
{
border-color: #286390;
}
.TagClassName
{
border-color: #286390;
}
</style>