Shades of Endeavour #2B5494
Tints of Endeavour #2B5494
RGB
CMYK
RGB Variations
Color information
#2B5494 (or 0x2B5494) is known color: Endeavour. HEX triplet: 2B, 54 and 94. RGB value is (43,84,148). Sum of RGB (Red+Green+Blue) = 43+84+148=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #2B5494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5494 is #D4AB6B. Grayscale: #4E4E4E. Windows color (decimal): -13937516 or 9720875. OLE color: 9720875.
HSL color Cylindrical-coordinate representation of color #2B5494: hue angle of 216.57º 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 #2B5494 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 84 | 148 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.42 |
| HSL | 216.57º | 0.55% | 0.37% | - |
| HSV(B) | 216.57º | 0.71% | 0.58% | - |
| XYZ | 9.51 | 8.99 | 29.25 | - |
| YUV | 79.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 148 | 0.71 | 0.43 | 0 | 0.42 | 216.57 | 0.55 | 0.37 |
| Hex | 2B | 54 | 94 | 47 | 2B | 0 | 2A | D9 | 37 | 25 |
| Octal | 53 | 124 | 224 | 107 | 53 | 0 | 52 | 331 | 67 | 45 |
| Binary | 101011 | 1010100 | 10010100 | 1000111 | 101011 | 0 | 101010 | 11011001 | 110111 | 100101 |
Color Harmonies of #2B5494
Complementary color
Monochromatic Colors of #2B5494
Black with #2B5494
Text Example
Text Example
White with #2B5494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5494; }
p { color: rgb(43,84,148); }
H1.HeaderClassName
{
color: #2B5494;
}
.AnyTagClassName
{
color: #2B5494;
}
</style>
background-color css
<style>
a { background-color: #2B5494; }
a { background-color: rgb(43,84,148); }
div.DivClassName
{
background-color: #2B5494;
}
.BgClassName
{
background-color: #2B5494;
}
</style>
border-color css
<style>
span { border-color: #2B5494; }
span { border-color: rgb(43,84,148); }
td.TdClassName
{
border-color: #2B5494;
}
.TagClassName
{
border-color: #2B5494;
}
</style>