Shades of Endeavour #2C5194
Tints of Endeavour #2C5194
RGB
CMYK
RGB Variations
Color information
#2C5194 (or 0x2C5194) is known color: Endeavour. HEX triplet: 2C, 51 and 94. RGB value is (44,81,148). Sum of RGB (Red+Green+Blue) = 44+81+148=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C5194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5194 is #D3AE6B. Grayscale: #4D4D4D. Windows color (decimal): -13872748 or 9720108. OLE color: 9720108.
HSL color Cylindrical-coordinate representation of color #2C5194: hue angle of 218.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C5194 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 81 | 148 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.42 |
| HSL | 218.65º | 0.54% | 0.38% | - |
| HSV(B) | 218.65º | 0.7% | 0.58% | - |
| XYZ | 9.33 | 8.56 | 29.18 | - |
| YUV | 77.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 81 | 148 | 0.70 | 0.45 | 0 | 0.42 | 218.65 | 0.54 | 0.38 |
| Hex | 2C | 51 | 94 | 46 | 2D | 0 | 2A | DB | 36 | 26 |
| Octal | 54 | 121 | 224 | 106 | 55 | 0 | 52 | 333 | 66 | 46 |
| Binary | 101100 | 1010001 | 10010100 | 1000110 | 101101 | 0 | 101010 | 11011011 | 110110 | 100110 |
Color Harmonies of #2C5194
Complementary color
Monochromatic Colors of #2C5194
Black with #2C5194
Text Example
Text Example
White with #2C5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5194; }
p { color: rgb(44,81,148); }
H1.HeaderClassName
{
color: #2C5194;
}
.AnyTagClassName
{
color: #2C5194;
}
</style>
background-color css
<style>
a { background-color: #2C5194; }
a { background-color: rgb(44,81,148); }
div.DivClassName
{
background-color: #2C5194;
}
.BgClassName
{
background-color: #2C5194;
}
</style>
border-color css
<style>
span { border-color: #2C5194; }
span { border-color: rgb(44,81,148); }
td.TdClassName
{
border-color: #2C5194;
}
.TagClassName
{
border-color: #2C5194;
}
</style>