Shades of Endeavour #2B5991
Tints of Endeavour #2B5991
RGB
CMYK
RGB Variations
Color information
#2B5991 (or 0x2B5991) is known color: Endeavour. HEX triplet: 2B, 59 and 91. RGB value is (43,89,145). Sum of RGB (Red+Green+Blue) = 43+89+145=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B5991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5991 is #D4A66E. Grayscale: #515151. Windows color (decimal): -13936239 or 9525547. OLE color: 9525547.
HSL color Cylindrical-coordinate representation of color #2B5991: hue angle of 212.94º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B5991 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 89 | 145 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.43 |
| HSL | 212.94º | 0.54% | 0.37% | - |
| HSV(B) | 212.94º | 0.7% | 0.57% | - |
| XYZ | 9.68 | 9.7 | 28.15 | - |
| YUV | 81.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 145 | 0.70 | 0.39 | 0 | 0.43 | 212.94 | 0.54 | 0.37 |
| Hex | 2B | 59 | 91 | 46 | 27 | 0 | 2B | D5 | 36 | 25 |
| Octal | 53 | 131 | 221 | 106 | 47 | 0 | 53 | 325 | 66 | 45 |
| Binary | 101011 | 1011001 | 10010001 | 1000110 | 100111 | 0 | 101011 | 11010101 | 110110 | 100101 |
Color Harmonies of #2B5991
Complementary color
Monochromatic Colors of #2B5991
Black with #2B5991
Text Example
Text Example
White with #2B5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5991; }
p { color: rgb(43,89,145); }
H1.HeaderClassName
{
color: #2B5991;
}
.AnyTagClassName
{
color: #2B5991;
}
</style>
background-color css
<style>
a { background-color: #2B5991; }
a { background-color: rgb(43,89,145); }
div.DivClassName
{
background-color: #2B5991;
}
.BgClassName
{
background-color: #2B5991;
}
</style>
border-color css
<style>
span { border-color: #2B5991; }
span { border-color: rgb(43,89,145); }
td.TdClassName
{
border-color: #2B5991;
}
.TagClassName
{
border-color: #2B5991;
}
</style>