Shades of Endeavour #2C578B
Tints of Endeavour #2C578B
RGB
CMYK
RGB Variations
Color information
#2C578B (or 0x2C578B) is known color: Endeavour. HEX triplet: 2C, 57 and 8B. RGB value is (44,87,139). Sum of RGB (Red+Green+Blue) = 44+87+139=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C578B is #D3A874. Grayscale: #4F4F4F. Windows color (decimal): -13871221 or 9131820. OLE color: 9131820.
HSL color Cylindrical-coordinate representation of color #2C578B: hue angle of 212.84º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C578B is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 87 | 139 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.45 |
| HSL | 212.84º | 0.52% | 0.36% | - |
| HSV(B) | 212.84º | 0.68% | 0.55% | - |
| XYZ | 9.11 | 9.22 | 25.72 | - |
| YUV | 80.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 87 | 139 | 0.68 | 0.37 | 0 | 0.45 | 212.84 | 0.52 | 0.36 |
| Hex | 2C | 57 | 8B | 44 | 25 | 0 | 2D | D5 | 34 | 24 |
| Octal | 54 | 127 | 213 | 104 | 45 | 0 | 55 | 325 | 64 | 44 |
| Binary | 101100 | 1010111 | 10001011 | 1000100 | 100101 | 0 | 101101 | 11010101 | 110100 | 100100 |
Color Harmonies of #2C578B
Complementary color
Monochromatic Colors of #2C578B
Black with #2C578B
Text Example
Text Example
White with #2C578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C578B; }
p { color: rgb(44,87,139); }
H1.HeaderClassName
{
color: #2C578B;
}
.AnyTagClassName
{
color: #2C578B;
}
</style>
background-color css
<style>
a { background-color: #2C578B; }
a { background-color: rgb(44,87,139); }
div.DivClassName
{
background-color: #2C578B;
}
.BgClassName
{
background-color: #2C578B;
}
</style>
border-color css
<style>
span { border-color: #2C578B; }
span { border-color: rgb(44,87,139); }
td.TdClassName
{
border-color: #2C578B;
}
.TagClassName
{
border-color: #2C578B;
}
</style>