Shades of Endeavour #2C5698
Tints of Endeavour #2C5698
RGB
CMYK
RGB Variations
Color information
#2C5698 (or 0x2C5698) is known color: Endeavour. HEX triplet: 2C, 56 and 98. RGB value is (44,86,152). Sum of RGB (Red+Green+Blue) = 44+86+152=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C5698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5698 is #D3A967. Grayscale: #505050. Windows color (decimal): -13871464 or 9983532. OLE color: 9983532.
HSL color Cylindrical-coordinate representation of color #2C5698: hue angle of 216.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C5698 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 86 | 152 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.40 |
| HSL | 216.67º | 0.55% | 0.38% | - |
| HSV(B) | 216.67º | 0.71% | 0.6% | - |
| XYZ | 10.03 | 9.46 | 31 | - |
| YUV | 80.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 152 | 0.71 | 0.43 | 0 | 0.40 | 216.67 | 0.55 | 0.38 |
| Hex | 2C | 56 | 98 | 47 | 2B | 0 | 28 | D9 | 37 | 26 |
| Octal | 54 | 126 | 230 | 107 | 53 | 0 | 50 | 331 | 67 | 46 |
| Binary | 101100 | 1010110 | 10011000 | 1000111 | 101011 | 0 | 101000 | 11011001 | 110111 | 100110 |
Color Harmonies of #2C5698
Complementary color
Monochromatic Colors of #2C5698
Black with #2C5698
Text Example
Text Example
White with #2C5698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5698; }
p { color: rgb(44,86,152); }
H1.HeaderClassName
{
color: #2C5698;
}
.AnyTagClassName
{
color: #2C5698;
}
</style>
background-color css
<style>
a { background-color: #2C5698; }
a { background-color: rgb(44,86,152); }
div.DivClassName
{
background-color: #2C5698;
}
.BgClassName
{
background-color: #2C5698;
}
</style>
border-color css
<style>
span { border-color: #2C5698; }
span { border-color: rgb(44,86,152); }
td.TdClassName
{
border-color: #2C5698;
}
.TagClassName
{
border-color: #2C5698;
}
</style>