Shades of Endeavour #2C5685
Tints of Endeavour #2C5685
RGB
CMYK
RGB Variations
Color information
#2C5685 (or 0x2C5685) is known color: Endeavour. HEX triplet: 2C, 56 and 85. RGB value is (44,86,133). Sum of RGB (Red+Green+Blue) = 44+86+133=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C5685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5685 is #D3A97A. Grayscale: #4E4E4E. Windows color (decimal): -13871483 or 8738348. OLE color: 8738348.
HSL color Cylindrical-coordinate representation of color #2C5685: hue angle of 211.69º 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 #2C5685 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 86 | 133 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.48 |
| HSL | 211.69º | 0.5% | 0.35% | - |
| HSV(B) | 211.69º | 0.67% | 0.52% | - |
| XYZ | 8.6 | 8.88 | 23.45 | - |
| YUV | 78.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 133 | 0.67 | 0.35 | 0 | 0.48 | 211.69 | 0.5 | 0.35 |
| Hex | 2C | 56 | 85 | 43 | 23 | 0 | 30 | D4 | 32 | 23 |
| Octal | 54 | 126 | 205 | 103 | 43 | 0 | 60 | 324 | 62 | 43 |
| Binary | 101100 | 1010110 | 10000101 | 1000011 | 100011 | 0 | 110000 | 11010100 | 110010 | 100011 |
Color Harmonies of #2C5685
Complementary color
Monochromatic Colors of #2C5685
Black with #2C5685
Text Example
Text Example
White with #2C5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5685; }
p { color: rgb(44,86,133); }
H1.HeaderClassName
{
color: #2C5685;
}
.AnyTagClassName
{
color: #2C5685;
}
</style>
background-color css
<style>
a { background-color: #2C5685; }
a { background-color: rgb(44,86,133); }
div.DivClassName
{
background-color: #2C5685;
}
.BgClassName
{
background-color: #2C5685;
}
</style>
border-color css
<style>
span { border-color: #2C5685; }
span { border-color: rgb(44,86,133); }
td.TdClassName
{
border-color: #2C5685;
}
.TagClassName
{
border-color: #2C5685;
}
</style>