Shades of Endeavour #2F5791
Tints of Endeavour #2F5791
RGB
CMYK
RGB Variations
Color information
#2F5791 (or 0x2F5791) is known color: Endeavour. HEX triplet: 2F, 57 and 91. RGB value is (47,87,145). Sum of RGB (Red+Green+Blue) = 47+87+145=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F5791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5791 is #D0A86E. Grayscale: #515151. Windows color (decimal): -13674607 or 9525039. OLE color: 9525039.
HSL color Cylindrical-coordinate representation of color #2F5791: hue angle of 215.51º 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 #2F5791 is Cyan = 0.68, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 87 | 145 | - |
| CMYK | 0.68 | 0.4 | 0 | 0.43 |
| HSL | 215.51º | 0.51% | 0.38% | - |
| HSV(B) | 215.51º | 0.68% | 0.57% | - |
| XYZ | 9.69 | 9.47 | 28.1 | - |
| YUV | 81.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 145 | 0.68 | 0.4 | 0 | 0.43 | 215.51 | 0.51 | 0.38 |
| Hex | 2F | 57 | 91 | 44 | 28 | 0 | 2B | D8 | 33 | 26 |
| Octal | 57 | 127 | 221 | 104 | 50 | 0 | 53 | 330 | 63 | 46 |
| Binary | 101111 | 1010111 | 10010001 | 1000100 | 101000 | 0 | 101011 | 11011000 | 110011 | 100110 |
Color Harmonies of #2F5791
Complementary color
Monochromatic Colors of #2F5791
Black with #2F5791
Text Example
Text Example
White with #2F5791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5791; }
p { color: rgb(47,87,145); }
H1.HeaderClassName
{
color: #2F5791;
}
.AnyTagClassName
{
color: #2F5791;
}
</style>
background-color css
<style>
a { background-color: #2F5791; }
a { background-color: rgb(47,87,145); }
div.DivClassName
{
background-color: #2F5791;
}
.BgClassName
{
background-color: #2F5791;
}
</style>
border-color css
<style>
span { border-color: #2F5791; }
span { border-color: rgb(47,87,145); }
td.TdClassName
{
border-color: #2F5791;
}
.TagClassName
{
border-color: #2F5791;
}
</style>