Shades of Endeavour #2B5AA2
Tints of Endeavour #2B5AA2
RGB
CMYK
RGB Variations
Color information
#2B5AA2 (or 0x2B5AA2) is known color: Endeavour. HEX triplet: 2B, 5A and A2. RGB value is (43,90,162). Sum of RGB (Red+Green+Blue) = 43+90+162=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #2B5AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5AA2 is #D4A55D. Grayscale: #535353. Windows color (decimal): -13935966 or 10639915. OLE color: 10639915.
HSL color Cylindrical-coordinate representation of color #2B5AA2: hue angle of 216.3º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B5AA2 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 90 | 162 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.36 |
| HSL | 216.3º | 0.58% | 0.4% | - |
| HSV(B) | 216.3º | 0.73% | 0.64% | - |
| XYZ | 11.17 | 10.43 | 35.61 | - |
| YUV | 84.16 | 171.93 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 162 | 0.73 | 0.44 | 0 | 0.36 | 216.3 | 0.58 | 0.4 |
| Hex | 2B | 5A | A2 | 49 | 2C | 0 | 24 | D8 | 3A | 28 |
| Octal | 53 | 132 | 242 | 111 | 54 | 0 | 44 | 330 | 72 | 50 |
| Binary | 101011 | 1011010 | 10100010 | 1001001 | 101100 | 0 | 100100 | 11011000 | 111010 | 101000 |
Color Harmonies of #2B5AA2
Complementary color
Monochromatic Colors of #2B5AA2
Black with #2B5AA2
Text Example
Text Example
White with #2B5AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5AA2; }
p { color: rgb(43,90,162); }
H1.HeaderClassName
{
color: #2B5AA2;
}
.AnyTagClassName
{
color: #2B5AA2;
}
</style>
background-color css
<style>
a { background-color: #2B5AA2; }
a { background-color: rgb(43,90,162); }
div.DivClassName
{
background-color: #2B5AA2;
}
.BgClassName
{
background-color: #2B5AA2;
}
</style>
border-color css
<style>
span { border-color: #2B5AA2; }
span { border-color: rgb(43,90,162); }
td.TdClassName
{
border-color: #2B5AA2;
}
.TagClassName
{
border-color: #2B5AA2;
}
</style>