Shades of Endeavour #2B5192
Tints of Endeavour #2B5192
RGB
CMYK
RGB Variations
Color information
#2B5192 (or 0x2B5192) is known color: Endeavour. HEX triplet: 2B, 51 and 92. RGB value is (43,81,146). Sum of RGB (Red+Green+Blue) = 43+81+146=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B5192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5192 is #D4AE6D. Grayscale: #4C4C4C. Windows color (decimal): -13938286 or 9589035. OLE color: 9589035.
HSL color Cylindrical-coordinate representation of color #2B5192: hue angle of 217.86º degrees, saturation: 0.54, 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 #2B5192 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 81 | 146 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.43 |
| HSL | 217.86º | 0.54% | 0.37% | - |
| HSV(B) | 217.86º | 0.71% | 0.57% | - |
| XYZ | 9.13 | 8.47 | 28.35 | - |
| YUV | 77.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 146 | 0.71 | 0.45 | 0 | 0.43 | 217.86 | 0.54 | 0.37 |
| Hex | 2B | 51 | 92 | 47 | 2D | 0 | 2B | DA | 36 | 25 |
| Octal | 53 | 121 | 222 | 107 | 55 | 0 | 53 | 332 | 66 | 45 |
| Binary | 101011 | 1010001 | 10010010 | 1000111 | 101101 | 0 | 101011 | 11011010 | 110110 | 100101 |
Color Harmonies of #2B5192
Complementary color
Monochromatic Colors of #2B5192
Black with #2B5192
Text Example
Text Example
White with #2B5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5192; }
p { color: rgb(43,81,146); }
H1.HeaderClassName
{
color: #2B5192;
}
.AnyTagClassName
{
color: #2B5192;
}
</style>
background-color css
<style>
a { background-color: #2B5192; }
a { background-color: rgb(43,81,146); }
div.DivClassName
{
background-color: #2B5192;
}
.BgClassName
{
background-color: #2B5192;
}
</style>
border-color css
<style>
span { border-color: #2B5192; }
span { border-color: rgb(43,81,146); }
td.TdClassName
{
border-color: #2B5192;
}
.TagClassName
{
border-color: #2B5192;
}
</style>