Shades of Endeavour #2C5A84
Tints of Endeavour #2C5A84
RGB
CMYK
RGB Variations
Color information
#2C5A84 (or 0x2C5A84) is known color: Endeavour. HEX triplet: 2C, 5A and 84. RGB value is (44,90,132). Sum of RGB (Red+Green+Blue) = 44+90+132=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #2C5A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5A84 is #D3A57B. Grayscale: #505050. Windows color (decimal): -13870460 or 8673836. OLE color: 8673836.
HSL color Cylindrical-coordinate representation of color #2C5A84: hue angle of 208.64º 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 #2C5A84 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 90 | 132 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.48 |
| HSL | 208.64º | 0.5% | 0.35% | - |
| HSV(B) | 208.64º | 0.67% | 0.52% | - |
| XYZ | 8.86 | 9.51 | 23.2 | - |
| YUV | 81.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 132 | 0.67 | 0.32 | 0 | 0.48 | 208.64 | 0.5 | 0.35 |
| Hex | 2C | 5A | 84 | 43 | 20 | 0 | 30 | D1 | 32 | 23 |
| Octal | 54 | 132 | 204 | 103 | 40 | 0 | 60 | 321 | 62 | 43 |
| Binary | 101100 | 1011010 | 10000100 | 1000011 | 100000 | 0 | 110000 | 11010001 | 110010 | 100011 |
Color Harmonies of #2C5A84
Complementary color
Monochromatic Colors of #2C5A84
Black with #2C5A84
Text Example
Text Example
White with #2C5A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5A84; }
p { color: rgb(44,90,132); }
H1.HeaderClassName
{
color: #2C5A84;
}
.AnyTagClassName
{
color: #2C5A84;
}
</style>
background-color css
<style>
a { background-color: #2C5A84; }
a { background-color: rgb(44,90,132); }
div.DivClassName
{
background-color: #2C5A84;
}
.BgClassName
{
background-color: #2C5A84;
}
</style>
border-color css
<style>
span { border-color: #2C5A84; }
span { border-color: rgb(44,90,132); }
td.TdClassName
{
border-color: #2C5A84;
}
.TagClassName
{
border-color: #2C5A84;
}
</style>