Shades of Endeavour #2C5985
Tints of Endeavour #2C5985
RGB
CMYK
RGB Variations
Color information
#2C5985 (or 0x2C5985) is known color: Endeavour. HEX triplet: 2C, 59 and 85. RGB value is (44,89,133). Sum of RGB (Red+Green+Blue) = 44+89+133=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C5985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5985 is #D3A67A. Grayscale: #505050. Windows color (decimal): -13870715 or 8739116. OLE color: 8739116.
HSL color Cylindrical-coordinate representation of color #2C5985: hue angle of 209.66º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C5985 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 89 | 133 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.48 |
| HSL | 209.66º | 0.5% | 0.35% | - |
| HSV(B) | 209.66º | 0.67% | 0.52% | - |
| XYZ | 8.84 | 9.37 | 23.53 | - |
| YUV | 80.56 | 157.59 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 133 | 0.67 | 0.33 | 0 | 0.48 | 209.66 | 0.5 | 0.35 |
| Hex | 2C | 59 | 85 | 43 | 21 | 0 | 30 | D2 | 32 | 23 |
| Octal | 54 | 131 | 205 | 103 | 41 | 0 | 60 | 322 | 62 | 43 |
| Binary | 101100 | 1011001 | 10000101 | 1000011 | 100001 | 0 | 110000 | 11010010 | 110010 | 100011 |
Color Harmonies of #2C5985
Complementary color
Monochromatic Colors of #2C5985
Black with #2C5985
Text Example
Text Example
White with #2C5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5985; }
p { color: rgb(44,89,133); }
H1.HeaderClassName
{
color: #2C5985;
}
.AnyTagClassName
{
color: #2C5985;
}
</style>
background-color css
<style>
a { background-color: #2C5985; }
a { background-color: rgb(44,89,133); }
div.DivClassName
{
background-color: #2C5985;
}
.BgClassName
{
background-color: #2C5985;
}
</style>
border-color css
<style>
span { border-color: #2C5985; }
span { border-color: rgb(44,89,133); }
td.TdClassName
{
border-color: #2C5985;
}
.TagClassName
{
border-color: #2C5985;
}
</style>