Shades of Endeavour #2F558D
Tints of Endeavour #2F558D
RGB
CMYK
RGB Variations
Color information
#2F558D (or 0x2F558D) is known color: Endeavour. HEX triplet: 2F, 55 and 8D. RGB value is (47,85,141). Sum of RGB (Red+Green+Blue) = 47+85+141=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F558D is #D0AA72. Grayscale: #4F4F4F. Windows color (decimal): -13675123 or 9262383. OLE color: 9262383.
HSL color Cylindrical-coordinate representation of color #2F558D: hue angle of 215.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F558D is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 85 | 141 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.45 |
| HSL | 215.74º | 0.5% | 0.37% | - |
| HSV(B) | 215.74º | 0.67% | 0.55% | - |
| XYZ | 9.23 | 9.02 | 26.45 | - |
| YUV | 80.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 141 | 0.67 | 0.40 | 0 | 0.45 | 215.74 | 0.5 | 0.37 |
| Hex | 2F | 55 | 8D | 43 | 28 | 0 | 2D | D8 | 32 | 25 |
| Octal | 57 | 125 | 215 | 103 | 50 | 0 | 55 | 330 | 62 | 45 |
| Binary | 101111 | 1010101 | 10001101 | 1000011 | 101000 | 0 | 101101 | 11011000 | 110010 | 100101 |
Color Harmonies of #2F558D
Complementary color
Monochromatic Colors of #2F558D
Black with #2F558D
Text Example
Text Example
White with #2F558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F558D; }
p { color: rgb(47,85,141); }
H1.HeaderClassName
{
color: #2F558D;
}
.AnyTagClassName
{
color: #2F558D;
}
</style>
background-color css
<style>
a { background-color: #2F558D; }
a { background-color: rgb(47,85,141); }
div.DivClassName
{
background-color: #2F558D;
}
.BgClassName
{
background-color: #2F558D;
}
</style>
border-color css
<style>
span { border-color: #2F558D; }
span { border-color: rgb(47,85,141); }
td.TdClassName
{
border-color: #2F558D;
}
.TagClassName
{
border-color: #2F558D;
}
</style>