Shades of Endeavour #2B5896
Tints of Endeavour #2B5896
RGB
CMYK
RGB Variations
Color information
#2B5896 (or 0x2B5896) is known color: Endeavour. HEX triplet: 2B, 58 and 96. RGB value is (43,88,150). Sum of RGB (Red+Green+Blue) = 43+88+150=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B5896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5896 is #D4A769. Grayscale: #515151. Windows color (decimal): -13936490 or 9852971. OLE color: 9852971.
HSL color Cylindrical-coordinate representation of color #2B5896: hue angle of 214.77º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B5896 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 88 | 150 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.41 |
| HSL | 214.77º | 0.55% | 0.38% | - |
| HSV(B) | 214.77º | 0.71% | 0.59% | - |
| XYZ | 9.99 | 9.7 | 30.2 | - |
| YUV | 81.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 150 | 0.71 | 0.41 | 0 | 0.41 | 214.77 | 0.55 | 0.38 |
| Hex | 2B | 58 | 96 | 47 | 29 | 0 | 29 | D7 | 37 | 26 |
| Octal | 53 | 130 | 226 | 107 | 51 | 0 | 51 | 327 | 67 | 46 |
| Binary | 101011 | 1011000 | 10010110 | 1000111 | 101001 | 0 | 101001 | 11010111 | 110111 | 100110 |
Color Harmonies of #2B5896
Complementary color
Monochromatic Colors of #2B5896
Black with #2B5896
Text Example
Text Example
White with #2B5896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5896; }
p { color: rgb(43,88,150); }
H1.HeaderClassName
{
color: #2B5896;
}
.AnyTagClassName
{
color: #2B5896;
}
</style>
background-color css
<style>
a { background-color: #2B5896; }
a { background-color: rgb(43,88,150); }
div.DivClassName
{
background-color: #2B5896;
}
.BgClassName
{
background-color: #2B5896;
}
</style>
border-color css
<style>
span { border-color: #2B5896; }
span { border-color: rgb(43,88,150); }
td.TdClassName
{
border-color: #2B5896;
}
.TagClassName
{
border-color: #2B5896;
}
</style>