Shades of Endeavour #285191
Tints of Endeavour #285191
RGB
CMYK
RGB Variations
Color information
#285191 (or 0x285191) is known color: Endeavour. HEX triplet: 28, 51 and 91. RGB value is (40,81,145). Sum of RGB (Red+Green+Blue) = 40+81+145=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #285191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285191 is #D7AE6E. Grayscale: #4B4B4B. Windows color (decimal): -14134895 or 9523496. OLE color: 9523496.
HSL color Cylindrical-coordinate representation of color #285191: hue angle of 216.57º 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 #285191 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 81 | 145 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.43 |
| HSL | 216.57º | 0.57% | 0.36% | - |
| HSV(B) | 216.57º | 0.72% | 0.57% | - |
| XYZ | 8.93 | 8.38 | 27.94 | - |
| YUV | 76.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 145 | 0.72 | 0.44 | 0 | 0.43 | 216.57 | 0.57 | 0.36 |
| Hex | 28 | 51 | 91 | 48 | 2C | 0 | 2B | D9 | 39 | 24 |
| Octal | 50 | 121 | 221 | 110 | 54 | 0 | 53 | 331 | 71 | 44 |
| Binary | 101000 | 1010001 | 10010001 | 1001000 | 101100 | 0 | 101011 | 11011001 | 111001 | 100100 |
Color Harmonies of #285191
Complementary color
Monochromatic Colors of #285191
Black with #285191
Text Example
Text Example
White with #285191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285191; }
p { color: rgb(40,81,145); }
H1.HeaderClassName
{
color: #285191;
}
.AnyTagClassName
{
color: #285191;
}
</style>
background-color css
<style>
a { background-color: #285191; }
a { background-color: rgb(40,81,145); }
div.DivClassName
{
background-color: #285191;
}
.BgClassName
{
background-color: #285191;
}
</style>
border-color css
<style>
span { border-color: #285191; }
span { border-color: rgb(40,81,145); }
td.TdClassName
{
border-color: #285191;
}
.TagClassName
{
border-color: #285191;
}
</style>