Shades of Endeavour #286392
Tints of Endeavour #286392
RGB
CMYK
RGB Variations
Color information
#286392 (or 0x286392) is known color: Endeavour. HEX triplet: 28, 63 and 92. RGB value is (40,99,146). Sum of RGB (Red+Green+Blue) = 40+99+146=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #286392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286392 is #D79C6D. Grayscale: #565656. Windows color (decimal): -14130286 or 9593640. OLE color: 9593640.
HSL color Cylindrical-coordinate representation of color #286392: hue angle of 206.6º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #286392 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 99 | 146 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.43 |
| HSL | 206.6º | 0.57% | 0.36% | - |
| HSV(B) | 206.6º | 0.73% | 0.57% | - |
| XYZ | 10.53 | 11.45 | 28.85 | - |
| YUV | 86.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 146 | 0.73 | 0.32 | 0 | 0.43 | 206.6 | 0.57 | 0.36 |
| Hex | 28 | 63 | 92 | 49 | 20 | 0 | 2B | CF | 39 | 24 |
| Octal | 50 | 143 | 222 | 111 | 40 | 0 | 53 | 317 | 71 | 44 |
| Binary | 101000 | 1100011 | 10010010 | 1001001 | 100000 | 0 | 101011 | 11001111 | 111001 | 100100 |
Color Harmonies of #286392
Complementary color
Monochromatic Colors of #286392
Black with #286392
Text Example
Text Example
White with #286392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286392; }
p { color: rgb(40,99,146); }
H1.HeaderClassName
{
color: #286392;
}
.AnyTagClassName
{
color: #286392;
}
</style>
background-color css
<style>
a { background-color: #286392; }
a { background-color: rgb(40,99,146); }
div.DivClassName
{
background-color: #286392;
}
.BgClassName
{
background-color: #286392;
}
</style>
border-color css
<style>
span { border-color: #286392; }
span { border-color: rgb(40,99,146); }
td.TdClassName
{
border-color: #286392;
}
.TagClassName
{
border-color: #286392;
}
</style>