Shades of Endeavour #286190
Tints of Endeavour #286190
RGB
CMYK
RGB Variations
Color information
#286190 (or 0x286190) is known color: Endeavour. HEX triplet: 28, 61 and 90. RGB value is (40,97,144). Sum of RGB (Red+Green+Blue) = 40+97+144=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #286190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286190 is #D79E6F. Grayscale: #555555. Windows color (decimal): -14130800 or 9462056. OLE color: 9462056.
HSL color Cylindrical-coordinate representation of color #286190: hue angle of 207.12º 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 #286190 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 97 | 144 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.44 |
| HSL | 207.12º | 0.57% | 0.36% | - |
| HSV(B) | 207.12º | 0.72% | 0.56% | - |
| XYZ | 10.18 | 11.01 | 27.97 | - |
| YUV | 85.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 144 | 0.72 | 0.33 | 0 | 0.44 | 207.12 | 0.57 | 0.36 |
| Hex | 28 | 61 | 90 | 48 | 21 | 0 | 2C | CF | 39 | 24 |
| Octal | 50 | 141 | 220 | 110 | 41 | 0 | 54 | 317 | 71 | 44 |
| Binary | 101000 | 1100001 | 10010000 | 1001000 | 100001 | 0 | 101100 | 11001111 | 111001 | 100100 |
Color Harmonies of #286190
Complementary color
Monochromatic Colors of #286190
Black with #286190
Text Example
Text Example
White with #286190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286190; }
p { color: rgb(40,97,144); }
H1.HeaderClassName
{
color: #286190;
}
.AnyTagClassName
{
color: #286190;
}
</style>
background-color css
<style>
a { background-color: #286190; }
a { background-color: rgb(40,97,144); }
div.DivClassName
{
background-color: #286190;
}
.BgClassName
{
background-color: #286190;
}
</style>
border-color css
<style>
span { border-color: #286190; }
span { border-color: rgb(40,97,144); }
td.TdClassName
{
border-color: #286190;
}
.TagClassName
{
border-color: #286190;
}
</style>