Shades of Endeavour #2C5790
Tints of Endeavour #2C5790
RGB
CMYK
RGB Variations
Color information
#2C5790 (or 0x2C5790) is known color: Endeavour. HEX triplet: 2C, 57 and 90. RGB value is (44,87,144). Sum of RGB (Red+Green+Blue) = 44+87+144=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C5790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5790 is #D3A86F. Grayscale: #505050. Windows color (decimal): -13871216 or 9459500. OLE color: 9459500.
HSL color Cylindrical-coordinate representation of color #2C5790: hue angle of 214.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C5790 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 87 | 144 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.44 |
| HSL | 214.2º | 0.53% | 0.37% | - |
| HSV(B) | 214.2º | 0.69% | 0.56% | - |
| XYZ | 9.48 | 9.37 | 27.69 | - |
| YUV | 80.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 87 | 144 | 0.69 | 0.40 | 0 | 0.44 | 214.2 | 0.53 | 0.37 |
| Hex | 2C | 57 | 90 | 45 | 28 | 0 | 2C | D6 | 35 | 25 |
| Octal | 54 | 127 | 220 | 105 | 50 | 0 | 54 | 326 | 65 | 45 |
| Binary | 101100 | 1010111 | 10010000 | 1000101 | 101000 | 0 | 101100 | 11010110 | 110101 | 100101 |
Color Harmonies of #2C5790
Complementary color
Monochromatic Colors of #2C5790
Black with #2C5790
Text Example
Text Example
White with #2C5790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5790; }
p { color: rgb(44,87,144); }
H1.HeaderClassName
{
color: #2C5790;
}
.AnyTagClassName
{
color: #2C5790;
}
</style>
background-color css
<style>
a { background-color: #2C5790; }
a { background-color: rgb(44,87,144); }
div.DivClassName
{
background-color: #2C5790;
}
.BgClassName
{
background-color: #2C5790;
}
</style>
border-color css
<style>
span { border-color: #2C5790; }
span { border-color: rgb(44,87,144); }
td.TdClassName
{
border-color: #2C5790;
}
.TagClassName
{
border-color: #2C5790;
}
</style>