Shades of Endeavour #2C5697
Tints of Endeavour #2C5697
RGB
CMYK
RGB Variations
Color information
#2C5697 (or 0x2C5697) is known color: Endeavour. HEX triplet: 2C, 56 and 97. RGB value is (44,86,151). Sum of RGB (Red+Green+Blue) = 44+86+151=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #2C5697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5697 is #D3A968. Grayscale: #505050. Windows color (decimal): -13871465 or 9917996. OLE color: 9917996.
HSL color Cylindrical-coordinate representation of color #2C5697: hue angle of 216.45º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C5697 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 86 | 151 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.41 |
| HSL | 216.45º | 0.55% | 0.38% | - |
| HSV(B) | 216.45º | 0.71% | 0.59% | - |
| XYZ | 9.95 | 9.43 | 30.57 | - |
| YUV | 80.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 151 | 0.71 | 0.43 | 0 | 0.41 | 216.45 | 0.55 | 0.38 |
| Hex | 2C | 56 | 97 | 47 | 2B | 0 | 29 | D8 | 37 | 26 |
| Octal | 54 | 126 | 227 | 107 | 53 | 0 | 51 | 330 | 67 | 46 |
| Binary | 101100 | 1010110 | 10010111 | 1000111 | 101011 | 0 | 101001 | 11011000 | 110111 | 100110 |
Color Harmonies of #2C5697
Complementary color
Monochromatic Colors of #2C5697
Black with #2C5697
Text Example
Text Example
White with #2C5697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5697; }
p { color: rgb(44,86,151); }
H1.HeaderClassName
{
color: #2C5697;
}
.AnyTagClassName
{
color: #2C5697;
}
</style>
background-color css
<style>
a { background-color: #2C5697; }
a { background-color: rgb(44,86,151); }
div.DivClassName
{
background-color: #2C5697;
}
.BgClassName
{
background-color: #2C5697;
}
</style>
border-color css
<style>
span { border-color: #2C5697; }
span { border-color: rgb(44,86,151); }
td.TdClassName
{
border-color: #2C5697;
}
.TagClassName
{
border-color: #2C5697;
}
</style>