Shades of Endeavour #2D5889
Tints of Endeavour #2D5889
RGB
CMYK
RGB Variations
Color information
#2D5889 (or 0x2D5889) is known color: Endeavour. HEX triplet: 2D, 58 and 89. RGB value is (45,88,137). Sum of RGB (Red+Green+Blue) = 45+88+137=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D5889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5889 is #D2A776. Grayscale: #505050. Windows color (decimal): -13805431 or 9001005. OLE color: 9001005.
HSL color Cylindrical-coordinate representation of color #2D5889: hue angle of 211.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D5889 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 88 | 137 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.46 |
| HSL | 211.96º | 0.51% | 0.36% | - |
| HSV(B) | 211.96º | 0.67% | 0.54% | - |
| XYZ | 9.09 | 9.34 | 24.99 | - |
| YUV | 80.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 137 | 0.67 | 0.36 | 0 | 0.46 | 211.96 | 0.51 | 0.36 |
| Hex | 2D | 58 | 89 | 43 | 24 | 0 | 2E | D4 | 33 | 24 |
| Octal | 55 | 130 | 211 | 103 | 44 | 0 | 56 | 324 | 63 | 44 |
| Binary | 101101 | 1011000 | 10001001 | 1000011 | 100100 | 0 | 101110 | 11010100 | 110011 | 100100 |
Color Harmonies of #2D5889
Complementary color
Monochromatic Colors of #2D5889
Black with #2D5889
Text Example
Text Example
White with #2D5889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5889; }
p { color: rgb(45,88,137); }
H1.HeaderClassName
{
color: #2D5889;
}
.AnyTagClassName
{
color: #2D5889;
}
</style>
background-color css
<style>
a { background-color: #2D5889; }
a { background-color: rgb(45,88,137); }
div.DivClassName
{
background-color: #2D5889;
}
.BgClassName
{
background-color: #2D5889;
}
</style>
border-color css
<style>
span { border-color: #2D5889; }
span { border-color: rgb(45,88,137); }
td.TdClassName
{
border-color: #2D5889;
}
.TagClassName
{
border-color: #2D5889;
}
</style>