Shades of Endeavour #2B589B
Tints of Endeavour #2B589B
RGB
CMYK
RGB Variations
Color information
#2B589B (or 0x2B589B) is known color: Endeavour. HEX triplet: 2B, 58 and 9B. RGB value is (43,88,155). Sum of RGB (Red+Green+Blue) = 43+88+155=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B589B is #D4A764. Grayscale: #515151. Windows color (decimal): -13936485 or 10180651. OLE color: 10180651.
HSL color Cylindrical-coordinate representation of color #2B589B: hue angle of 215.89º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B589B is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 88 | 155 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.39 |
| HSL | 215.89º | 0.57% | 0.39% | - |
| HSV(B) | 215.89º | 0.72% | 0.61% | - |
| XYZ | 10.4 | 9.86 | 32.37 | - |
| YUV | 82.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 155 | 0.72 | 0.43 | 0 | 0.39 | 215.89 | 0.57 | 0.39 |
| Hex | 2B | 58 | 9B | 48 | 2B | 0 | 27 | D8 | 39 | 27 |
| Octal | 53 | 130 | 233 | 110 | 53 | 0 | 47 | 330 | 71 | 47 |
| Binary | 101011 | 1011000 | 10011011 | 1001000 | 101011 | 0 | 100111 | 11011000 | 111001 | 100111 |
Color Harmonies of #2B589B
Complementary color
Monochromatic Colors of #2B589B
Black with #2B589B
Text Example
Text Example
White with #2B589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B589B; }
p { color: rgb(43,88,155); }
H1.HeaderClassName
{
color: #2B589B;
}
.AnyTagClassName
{
color: #2B589B;
}
</style>
background-color css
<style>
a { background-color: #2B589B; }
a { background-color: rgb(43,88,155); }
div.DivClassName
{
background-color: #2B589B;
}
.BgClassName
{
background-color: #2B589B;
}
</style>
border-color css
<style>
span { border-color: #2B589B; }
span { border-color: rgb(43,88,155); }
td.TdClassName
{
border-color: #2B589B;
}
.TagClassName
{
border-color: #2B589B;
}
</style>