Shades of Endeavour #2B6690
Tints of Endeavour #2B6690
RGB
CMYK
RGB Variations
Color information
#2B6690 (or 0x2B6690) is known color: Endeavour. HEX triplet: 2B, 66 and 90. RGB value is (43,102,144). Sum of RGB (Red+Green+Blue) = 43+102+144=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B6690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6690 is #D4996F. Grayscale: #585858. Windows color (decimal): -13932912 or 9463339. OLE color: 9463339.
HSL color Cylindrical-coordinate representation of color #2B6690: hue angle of 204.95º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B6690 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 102 | 144 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.44 |
| HSL | 204.95º | 0.54% | 0.37% | - |
| HSV(B) | 204.95º | 0.7% | 0.56% | - |
| XYZ | 10.78 | 12.03 | 28.14 | - |
| YUV | 89.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 144 | 0.70 | 0.29 | 0 | 0.44 | 204.95 | 0.54 | 0.37 |
| Hex | 2B | 66 | 90 | 46 | 1D | 0 | 2C | CD | 36 | 25 |
| Octal | 53 | 146 | 220 | 106 | 35 | 0 | 54 | 315 | 66 | 45 |
| Binary | 101011 | 1100110 | 10010000 | 1000110 | 11101 | 0 | 101100 | 11001101 | 110110 | 100101 |
Color Harmonies of #2B6690
Complementary color
Monochromatic Colors of #2B6690
Black with #2B6690
Text Example
Text Example
White with #2B6690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6690; }
p { color: rgb(43,102,144); }
H1.HeaderClassName
{
color: #2B6690;
}
.AnyTagClassName
{
color: #2B6690;
}
</style>
background-color css
<style>
a { background-color: #2B6690; }
a { background-color: rgb(43,102,144); }
div.DivClassName
{
background-color: #2B6690;
}
.BgClassName
{
background-color: #2B6690;
}
</style>
border-color css
<style>
span { border-color: #2B6690; }
span { border-color: rgb(43,102,144); }
td.TdClassName
{
border-color: #2B6690;
}
.TagClassName
{
border-color: #2B6690;
}
</style>