Shades of Endeavour #2F5A88
Tints of Endeavour #2F5A88
RGB
CMYK
RGB Variations
Color information
#2F5A88 (or 0x2F5A88) is known color: Endeavour. HEX triplet: 2F, 5A and 88. RGB value is (47,90,136). Sum of RGB (Red+Green+Blue) = 47+90+136=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F5A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5A88 is #D0A577. Grayscale: #525252. Windows color (decimal): -13673848 or 8935983. OLE color: 8935983.
HSL color Cylindrical-coordinate representation of color #2F5A88: hue angle of 211.01º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F5A88 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 90 | 136 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.47 |
| HSL | 211.01º | 0.49% | 0.36% | - |
| HSV(B) | 211.01º | 0.65% | 0.53% | - |
| XYZ | 9.27 | 9.69 | 24.68 | - |
| YUV | 82.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 136 | 0.65 | 0.34 | 0 | 0.47 | 211.01 | 0.49 | 0.36 |
| Hex | 2F | 5A | 88 | 41 | 22 | 0 | 2F | D3 | 31 | 24 |
| Octal | 57 | 132 | 210 | 101 | 42 | 0 | 57 | 323 | 61 | 44 |
| Binary | 101111 | 1011010 | 10001000 | 1000001 | 100010 | 0 | 101111 | 11010011 | 110001 | 100100 |
Color Harmonies of #2F5A88
Complementary color
Monochromatic Colors of #2F5A88
Black with #2F5A88
Text Example
Text Example
White with #2F5A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A88; }
p { color: rgb(47,90,136); }
H1.HeaderClassName
{
color: #2F5A88;
}
.AnyTagClassName
{
color: #2F5A88;
}
</style>
background-color css
<style>
a { background-color: #2F5A88; }
a { background-color: rgb(47,90,136); }
div.DivClassName
{
background-color: #2F5A88;
}
.BgClassName
{
background-color: #2F5A88;
}
</style>
border-color css
<style>
span { border-color: #2F5A88; }
span { border-color: rgb(47,90,136); }
td.TdClassName
{
border-color: #2F5A88;
}
.TagClassName
{
border-color: #2F5A88;
}
</style>