Shades of Endeavour #2C6593
Tints of Endeavour #2C6593
RGB
CMYK
RGB Variations
Color information
#2C6593 (or 0x2C6593) is known color: Endeavour. HEX triplet: 2C, 65 and 93. RGB value is (44,101,147). Sum of RGB (Red+Green+Blue) = 44+101+147=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C6593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6593 is #D39A6C. Grayscale: #585858. Windows color (decimal): -13867629 or 9659692. OLE color: 9659692.
HSL color Cylindrical-coordinate representation of color #2C6593: hue angle of 206.8º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C6593 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 101 | 147 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.42 |
| HSL | 206.8º | 0.54% | 0.37% | - |
| HSV(B) | 206.8º | 0.7% | 0.58% | - |
| XYZ | 10.96 | 11.95 | 29.33 | - |
| YUV | 89.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 147 | 0.70 | 0.31 | 0 | 0.42 | 206.8 | 0.54 | 0.37 |
| Hex | 2C | 65 | 93 | 46 | 1F | 0 | 2A | CF | 36 | 25 |
| Octal | 54 | 145 | 223 | 106 | 37 | 0 | 52 | 317 | 66 | 45 |
| Binary | 101100 | 1100101 | 10010011 | 1000110 | 11111 | 0 | 101010 | 11001111 | 110110 | 100101 |
Color Harmonies of #2C6593
Complementary color
Monochromatic Colors of #2C6593
Black with #2C6593
Text Example
Text Example
White with #2C6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6593; }
p { color: rgb(44,101,147); }
H1.HeaderClassName
{
color: #2C6593;
}
.AnyTagClassName
{
color: #2C6593;
}
</style>
background-color css
<style>
a { background-color: #2C6593; }
a { background-color: rgb(44,101,147); }
div.DivClassName
{
background-color: #2C6593;
}
.BgClassName
{
background-color: #2C6593;
}
</style>
border-color css
<style>
span { border-color: #2C6593; }
span { border-color: rgb(44,101,147); }
td.TdClassName
{
border-color: #2C6593;
}
.TagClassName
{
border-color: #2C6593;
}
</style>