Shades of Endeavour #2B559F
Tints of Endeavour #2B559F
RGB
CMYK
RGB Variations
Color information
#2B559F (or 0x2B559F) is known color: Endeavour. HEX triplet: 2B, 55 and 9F. RGB value is (43,85,159). Sum of RGB (Red+Green+Blue) = 43+85+159=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B559F is #D4AA60. Grayscale: #505050. Windows color (decimal): -13937249 or 10442027. OLE color: 10442027.
HSL color Cylindrical-coordinate representation of color #2B559F: hue angle of 218.28º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B559F is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 85 | 159 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.38 |
| HSL | 218.28º | 0.57% | 0.4% | - |
| HSV(B) | 218.28º | 0.73% | 0.62% | - |
| XYZ | 10.5 | 9.51 | 34.08 | - |
| YUV | 80.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 159 | 0.73 | 0.47 | 0 | 0.38 | 218.28 | 0.57 | 0.4 |
| Hex | 2B | 55 | 9F | 49 | 2F | 0 | 26 | DA | 39 | 28 |
| Octal | 53 | 125 | 237 | 111 | 57 | 0 | 46 | 332 | 71 | 50 |
| Binary | 101011 | 1010101 | 10011111 | 1001001 | 101111 | 0 | 100110 | 11011010 | 111001 | 101000 |
Color Harmonies of #2B559F
Complementary color
Monochromatic Colors of #2B559F
Black with #2B559F
Text Example
Text Example
White with #2B559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B559F; }
p { color: rgb(43,85,159); }
H1.HeaderClassName
{
color: #2B559F;
}
.AnyTagClassName
{
color: #2B559F;
}
</style>
background-color css
<style>
a { background-color: #2B559F; }
a { background-color: rgb(43,85,159); }
div.DivClassName
{
background-color: #2B559F;
}
.BgClassName
{
background-color: #2B559F;
}
</style>
border-color css
<style>
span { border-color: #2B559F; }
span { border-color: rgb(43,85,159); }
td.TdClassName
{
border-color: #2B559F;
}
.TagClassName
{
border-color: #2B559F;
}
</style>