Shades of Endeavour #2C658B
Tints of Endeavour #2C658B
RGB
CMYK
RGB Variations
Color information
#2C658B (or 0x2C658B) is known color: Endeavour. HEX triplet: 2C, 65 and 8B. RGB value is (44,101,139). Sum of RGB (Red+Green+Blue) = 44+101+139=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C658B is #D39A74. Grayscale: #585858. Windows color (decimal): -13867637 or 9135404. OLE color: 9135404.
HSL color Cylindrical-coordinate representation of color #2C658B: hue angle of 204º 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 #2C658B is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 101 | 139 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.45 |
| HSL | 204º | 0.52% | 0.36% | - |
| HSV(B) | 204º | 0.68% | 0.55% | - |
| XYZ | 10.35 | 11.71 | 26.14 | - |
| YUV | 88.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 139 | 0.68 | 0.27 | 0 | 0.45 | 204 | 0.52 | 0.36 |
| Hex | 2C | 65 | 8B | 44 | 1B | 0 | 2D | CC | 34 | 24 |
| Octal | 54 | 145 | 213 | 104 | 33 | 0 | 55 | 314 | 64 | 44 |
| Binary | 101100 | 1100101 | 10001011 | 1000100 | 11011 | 0 | 101101 | 11001100 | 110100 | 100100 |
Color Harmonies of #2C658B
Complementary color
Monochromatic Colors of #2C658B
Black with #2C658B
Text Example
Text Example
White with #2C658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C658B; }
p { color: rgb(44,101,139); }
H1.HeaderClassName
{
color: #2C658B;
}
.AnyTagClassName
{
color: #2C658B;
}
</style>
background-color css
<style>
a { background-color: #2C658B; }
a { background-color: rgb(44,101,139); }
div.DivClassName
{
background-color: #2C658B;
}
.BgClassName
{
background-color: #2C658B;
}
</style>
border-color css
<style>
span { border-color: #2C658B; }
span { border-color: rgb(44,101,139); }
td.TdClassName
{
border-color: #2C658B;
}
.TagClassName
{
border-color: #2C658B;
}
</style>