Shades of Endeavour #2D6394
Tints of Endeavour #2D6394
RGB
CMYK
RGB Variations
Color information
#2D6394 (or 0x2D6394) is known color: Endeavour. HEX triplet: 2D, 63 and 94. RGB value is (45,99,148). Sum of RGB (Red+Green+Blue) = 45+99+148=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D6394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6394 is #D29C6B. Grayscale: #585858. Windows color (decimal): -13802604 or 9724717. OLE color: 9724717.
HSL color Cylindrical-coordinate representation of color #2D6394: hue angle of 208.54º degrees, saturation: 0.53, 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 #2D6394 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 99 | 148 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.42 |
| HSL | 208.54º | 0.53% | 0.38% | - |
| HSV(B) | 208.54º | 0.7% | 0.58% | - |
| XYZ | 10.89 | 11.62 | 29.69 | - |
| YUV | 88.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 148 | 0.70 | 0.33 | 0 | 0.42 | 208.54 | 0.53 | 0.38 |
| Hex | 2D | 63 | 94 | 46 | 21 | 0 | 2A | D1 | 35 | 26 |
| Octal | 55 | 143 | 224 | 106 | 41 | 0 | 52 | 321 | 65 | 46 |
| Binary | 101101 | 1100011 | 10010100 | 1000110 | 100001 | 0 | 101010 | 11010001 | 110101 | 100110 |
Color Harmonies of #2D6394
Complementary color
Monochromatic Colors of #2D6394
Black with #2D6394
Text Example
Text Example
White with #2D6394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6394; }
p { color: rgb(45,99,148); }
H1.HeaderClassName
{
color: #2D6394;
}
.AnyTagClassName
{
color: #2D6394;
}
</style>
background-color css
<style>
a { background-color: #2D6394; }
a { background-color: rgb(45,99,148); }
div.DivClassName
{
background-color: #2D6394;
}
.BgClassName
{
background-color: #2D6394;
}
</style>
border-color css
<style>
span { border-color: #2D6394; }
span { border-color: rgb(45,99,148); }
td.TdClassName
{
border-color: #2D6394;
}
.TagClassName
{
border-color: #2D6394;
}
</style>