Shades of Endeavour #2C5884
Tints of Endeavour #2C5884
RGB
CMYK
RGB Variations
Color information
#2C5884 (or 0x2C5884) is known color: Endeavour. HEX triplet: 2C, 58 and 84. RGB value is (44,88,132). Sum of RGB (Red+Green+Blue) = 44+88+132=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #2C5884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5884 is #D3A77B. Grayscale: #4F4F4F. Windows color (decimal): -13870972 or 8673324. OLE color: 8673324.
HSL color Cylindrical-coordinate representation of color #2C5884: hue angle of 210º 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 #2C5884 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 88 | 132 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.48 |
| HSL | 210º | 0.5% | 0.35% | - |
| HSV(B) | 210º | 0.67% | 0.52% | - |
| XYZ | 8.69 | 9.18 | 23.14 | - |
| YUV | 79.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 132 | 0.67 | 0.33 | 0 | 0.48 | 210 | 0.5 | 0.35 |
| Hex | 2C | 58 | 84 | 43 | 21 | 0 | 30 | D2 | 32 | 23 |
| Octal | 54 | 130 | 204 | 103 | 41 | 0 | 60 | 322 | 62 | 43 |
| Binary | 101100 | 1011000 | 10000100 | 1000011 | 100001 | 0 | 110000 | 11010010 | 110010 | 100011 |
Color Harmonies of #2C5884
Complementary color
Monochromatic Colors of #2C5884
Black with #2C5884
Text Example
Text Example
White with #2C5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5884; }
p { color: rgb(44,88,132); }
H1.HeaderClassName
{
color: #2C5884;
}
.AnyTagClassName
{
color: #2C5884;
}
</style>
background-color css
<style>
a { background-color: #2C5884; }
a { background-color: rgb(44,88,132); }
div.DivClassName
{
background-color: #2C5884;
}
.BgClassName
{
background-color: #2C5884;
}
</style>
border-color css
<style>
span { border-color: #2C5884; }
span { border-color: rgb(44,88,132); }
td.TdClassName
{
border-color: #2C5884;
}
.TagClassName
{
border-color: #2C5884;
}
</style>