Shades of Endeavour #2F5598
Tints of Endeavour #2F5598
RGB
CMYK
RGB Variations
Color information
#2F5598 (or 0x2F5598) is known color: Endeavour. HEX triplet: 2F, 55 and 98. RGB value is (47,85,152). Sum of RGB (Red+Green+Blue) = 47+85+152=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F5598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5598 is #D0AA67. Grayscale: #505050. Windows color (decimal): -13675112 or 9983279. OLE color: 9983279.
HSL color Cylindrical-coordinate representation of color #2F5598: hue angle of 218.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F5598 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 85 | 152 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.40 |
| HSL | 218.29º | 0.53% | 0.39% | - |
| HSV(B) | 218.29º | 0.69% | 0.6% | - |
| XYZ | 10.09 | 9.37 | 30.98 | - |
| YUV | 81.28 | 167.91 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 152 | 0.69 | 0.44 | 0 | 0.40 | 218.29 | 0.53 | 0.39 |
| Hex | 2F | 55 | 98 | 45 | 2C | 0 | 28 | DA | 35 | 27 |
| Octal | 57 | 125 | 230 | 105 | 54 | 0 | 50 | 332 | 65 | 47 |
| Binary | 101111 | 1010101 | 10011000 | 1000101 | 101100 | 0 | 101000 | 11011010 | 110101 | 100111 |
Color Harmonies of #2F5598
Complementary color
Monochromatic Colors of #2F5598
Black with #2F5598
Text Example
Text Example
White with #2F5598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5598; }
p { color: rgb(47,85,152); }
H1.HeaderClassName
{
color: #2F5598;
}
.AnyTagClassName
{
color: #2F5598;
}
</style>
background-color css
<style>
a { background-color: #2F5598; }
a { background-color: rgb(47,85,152); }
div.DivClassName
{
background-color: #2F5598;
}
.BgClassName
{
background-color: #2F5598;
}
</style>
border-color css
<style>
span { border-color: #2F5598; }
span { border-color: rgb(47,85,152); }
td.TdClassName
{
border-color: #2F5598;
}
.TagClassName
{
border-color: #2F5598;
}
</style>