Shades of Endeavour #2C5A94
Tints of Endeavour #2C5A94
RGB
CMYK
RGB Variations
Color information
#2C5A94 (or 0x2C5A94) is known color: Endeavour. HEX triplet: 2C, 5A and 94. RGB value is (44,90,148). Sum of RGB (Red+Green+Blue) = 44+90+148=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C5A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5A94 is #D3A56B. Grayscale: #525252. Windows color (decimal): -13870444 or 9722412. OLE color: 9722412.
HSL color Cylindrical-coordinate representation of color #2C5A94: hue angle of 213.46º 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 #2C5A94 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 90 | 148 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.42 |
| HSL | 213.46º | 0.54% | 0.38% | - |
| HSV(B) | 213.46º | 0.7% | 0.58% | - |
| XYZ | 10.04 | 9.99 | 29.42 | - |
| YUV | 82.86 | 164.76 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 148 | 0.70 | 0.39 | 0 | 0.42 | 213.46 | 0.54 | 0.38 |
| Hex | 2C | 5A | 94 | 46 | 27 | 0 | 2A | D5 | 36 | 26 |
| Octal | 54 | 132 | 224 | 106 | 47 | 0 | 52 | 325 | 66 | 46 |
| Binary | 101100 | 1011010 | 10010100 | 1000110 | 100111 | 0 | 101010 | 11010101 | 110110 | 100110 |
Color Harmonies of #2C5A94
Complementary color
Monochromatic Colors of #2C5A94
Black with #2C5A94
Text Example
Text Example
White with #2C5A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5A94; }
p { color: rgb(44,90,148); }
H1.HeaderClassName
{
color: #2C5A94;
}
.AnyTagClassName
{
color: #2C5A94;
}
</style>
background-color css
<style>
a { background-color: #2C5A94; }
a { background-color: rgb(44,90,148); }
div.DivClassName
{
background-color: #2C5A94;
}
.BgClassName
{
background-color: #2C5A94;
}
</style>
border-color css
<style>
span { border-color: #2C5A94; }
span { border-color: rgb(44,90,148); }
td.TdClassName
{
border-color: #2C5A94;
}
.TagClassName
{
border-color: #2C5A94;
}
</style>