Shades of Endeavour #2C6188
Tints of Endeavour #2C6188
RGB
CMYK
RGB Variations
Color information
#2C6188 (or 0x2C6188) is known color: Endeavour. HEX triplet: 2C, 61 and 88. RGB value is (44,97,136). Sum of RGB (Red+Green+Blue) = 44+97+136=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C6188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6188 is #D39E77. Grayscale: #555555. Windows color (decimal): -13868664 or 8937772. OLE color: 8937772.
HSL color Cylindrical-coordinate representation of color #2C6188: hue angle of 205.43º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C6188 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 97 | 136 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.47 |
| HSL | 205.43º | 0.51% | 0.35% | - |
| HSV(B) | 205.43º | 0.68% | 0.53% | - |
| XYZ | 9.76 | 10.86 | 24.87 | - |
| YUV | 85.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 136 | 0.68 | 0.29 | 0 | 0.47 | 205.43 | 0.51 | 0.35 |
| Hex | 2C | 61 | 88 | 44 | 1D | 0 | 2F | CD | 33 | 23 |
| Octal | 54 | 141 | 210 | 104 | 35 | 0 | 57 | 315 | 63 | 43 |
| Binary | 101100 | 1100001 | 10001000 | 1000100 | 11101 | 0 | 101111 | 11001101 | 110011 | 100011 |
Color Harmonies of #2C6188
Complementary color
Monochromatic Colors of #2C6188
Black with #2C6188
Text Example
Text Example
White with #2C6188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6188; }
p { color: rgb(44,97,136); }
H1.HeaderClassName
{
color: #2C6188;
}
.AnyTagClassName
{
color: #2C6188;
}
</style>
background-color css
<style>
a { background-color: #2C6188; }
a { background-color: rgb(44,97,136); }
div.DivClassName
{
background-color: #2C6188;
}
.BgClassName
{
background-color: #2C6188;
}
</style>
border-color css
<style>
span { border-color: #2C6188; }
span { border-color: rgb(44,97,136); }
td.TdClassName
{
border-color: #2C6188;
}
.TagClassName
{
border-color: #2C6188;
}
</style>