Shades of Endeavour #2F568D
Tints of Endeavour #2F568D
RGB
CMYK
RGB Variations
Color information
#2F568D (or 0x2F568D) is known color: Endeavour. HEX triplet: 2F, 56 and 8D. RGB value is (47,86,141). Sum of RGB (Red+Green+Blue) = 47+86+141=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F568D is #D0A972. Grayscale: #505050. Windows color (decimal): -13674867 or 9262639. OLE color: 9262639.
HSL color Cylindrical-coordinate representation of color #2F568D: hue angle of 215.11º 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 #2F568D is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 86 | 141 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.45 |
| HSL | 215.11º | 0.5% | 0.37% | - |
| HSV(B) | 215.11º | 0.67% | 0.55% | - |
| XYZ | 9.31 | 9.18 | 26.48 | - |
| YUV | 80.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 141 | 0.67 | 0.39 | 0 | 0.45 | 215.11 | 0.5 | 0.37 |
| Hex | 2F | 56 | 8D | 43 | 27 | 0 | 2D | D7 | 32 | 25 |
| Octal | 57 | 126 | 215 | 103 | 47 | 0 | 55 | 327 | 62 | 45 |
| Binary | 101111 | 1010110 | 10001101 | 1000011 | 100111 | 0 | 101101 | 11010111 | 110010 | 100101 |
Color Harmonies of #2F568D
Complementary color
Monochromatic Colors of #2F568D
Black with #2F568D
Text Example
Text Example
White with #2F568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F568D; }
p { color: rgb(47,86,141); }
H1.HeaderClassName
{
color: #2F568D;
}
.AnyTagClassName
{
color: #2F568D;
}
</style>
background-color css
<style>
a { background-color: #2F568D; }
a { background-color: rgb(47,86,141); }
div.DivClassName
{
background-color: #2F568D;
}
.BgClassName
{
background-color: #2F568D;
}
</style>
border-color css
<style>
span { border-color: #2F568D; }
span { border-color: rgb(47,86,141); }
td.TdClassName
{
border-color: #2F568D;
}
.TagClassName
{
border-color: #2F568D;
}
</style>