Shades of Endeavour #2D6396
Tints of Endeavour #2D6396
RGB
CMYK
RGB Variations
Color information
#2D6396 (or 0x2D6396) is known color: Endeavour. HEX triplet: 2D, 63 and 96. RGB value is (45,99,150). Sum of RGB (Red+Green+Blue) = 45+99+150=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D6396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6396 is #D29C69. Grayscale: #585858. Windows color (decimal): -13802602 or 9855789. OLE color: 9855789.
HSL color Cylindrical-coordinate representation of color #2D6396: hue angle of 209.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D6396 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 99 | 150 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.41 |
| HSL | 209.14º | 0.54% | 0.38% | - |
| HSV(B) | 209.14º | 0.7% | 0.59% | - |
| XYZ | 11.05 | 11.68 | 30.53 | - |
| YUV | 88.67 | 162.61 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 150 | 0.70 | 0.34 | 0 | 0.41 | 209.14 | 0.54 | 0.38 |
| Hex | 2D | 63 | 96 | 46 | 22 | 0 | 29 | D1 | 36 | 26 |
| Octal | 55 | 143 | 226 | 106 | 42 | 0 | 51 | 321 | 66 | 46 |
| Binary | 101101 | 1100011 | 10010110 | 1000110 | 100010 | 0 | 101001 | 11010001 | 110110 | 100110 |
Color Harmonies of #2D6396
Complementary color
Monochromatic Colors of #2D6396
Black with #2D6396
Text Example
Text Example
White with #2D6396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6396; }
p { color: rgb(45,99,150); }
H1.HeaderClassName
{
color: #2D6396;
}
.AnyTagClassName
{
color: #2D6396;
}
</style>
background-color css
<style>
a { background-color: #2D6396; }
a { background-color: rgb(45,99,150); }
div.DivClassName
{
background-color: #2D6396;
}
.BgClassName
{
background-color: #2D6396;
}
</style>
border-color css
<style>
span { border-color: #2D6396; }
span { border-color: rgb(45,99,150); }
td.TdClassName
{
border-color: #2D6396;
}
.TagClassName
{
border-color: #2D6396;
}
</style>