Shades of Endeavour #2D5694
Tints of Endeavour #2D5694
RGB
CMYK
RGB Variations
Color information
#2D5694 (or 0x2D5694) is known color: Endeavour. HEX triplet: 2D, 56 and 94. RGB value is (45,86,148). Sum of RGB (Red+Green+Blue) = 45+86+148=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D5694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5694 is #D2A96B. Grayscale: #505050. Windows color (decimal): -13805932 or 9721389. OLE color: 9721389.
HSL color Cylindrical-coordinate representation of color #2D5694: hue angle of 216.12º 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 #2D5694 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 86 | 148 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.42 |
| HSL | 216.12º | 0.53% | 0.38% | - |
| HSV(B) | 216.12º | 0.7% | 0.58% | - |
| XYZ | 9.76 | 9.35 | 29.31 | - |
| YUV | 80.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 148 | 0.70 | 0.42 | 0 | 0.42 | 216.12 | 0.53 | 0.38 |
| Hex | 2D | 56 | 94 | 46 | 2A | 0 | 2A | D8 | 35 | 26 |
| Octal | 55 | 126 | 224 | 106 | 52 | 0 | 52 | 330 | 65 | 46 |
| Binary | 101101 | 1010110 | 10010100 | 1000110 | 101010 | 0 | 101010 | 11011000 | 110101 | 100110 |
Color Harmonies of #2D5694
Complementary color
Monochromatic Colors of #2D5694
Black with #2D5694
Text Example
Text Example
White with #2D5694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5694; }
p { color: rgb(45,86,148); }
H1.HeaderClassName
{
color: #2D5694;
}
.AnyTagClassName
{
color: #2D5694;
}
</style>
background-color css
<style>
a { background-color: #2D5694; }
a { background-color: rgb(45,86,148); }
div.DivClassName
{
background-color: #2D5694;
}
.BgClassName
{
background-color: #2D5694;
}
</style>
border-color css
<style>
span { border-color: #2D5694; }
span { border-color: rgb(45,86,148); }
td.TdClassName
{
border-color: #2D5694;
}
.TagClassName
{
border-color: #2D5694;
}
</style>