Shades of Endeavour #2C5885
Tints of Endeavour #2C5885
RGB
CMYK
RGB Variations
Color information
#2C5885 (or 0x2C5885) is known color: Endeavour. HEX triplet: 2C, 58 and 85. RGB value is (44,88,133). Sum of RGB (Red+Green+Blue) = 44+88+133=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C5885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5885 is #D3A77A. Grayscale: #4F4F4F. Windows color (decimal): -13870971 or 8738860. OLE color: 8738860.
HSL color Cylindrical-coordinate representation of color #2C5885: hue angle of 210.34º 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 #2C5885 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 88 | 133 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.48 |
| HSL | 210.34º | 0.5% | 0.35% | - |
| HSV(B) | 210.34º | 0.67% | 0.52% | - |
| XYZ | 8.76 | 9.21 | 23.51 | - |
| YUV | 79.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 133 | 0.67 | 0.34 | 0 | 0.48 | 210.34 | 0.5 | 0.35 |
| Hex | 2C | 58 | 85 | 43 | 22 | 0 | 30 | D2 | 32 | 23 |
| Octal | 54 | 130 | 205 | 103 | 42 | 0 | 60 | 322 | 62 | 43 |
| Binary | 101100 | 1011000 | 10000101 | 1000011 | 100010 | 0 | 110000 | 11010010 | 110010 | 100011 |
Color Harmonies of #2C5885
Complementary color
Monochromatic Colors of #2C5885
Black with #2C5885
Text Example
Text Example
White with #2C5885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5885; }
p { color: rgb(44,88,133); }
H1.HeaderClassName
{
color: #2C5885;
}
.AnyTagClassName
{
color: #2C5885;
}
</style>
background-color css
<style>
a { background-color: #2C5885; }
a { background-color: rgb(44,88,133); }
div.DivClassName
{
background-color: #2C5885;
}
.BgClassName
{
background-color: #2C5885;
}
</style>
border-color css
<style>
span { border-color: #2C5885; }
span { border-color: rgb(44,88,133); }
td.TdClassName
{
border-color: #2C5885;
}
.TagClassName
{
border-color: #2C5885;
}
</style>