Shades of Endeavour #2B5096
Tints of Endeavour #2B5096
RGB
CMYK
RGB Variations
Color information
#2B5096 (or 0x2B5096) is known color: Endeavour. HEX triplet: 2B, 50 and 96. RGB value is (43,80,150). Sum of RGB (Red+Green+Blue) = 43+80+150=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B5096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5096 is #D4AF69. Grayscale: #4C4C4C. Windows color (decimal): -13938538 or 9850923. OLE color: 9850923.
HSL color Cylindrical-coordinate representation of color #2B5096: hue angle of 219.25º 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 #2B5096 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 80 | 150 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.41 |
| HSL | 219.25º | 0.55% | 0.38% | - |
| HSV(B) | 219.25º | 0.71% | 0.59% | - |
| XYZ | 9.37 | 8.45 | 29.99 | - |
| YUV | 76.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 150 | 0.71 | 0.47 | 0 | 0.41 | 219.25 | 0.55 | 0.38 |
| Hex | 2B | 50 | 96 | 47 | 2F | 0 | 29 | DB | 37 | 26 |
| Octal | 53 | 120 | 226 | 107 | 57 | 0 | 51 | 333 | 67 | 46 |
| Binary | 101011 | 1010000 | 10010110 | 1000111 | 101111 | 0 | 101001 | 11011011 | 110111 | 100110 |
Color Harmonies of #2B5096
Complementary color
Monochromatic Colors of #2B5096
Black with #2B5096
Text Example
Text Example
White with #2B5096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5096; }
p { color: rgb(43,80,150); }
H1.HeaderClassName
{
color: #2B5096;
}
.AnyTagClassName
{
color: #2B5096;
}
</style>
background-color css
<style>
a { background-color: #2B5096; }
a { background-color: rgb(43,80,150); }
div.DivClassName
{
background-color: #2B5096;
}
.BgClassName
{
background-color: #2B5096;
}
</style>
border-color css
<style>
span { border-color: #2B5096; }
span { border-color: rgb(43,80,150); }
td.TdClassName
{
border-color: #2B5096;
}
.TagClassName
{
border-color: #2B5096;
}
</style>