Shades of Endeavour #2B57A0
Tints of Endeavour #2B57A0
RGB
CMYK
RGB Variations
Color information
#2B57A0 (or 0x2B57A0) is known color: Endeavour. HEX triplet: 2B, 57 and A0. RGB value is (43,87,160). Sum of RGB (Red+Green+Blue) = 43+87+160=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #2B57A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B57A0 is #D4A85F. Grayscale: #515151. Windows color (decimal): -13936736 or 10508075. OLE color: 10508075.
HSL color Cylindrical-coordinate representation of color #2B57A0: hue angle of 217.44º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B57A0 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 87 | 160 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.37 |
| HSL | 217.44º | 0.58% | 0.4% | - |
| HSV(B) | 217.44º | 0.73% | 0.63% | - |
| XYZ | 10.75 | 9.87 | 34.6 | - |
| YUV | 82.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 87 | 160 | 0.73 | 0.46 | 0 | 0.37 | 217.44 | 0.58 | 0.4 |
| Hex | 2B | 57 | A0 | 49 | 2E | 0 | 25 | D9 | 3A | 28 |
| Octal | 53 | 127 | 240 | 111 | 56 | 0 | 45 | 331 | 72 | 50 |
| Binary | 101011 | 1010111 | 10100000 | 1001001 | 101110 | 0 | 100101 | 11011001 | 111010 | 101000 |
Color Harmonies of #2B57A0
Complementary color
Monochromatic Colors of #2B57A0
Black with #2B57A0
Text Example
Text Example
White with #2B57A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B57A0; }
p { color: rgb(43,87,160); }
H1.HeaderClassName
{
color: #2B57A0;
}
.AnyTagClassName
{
color: #2B57A0;
}
</style>
background-color css
<style>
a { background-color: #2B57A0; }
a { background-color: rgb(43,87,160); }
div.DivClassName
{
background-color: #2B57A0;
}
.BgClassName
{
background-color: #2B57A0;
}
</style>
border-color css
<style>
span { border-color: #2B57A0; }
span { border-color: rgb(43,87,160); }
td.TdClassName
{
border-color: #2B57A0;
}
.TagClassName
{
border-color: #2B57A0;
}
</style>