Shades of Endeavour #2F5E89
Tints of Endeavour #2F5E89
RGB
CMYK
RGB Variations
Color information
#2F5E89 (or 0x2F5E89) is known color: Endeavour. HEX triplet: 2F, 5E and 89. RGB value is (47,94,137). Sum of RGB (Red+Green+Blue) = 47+94+137=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F5E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5E89 is #D0A176. Grayscale: #545454. Windows color (decimal): -13672823 or 9002543. OLE color: 9002543.
HSL color Cylindrical-coordinate representation of color #2F5E89: hue angle of 208.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F5E89 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 94 | 137 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.46 |
| HSL | 208.67º | 0.49% | 0.36% | - |
| HSV(B) | 208.67º | 0.66% | 0.54% | - |
| XYZ | 9.69 | 10.42 | 25.17 | - |
| YUV | 84.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 94 | 137 | 0.66 | 0.31 | 0 | 0.46 | 208.67 | 0.49 | 0.36 |
| Hex | 2F | 5E | 89 | 42 | 1F | 0 | 2E | D1 | 31 | 24 |
| Octal | 57 | 136 | 211 | 102 | 37 | 0 | 56 | 321 | 61 | 44 |
| Binary | 101111 | 1011110 | 10001001 | 1000010 | 11111 | 0 | 101110 | 11010001 | 110001 | 100100 |
Color Harmonies of #2F5E89
Complementary color
Monochromatic Colors of #2F5E89
Black with #2F5E89
Text Example
Text Example
White with #2F5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5E89; }
p { color: rgb(47,94,137); }
H1.HeaderClassName
{
color: #2F5E89;
}
.AnyTagClassName
{
color: #2F5E89;
}
</style>
background-color css
<style>
a { background-color: #2F5E89; }
a { background-color: rgb(47,94,137); }
div.DivClassName
{
background-color: #2F5E89;
}
.BgClassName
{
background-color: #2F5E89;
}
</style>
border-color css
<style>
span { border-color: #2F5E89; }
span { border-color: rgb(47,94,137); }
td.TdClassName
{
border-color: #2F5E89;
}
.TagClassName
{
border-color: #2F5E89;
}
</style>