Shades of Endeavour #2D6099
Tints of Endeavour #2D6099
RGB
CMYK
RGB Variations
Color information
#2D6099 (or 0x2D6099) is known color: Endeavour. HEX triplet: 2D, 60 and 99. RGB value is (45,96,153). Sum of RGB (Red+Green+Blue) = 45+96+153=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D6099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6099 is #D29F66. Grayscale: #565656. Windows color (decimal): -13803367 or 10051629. OLE color: 10051629.
HSL color Cylindrical-coordinate representation of color #2D6099: hue angle of 211.67º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D6099 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 96 | 153 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.4 |
| HSL | 211.67º | 0.55% | 0.39% | - |
| HSV(B) | 211.67º | 0.71% | 0.6% | - |
| XYZ | 11.01 | 11.22 | 31.72 | - |
| YUV | 87.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 153 | 0.71 | 0.37 | 0 | 0.4 | 211.67 | 0.55 | 0.39 |
| Hex | 2D | 60 | 99 | 47 | 25 | 0 | 28 | D4 | 37 | 27 |
| Octal | 55 | 140 | 231 | 107 | 45 | 0 | 50 | 324 | 67 | 47 |
| Binary | 101101 | 1100000 | 10011001 | 1000111 | 100101 | 0 | 101000 | 11010100 | 110111 | 100111 |
Color Harmonies of #2D6099
Complementary color
Monochromatic Colors of #2D6099
Black with #2D6099
Text Example
Text Example
White with #2D6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6099; }
p { color: rgb(45,96,153); }
H1.HeaderClassName
{
color: #2D6099;
}
.AnyTagClassName
{
color: #2D6099;
}
</style>
background-color css
<style>
a { background-color: #2D6099; }
a { background-color: rgb(45,96,153); }
div.DivClassName
{
background-color: #2D6099;
}
.BgClassName
{
background-color: #2D6099;
}
</style>
border-color css
<style>
span { border-color: #2D6099; }
span { border-color: rgb(45,96,153); }
td.TdClassName
{
border-color: #2D6099;
}
.TagClassName
{
border-color: #2D6099;
}
</style>