Shades of Endeavour #2F5991
Tints of Endeavour #2F5991
RGB
CMYK
RGB Variations
Color information
#2F5991 (or 0x2F5991) is known color: Endeavour. HEX triplet: 2F, 59 and 91. RGB value is (47,89,145). Sum of RGB (Red+Green+Blue) = 47+89+145=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F5991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5991 is #D0A66E. Grayscale: #525252. Windows color (decimal): -13674095 or 9525551. OLE color: 9525551.
HSL color Cylindrical-coordinate representation of color #2F5991: hue angle of 214.29º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5991 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 89 | 145 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.43 |
| HSL | 214.29º | 0.51% | 0.38% | - |
| HSV(B) | 214.29º | 0.68% | 0.57% | - |
| XYZ | 9.86 | 9.79 | 28.16 | - |
| YUV | 82.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 145 | 0.68 | 0.39 | 0 | 0.43 | 214.29 | 0.51 | 0.38 |
| Hex | 2F | 59 | 91 | 44 | 27 | 0 | 2B | D6 | 33 | 26 |
| Octal | 57 | 131 | 221 | 104 | 47 | 0 | 53 | 326 | 63 | 46 |
| Binary | 101111 | 1011001 | 10010001 | 1000100 | 100111 | 0 | 101011 | 11010110 | 110011 | 100110 |
Color Harmonies of #2F5991
Complementary color
Monochromatic Colors of #2F5991
Black with #2F5991
Text Example
Text Example
White with #2F5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5991; }
p { color: rgb(47,89,145); }
H1.HeaderClassName
{
color: #2F5991;
}
.AnyTagClassName
{
color: #2F5991;
}
</style>
background-color css
<style>
a { background-color: #2F5991; }
a { background-color: rgb(47,89,145); }
div.DivClassName
{
background-color: #2F5991;
}
.BgClassName
{
background-color: #2F5991;
}
</style>
border-color css
<style>
span { border-color: #2F5991; }
span { border-color: rgb(47,89,145); }
td.TdClassName
{
border-color: #2F5991;
}
.TagClassName
{
border-color: #2F5991;
}
</style>