Shades of Endeavour #2B5F91
Tints of Endeavour #2B5F91
RGB
CMYK
RGB Variations
Color information
#2B5F91 (or 0x2B5F91) is known color: Endeavour. HEX triplet: 2B, 5F and 91. RGB value is (43,95,145). Sum of RGB (Red+Green+Blue) = 43+95+145=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B5F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5F91 is #D4A06E. Grayscale: #545454. Windows color (decimal): -13934703 or 9527083. OLE color: 9527083.
HSL color Cylindrical-coordinate representation of color #2B5F91: hue angle of 209.41º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B5F91 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 95 | 145 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.43 |
| HSL | 209.41º | 0.54% | 0.37% | - |
| HSV(B) | 209.41º | 0.7% | 0.57% | - |
| XYZ | 10.2 | 10.74 | 28.32 | - |
| YUV | 85.15 | 161.77 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 145 | 0.70 | 0.34 | 0 | 0.43 | 209.41 | 0.54 | 0.37 |
| Hex | 2B | 5F | 91 | 46 | 22 | 0 | 2B | D1 | 36 | 25 |
| Octal | 53 | 137 | 221 | 106 | 42 | 0 | 53 | 321 | 66 | 45 |
| Binary | 101011 | 1011111 | 10010001 | 1000110 | 100010 | 0 | 101011 | 11010001 | 110110 | 100101 |
Color Harmonies of #2B5F91
Complementary color
Monochromatic Colors of #2B5F91
Black with #2B5F91
Text Example
Text Example
White with #2B5F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5F91; }
p { color: rgb(43,95,145); }
H1.HeaderClassName
{
color: #2B5F91;
}
.AnyTagClassName
{
color: #2B5F91;
}
</style>
background-color css
<style>
a { background-color: #2B5F91; }
a { background-color: rgb(43,95,145); }
div.DivClassName
{
background-color: #2B5F91;
}
.BgClassName
{
background-color: #2B5F91;
}
</style>
border-color css
<style>
span { border-color: #2B5F91; }
span { border-color: rgb(43,95,145); }
td.TdClassName
{
border-color: #2B5F91;
}
.TagClassName
{
border-color: #2B5F91;
}
</style>