Shades of Endeavour #2C5290
Tints of Endeavour #2C5290
RGB
CMYK
RGB Variations
Color information
#2C5290 (or 0x2C5290) is known color: Endeavour. HEX triplet: 2C, 52 and 90. RGB value is (44,82,144). Sum of RGB (Red+Green+Blue) = 44+82+144=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C5290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5290 is #D3AD6F. Grayscale: #4D4D4D. Windows color (decimal): -13872496 or 9458220. OLE color: 9458220.
HSL color Cylindrical-coordinate representation of color #2C5290: hue angle of 217.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 #2C5290 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 82 | 144 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.44 |
| HSL | 217.2º | 0.53% | 0.37% | - |
| HSV(B) | 217.2º | 0.69% | 0.56% | - |
| XYZ | 9.09 | 8.58 | 27.56 | - |
| YUV | 77.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 144 | 0.69 | 0.43 | 0 | 0.44 | 217.2 | 0.53 | 0.37 |
| Hex | 2C | 52 | 90 | 45 | 2B | 0 | 2C | D9 | 35 | 25 |
| Octal | 54 | 122 | 220 | 105 | 53 | 0 | 54 | 331 | 65 | 45 |
| Binary | 101100 | 1010010 | 10010000 | 1000101 | 101011 | 0 | 101100 | 11011001 | 110101 | 100101 |
Color Harmonies of #2C5290
Complementary color
Monochromatic Colors of #2C5290
Black with #2C5290
Text Example
Text Example
White with #2C5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5290; }
p { color: rgb(44,82,144); }
H1.HeaderClassName
{
color: #2C5290;
}
.AnyTagClassName
{
color: #2C5290;
}
</style>
background-color css
<style>
a { background-color: #2C5290; }
a { background-color: rgb(44,82,144); }
div.DivClassName
{
background-color: #2C5290;
}
.BgClassName
{
background-color: #2C5290;
}
</style>
border-color css
<style>
span { border-color: #2C5290; }
span { border-color: rgb(44,82,144); }
td.TdClassName
{
border-color: #2C5290;
}
.TagClassName
{
border-color: #2C5290;
}
</style>