Shades of Endeavour #2F578B
Tints of Endeavour #2F578B
RGB
CMYK
RGB Variations
Color information
#2F578B (or 0x2F578B) is known color: Endeavour. HEX triplet: 2F, 57 and 8B. RGB value is (47,87,139). Sum of RGB (Red+Green+Blue) = 47+87+139=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F578B is #D0A874. Grayscale: #505050. Windows color (decimal): -13674613 or 9131823. OLE color: 9131823.
HSL color Cylindrical-coordinate representation of color #2F578B: hue angle of 213.91º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F578B is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 87 | 139 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.45 |
| HSL | 213.91º | 0.49% | 0.36% | - |
| HSV(B) | 213.91º | 0.66% | 0.55% | - |
| XYZ | 9.24 | 9.28 | 25.73 | - |
| YUV | 80.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 139 | 0.66 | 0.37 | 0 | 0.45 | 213.91 | 0.49 | 0.36 |
| Hex | 2F | 57 | 8B | 42 | 25 | 0 | 2D | D6 | 31 | 24 |
| Octal | 57 | 127 | 213 | 102 | 45 | 0 | 55 | 326 | 61 | 44 |
| Binary | 101111 | 1010111 | 10001011 | 1000010 | 100101 | 0 | 101101 | 11010110 | 110001 | 100100 |
Color Harmonies of #2F578B
Complementary color
Monochromatic Colors of #2F578B
Black with #2F578B
Text Example
Text Example
White with #2F578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F578B; }
p { color: rgb(47,87,139); }
H1.HeaderClassName
{
color: #2F578B;
}
.AnyTagClassName
{
color: #2F578B;
}
</style>
background-color css
<style>
a { background-color: #2F578B; }
a { background-color: rgb(47,87,139); }
div.DivClassName
{
background-color: #2F578B;
}
.BgClassName
{
background-color: #2F578B;
}
</style>
border-color css
<style>
span { border-color: #2F578B; }
span { border-color: rgb(47,87,139); }
td.TdClassName
{
border-color: #2F578B;
}
.TagClassName
{
border-color: #2F578B;
}
</style>