Shades of Endeavour #2F5994
Tints of Endeavour #2F5994
RGB
CMYK
RGB Variations
Color information
#2F5994 (or 0x2F5994) is known color: Endeavour. HEX triplet: 2F, 59 and 94. RGB value is (47,89,148). Sum of RGB (Red+Green+Blue) = 47+89+148=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F5994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5994 is #D0A66B. Grayscale: #525252. Windows color (decimal): -13674092 or 9722159. OLE color: 9722159.
HSL color Cylindrical-coordinate representation of color #2F5994: hue angle of 215.05º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5994 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 89 | 148 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.42 |
| HSL | 215.05º | 0.52% | 0.38% | - |
| HSV(B) | 215.05º | 0.68% | 0.58% | - |
| XYZ | 10.09 | 9.89 | 29.39 | - |
| YUV | 83.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 148 | 0.68 | 0.40 | 0 | 0.42 | 215.05 | 0.52 | 0.38 |
| Hex | 2F | 59 | 94 | 44 | 28 | 0 | 2A | D7 | 34 | 26 |
| Octal | 57 | 131 | 224 | 104 | 50 | 0 | 52 | 327 | 64 | 46 |
| Binary | 101111 | 1011001 | 10010100 | 1000100 | 101000 | 0 | 101010 | 11010111 | 110100 | 100110 |
Color Harmonies of #2F5994
Complementary color
Monochromatic Colors of #2F5994
Black with #2F5994
Text Example
Text Example
White with #2F5994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5994; }
p { color: rgb(47,89,148); }
H1.HeaderClassName
{
color: #2F5994;
}
.AnyTagClassName
{
color: #2F5994;
}
</style>
background-color css
<style>
a { background-color: #2F5994; }
a { background-color: rgb(47,89,148); }
div.DivClassName
{
background-color: #2F5994;
}
.BgClassName
{
background-color: #2F5994;
}
</style>
border-color css
<style>
span { border-color: #2F5994; }
span { border-color: rgb(47,89,148); }
td.TdClassName
{
border-color: #2F5994;
}
.TagClassName
{
border-color: #2F5994;
}
</style>