Shades of Endeavour #2C5C91
Tints of Endeavour #2C5C91
RGB
CMYK
RGB Variations
Color information
#2C5C91 (or 0x2C5C91) is known color: Endeavour. HEX triplet: 2C, 5C and 91. RGB value is (44,92,145). Sum of RGB (Red+Green+Blue) = 44+92+145=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C5C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5C91 is #D3A36E. Grayscale: #535353. Windows color (decimal): -13869935 or 9526316. OLE color: 9526316.
HSL color Cylindrical-coordinate representation of color #2C5C91: hue angle of 211.49º 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 #2C5C91 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 92 | 145 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.43 |
| HSL | 211.49º | 0.53% | 0.37% | - |
| HSV(B) | 211.49º | 0.7% | 0.57% | - |
| XYZ | 9.98 | 10.23 | 28.24 | - |
| YUV | 83.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 145 | 0.70 | 0.37 | 0 | 0.43 | 211.49 | 0.53 | 0.37 |
| Hex | 2C | 5C | 91 | 46 | 25 | 0 | 2B | D3 | 35 | 25 |
| Octal | 54 | 134 | 221 | 106 | 45 | 0 | 53 | 323 | 65 | 45 |
| Binary | 101100 | 1011100 | 10010001 | 1000110 | 100101 | 0 | 101011 | 11010011 | 110101 | 100101 |
Color Harmonies of #2C5C91
Complementary color
Monochromatic Colors of #2C5C91
Black with #2C5C91
Text Example
Text Example
White with #2C5C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5C91; }
p { color: rgb(44,92,145); }
H1.HeaderClassName
{
color: #2C5C91;
}
.AnyTagClassName
{
color: #2C5C91;
}
</style>
background-color css
<style>
a { background-color: #2C5C91; }
a { background-color: rgb(44,92,145); }
div.DivClassName
{
background-color: #2C5C91;
}
.BgClassName
{
background-color: #2C5C91;
}
</style>
border-color css
<style>
span { border-color: #2C5C91; }
span { border-color: rgb(44,92,145); }
td.TdClassName
{
border-color: #2C5C91;
}
.TagClassName
{
border-color: #2C5C91;
}
</style>