Shades of Endeavour #2A6391
Tints of Endeavour #2A6391
RGB
CMYK
RGB Variations
Color information
#2A6391 (or 0x2A6391) is known color: Endeavour. HEX triplet: 2A, 63 and 91. RGB value is (42,99,145). Sum of RGB (Red+Green+Blue) = 42+99+145=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #2A6391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6391 is #D59C6E. Grayscale: #565656. Windows color (decimal): -13999215 or 9528106. OLE color: 9528106.
HSL color Cylindrical-coordinate representation of color #2A6391: hue angle of 206.8º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A6391 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 99 | 145 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.43 |
| HSL | 206.8º | 0.55% | 0.37% | - |
| HSV(B) | 206.8º | 0.71% | 0.57% | - |
| XYZ | 10.53 | 11.46 | 28.45 | - |
| YUV | 87.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 145 | 0.71 | 0.32 | 0 | 0.43 | 206.8 | 0.55 | 0.37 |
| Hex | 2A | 63 | 91 | 47 | 20 | 0 | 2B | CF | 37 | 25 |
| Octal | 52 | 143 | 221 | 107 | 40 | 0 | 53 | 317 | 67 | 45 |
| Binary | 101010 | 1100011 | 10010001 | 1000111 | 100000 | 0 | 101011 | 11001111 | 110111 | 100101 |
Color Harmonies of #2A6391
Complementary color
Monochromatic Colors of #2A6391
Black with #2A6391
Text Example
Text Example
White with #2A6391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6391; }
p { color: rgb(42,99,145); }
H1.HeaderClassName
{
color: #2A6391;
}
.AnyTagClassName
{
color: #2A6391;
}
</style>
background-color css
<style>
a { background-color: #2A6391; }
a { background-color: rgb(42,99,145); }
div.DivClassName
{
background-color: #2A6391;
}
.BgClassName
{
background-color: #2A6391;
}
</style>
border-color css
<style>
span { border-color: #2A6391; }
span { border-color: rgb(42,99,145); }
td.TdClassName
{
border-color: #2A6391;
}
.TagClassName
{
border-color: #2A6391;
}
</style>