Shades of Endeavour #2C668D
Tints of Endeavour #2C668D
RGB
CMYK
RGB Variations
Color information
#2C668D (or 0x2C668D) is known color: Endeavour. HEX triplet: 2C, 66 and 8D. RGB value is (44,102,141). Sum of RGB (Red+Green+Blue) = 44+102+141=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C668D is #D39972. Grayscale: #585858. Windows color (decimal): -13867379 or 9266732. OLE color: 9266732.
HSL color Cylindrical-coordinate representation of color #2C668D: hue angle of 204.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C668D is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 102 | 141 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.45 |
| HSL | 204.12º | 0.52% | 0.36% | - |
| HSV(B) | 204.12º | 0.69% | 0.55% | - |
| XYZ | 10.6 | 11.96 | 26.95 | - |
| YUV | 89.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 141 | 0.69 | 0.28 | 0 | 0.45 | 204.12 | 0.52 | 0.36 |
| Hex | 2C | 66 | 8D | 45 | 1C | 0 | 2D | CC | 34 | 24 |
| Octal | 54 | 146 | 215 | 105 | 34 | 0 | 55 | 314 | 64 | 44 |
| Binary | 101100 | 1100110 | 10001101 | 1000101 | 11100 | 0 | 101101 | 11001100 | 110100 | 100100 |
Color Harmonies of #2C668D
Complementary color
Monochromatic Colors of #2C668D
Black with #2C668D
Text Example
Text Example
White with #2C668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C668D; }
p { color: rgb(44,102,141); }
H1.HeaderClassName
{
color: #2C668D;
}
.AnyTagClassName
{
color: #2C668D;
}
</style>
background-color css
<style>
a { background-color: #2C668D; }
a { background-color: rgb(44,102,141); }
div.DivClassName
{
background-color: #2C668D;
}
.BgClassName
{
background-color: #2C668D;
}
</style>
border-color css
<style>
span { border-color: #2C668D; }
span { border-color: rgb(44,102,141); }
td.TdClassName
{
border-color: #2C668D;
}
.TagClassName
{
border-color: #2C668D;
}
</style>