Shades of Endeavour #2C5394
Tints of Endeavour #2C5394
RGB
CMYK
RGB Variations
Color information
#2C5394 (or 0x2C5394) is known color: Endeavour. HEX triplet: 2C, 53 and 94. RGB value is (44,83,148). Sum of RGB (Red+Green+Blue) = 44+83+148=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C5394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5394 is #D3AC6B. Grayscale: #4E4E4E. Windows color (decimal): -13872236 or 9720620. OLE color: 9720620.
HSL color Cylindrical-coordinate representation of color #2C5394: hue angle of 217.5º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C5394 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 83 | 148 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.42 |
| HSL | 217.5º | 0.54% | 0.38% | - |
| HSV(B) | 217.5º | 0.7% | 0.58% | - |
| XYZ | 9.48 | 8.86 | 29.23 | - |
| YUV | 78.75 | 167.08 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 148 | 0.70 | 0.44 | 0 | 0.42 | 217.5 | 0.54 | 0.38 |
| Hex | 2C | 53 | 94 | 46 | 2C | 0 | 2A | DA | 36 | 26 |
| Octal | 54 | 123 | 224 | 106 | 54 | 0 | 52 | 332 | 66 | 46 |
| Binary | 101100 | 1010011 | 10010100 | 1000110 | 101100 | 0 | 101010 | 11011010 | 110110 | 100110 |
Color Harmonies of #2C5394
Complementary color
Monochromatic Colors of #2C5394
Black with #2C5394
Text Example
Text Example
White with #2C5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5394; }
p { color: rgb(44,83,148); }
H1.HeaderClassName
{
color: #2C5394;
}
.AnyTagClassName
{
color: #2C5394;
}
</style>
background-color css
<style>
a { background-color: #2C5394; }
a { background-color: rgb(44,83,148); }
div.DivClassName
{
background-color: #2C5394;
}
.BgClassName
{
background-color: #2C5394;
}
</style>
border-color css
<style>
span { border-color: #2C5394; }
span { border-color: rgb(44,83,148); }
td.TdClassName
{
border-color: #2C5394;
}
.TagClassName
{
border-color: #2C5394;
}
</style>