Shades of Endeavour #2C5A91
Tints of Endeavour #2C5A91
RGB
CMYK
RGB Variations
Color information
#2C5A91 (or 0x2C5A91) is known color: Endeavour. HEX triplet: 2C, 5A and 91. RGB value is (44,90,145). Sum of RGB (Red+Green+Blue) = 44+90+145=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C5A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5A91 is #D3A56E. Grayscale: #525252. Windows color (decimal): -13870447 or 9525804. OLE color: 9525804.
HSL color Cylindrical-coordinate representation of color #2C5A91: hue angle of 212.67º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C5A91 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 90 | 145 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.43 |
| HSL | 212.67º | 0.53% | 0.37% | - |
| HSV(B) | 212.67º | 0.7% | 0.57% | - |
| XYZ | 9.81 | 9.89 | 28.18 | - |
| YUV | 82.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 145 | 0.70 | 0.38 | 0 | 0.43 | 212.67 | 0.53 | 0.37 |
| Hex | 2C | 5A | 91 | 46 | 26 | 0 | 2B | D5 | 35 | 25 |
| Octal | 54 | 132 | 221 | 106 | 46 | 0 | 53 | 325 | 65 | 45 |
| Binary | 101100 | 1011010 | 10010001 | 1000110 | 100110 | 0 | 101011 | 11010101 | 110101 | 100101 |
Color Harmonies of #2C5A91
Complementary color
Monochromatic Colors of #2C5A91
Black with #2C5A91
Text Example
Text Example
White with #2C5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5A91; }
p { color: rgb(44,90,145); }
H1.HeaderClassName
{
color: #2C5A91;
}
.AnyTagClassName
{
color: #2C5A91;
}
</style>
background-color css
<style>
a { background-color: #2C5A91; }
a { background-color: rgb(44,90,145); }
div.DivClassName
{
background-color: #2C5A91;
}
.BgClassName
{
background-color: #2C5A91;
}
</style>
border-color css
<style>
span { border-color: #2C5A91; }
span { border-color: rgb(44,90,145); }
td.TdClassName
{
border-color: #2C5A91;
}
.TagClassName
{
border-color: #2C5A91;
}
</style>