Shades of Endeavour #2857A2
Tints of Endeavour #2857A2
RGB
CMYK
RGB Variations
Color information
#2857A2 (or 0x2857A2) is known color: Endeavour. HEX triplet: 28, 57 and A2. RGB value is (40,87,162). Sum of RGB (Red+Green+Blue) = 40+87+162=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #2857A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2857A2 is #D7A85D. Grayscale: #515151. Windows color (decimal): -14133342 or 10639144. OLE color: 10639144.
HSL color Cylindrical-coordinate representation of color #2857A2: hue angle of 216.89º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2857A2 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 87 | 162 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.36 |
| HSL | 216.89º | 0.6% | 0.4% | - |
| HSV(B) | 216.89º | 0.75% | 0.64% | - |
| XYZ | 10.8 | 9.88 | 35.52 | - |
| YUV | 81.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 162 | 0.75 | 0.46 | 0 | 0.36 | 216.89 | 0.6 | 0.4 |
| Hex | 28 | 57 | A2 | 4B | 2E | 0 | 24 | D9 | 3C | 28 |
| Octal | 50 | 127 | 242 | 113 | 56 | 0 | 44 | 331 | 74 | 50 |
| Binary | 101000 | 1010111 | 10100010 | 1001011 | 101110 | 0 | 100100 | 11011001 | 111100 | 101000 |
Color Harmonies of #2857A2
Complementary color
Monochromatic Colors of #2857A2
Black with #2857A2
Text Example
Text Example
White with #2857A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2857A2; }
p { color: rgb(40,87,162); }
H1.HeaderClassName
{
color: #2857A2;
}
.AnyTagClassName
{
color: #2857A2;
}
</style>
background-color css
<style>
a { background-color: #2857A2; }
a { background-color: rgb(40,87,162); }
div.DivClassName
{
background-color: #2857A2;
}
.BgClassName
{
background-color: #2857A2;
}
</style>
border-color css
<style>
span { border-color: #2857A2; }
span { border-color: rgb(40,87,162); }
td.TdClassName
{
border-color: #2857A2;
}
.TagClassName
{
border-color: #2857A2;
}
</style>