Shades of Endeavour #2B5193
Tints of Endeavour #2B5193
RGB
CMYK
RGB Variations
Color information
#2B5193 (or 0x2B5193) is known color: Endeavour. HEX triplet: 2B, 51 and 93. RGB value is (43,81,147). Sum of RGB (Red+Green+Blue) = 43+81+147=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B5193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5193 is #D4AE6C. Grayscale: #4C4C4C. Windows color (decimal): -13938285 or 9654571. OLE color: 9654571.
HSL color Cylindrical-coordinate representation of color #2B5193: hue angle of 218.08º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B5193 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 81 | 147 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.42 |
| HSL | 218.08º | 0.55% | 0.37% | - |
| HSV(B) | 218.08º | 0.71% | 0.58% | - |
| XYZ | 9.21 | 8.51 | 28.76 | - |
| YUV | 77.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 147 | 0.71 | 0.45 | 0 | 0.42 | 218.08 | 0.55 | 0.37 |
| Hex | 2B | 51 | 93 | 47 | 2D | 0 | 2A | DA | 37 | 25 |
| Octal | 53 | 121 | 223 | 107 | 55 | 0 | 52 | 332 | 67 | 45 |
| Binary | 101011 | 1010001 | 10010011 | 1000111 | 101101 | 0 | 101010 | 11011010 | 110111 | 100101 |
Color Harmonies of #2B5193
Complementary color
Monochromatic Colors of #2B5193
Black with #2B5193
Text Example
Text Example
White with #2B5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5193; }
p { color: rgb(43,81,147); }
H1.HeaderClassName
{
color: #2B5193;
}
.AnyTagClassName
{
color: #2B5193;
}
</style>
background-color css
<style>
a { background-color: #2B5193; }
a { background-color: rgb(43,81,147); }
div.DivClassName
{
background-color: #2B5193;
}
.BgClassName
{
background-color: #2B5193;
}
</style>
border-color css
<style>
span { border-color: #2B5193; }
span { border-color: rgb(43,81,147); }
td.TdClassName
{
border-color: #2B5193;
}
.TagClassName
{
border-color: #2B5193;
}
</style>