Shades of Endeavour #2B559D
Tints of Endeavour #2B559D
RGB
CMYK
RGB Variations
Color information
#2B559D (or 0x2B559D) is known color: Endeavour. HEX triplet: 2B, 55 and 9D. RGB value is (43,85,157). Sum of RGB (Red+Green+Blue) = 43+85+157=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B559D is #D4AA62. Grayscale: #505050. Windows color (decimal): -13937251 or 10310955. OLE color: 10310955.
HSL color Cylindrical-coordinate representation of color #2B559D: hue angle of 217.89º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B559D is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 85 | 157 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.38 |
| HSL | 217.89º | 0.57% | 0.39% | - |
| HSV(B) | 217.89º | 0.73% | 0.62% | - |
| XYZ | 10.33 | 9.44 | 33.18 | - |
| YUV | 80.65 | 171.09 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 157 | 0.73 | 0.46 | 0 | 0.38 | 217.89 | 0.57 | 0.39 |
| Hex | 2B | 55 | 9D | 49 | 2E | 0 | 26 | DA | 39 | 27 |
| Octal | 53 | 125 | 235 | 111 | 56 | 0 | 46 | 332 | 71 | 47 |
| Binary | 101011 | 1010101 | 10011101 | 1001001 | 101110 | 0 | 100110 | 11011010 | 111001 | 100111 |
Color Harmonies of #2B559D
Complementary color
Monochromatic Colors of #2B559D
Black with #2B559D
Text Example
Text Example
White with #2B559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B559D; }
p { color: rgb(43,85,157); }
H1.HeaderClassName
{
color: #2B559D;
}
.AnyTagClassName
{
color: #2B559D;
}
</style>
background-color css
<style>
a { background-color: #2B559D; }
a { background-color: rgb(43,85,157); }
div.DivClassName
{
background-color: #2B559D;
}
.BgClassName
{
background-color: #2B559D;
}
</style>
border-color css
<style>
span { border-color: #2B559D; }
span { border-color: rgb(43,85,157); }
td.TdClassName
{
border-color: #2B559D;
}
.TagClassName
{
border-color: #2B559D;
}
</style>