Shades of Endeavour #2B519D
Tints of Endeavour #2B519D
RGB
CMYK
RGB Variations
Color information
#2B519D (or 0x2B519D) is known color: Endeavour. HEX triplet: 2B, 51 and 9D. RGB value is (43,81,157). Sum of RGB (Red+Green+Blue) = 43+81+157=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B519D is #D4AE62. Grayscale: #4D4D4D. Windows color (decimal): -13938275 or 10309931. OLE color: 10309931.
HSL color Cylindrical-coordinate representation of color #2B519D: hue angle of 220º 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 #2B519D is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 81 | 157 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.38 |
| HSL | 220º | 0.57% | 0.39% | - |
| HSV(B) | 220º | 0.73% | 0.62% | - |
| XYZ | 10.02 | 8.83 | 33.07 | - |
| YUV | 78.3 | 172.41 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 157 | 0.73 | 0.48 | 0 | 0.38 | 220 | 0.57 | 0.39 |
| Hex | 2B | 51 | 9D | 49 | 30 | 0 | 26 | DC | 39 | 27 |
| Octal | 53 | 121 | 235 | 111 | 60 | 0 | 46 | 334 | 71 | 47 |
| Binary | 101011 | 1010001 | 10011101 | 1001001 | 110000 | 0 | 100110 | 11011100 | 111001 | 100111 |
Color Harmonies of #2B519D
Complementary color
Monochromatic Colors of #2B519D
Black with #2B519D
Text Example
Text Example
White with #2B519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B519D; }
p { color: rgb(43,81,157); }
H1.HeaderClassName
{
color: #2B519D;
}
.AnyTagClassName
{
color: #2B519D;
}
</style>
background-color css
<style>
a { background-color: #2B519D; }
a { background-color: rgb(43,81,157); }
div.DivClassName
{
background-color: #2B519D;
}
.BgClassName
{
background-color: #2B519D;
}
</style>
border-color css
<style>
span { border-color: #2B519D; }
span { border-color: rgb(43,81,157); }
td.TdClassName
{
border-color: #2B519D;
}
.TagClassName
{
border-color: #2B519D;
}
</style>