Shades of Endeavour #2B6790
Tints of Endeavour #2B6790
RGB
CMYK
RGB Variations
Color information
#2B6790 (or 0x2B6790) is known color: Endeavour. HEX triplet: 2B, 67 and 90. RGB value is (43,103,144). Sum of RGB (Red+Green+Blue) = 43+103+144=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B6790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6790 is #D4986F. Grayscale: #595959. Windows color (decimal): -13932656 or 9463595. OLE color: 9463595.
HSL color Cylindrical-coordinate representation of color #2B6790: hue angle of 204.36º 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 #2B6790 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 103 | 144 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.44 |
| HSL | 204.36º | 0.54% | 0.37% | - |
| HSV(B) | 204.36º | 0.7% | 0.56% | - |
| XYZ | 10.88 | 12.23 | 28.17 | - |
| YUV | 89.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 144 | 0.70 | 0.28 | 0 | 0.44 | 204.36 | 0.54 | 0.37 |
| Hex | 2B | 67 | 90 | 46 | 1C | 0 | 2C | CC | 36 | 25 |
| Octal | 53 | 147 | 220 | 106 | 34 | 0 | 54 | 314 | 66 | 45 |
| Binary | 101011 | 1100111 | 10010000 | 1000110 | 11100 | 0 | 101100 | 11001100 | 110110 | 100101 |
Color Harmonies of #2B6790
Complementary color
Monochromatic Colors of #2B6790
Black with #2B6790
Text Example
Text Example
White with #2B6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6790; }
p { color: rgb(43,103,144); }
H1.HeaderClassName
{
color: #2B6790;
}
.AnyTagClassName
{
color: #2B6790;
}
</style>
background-color css
<style>
a { background-color: #2B6790; }
a { background-color: rgb(43,103,144); }
div.DivClassName
{
background-color: #2B6790;
}
.BgClassName
{
background-color: #2B6790;
}
</style>
border-color css
<style>
span { border-color: #2B6790; }
span { border-color: rgb(43,103,144); }
td.TdClassName
{
border-color: #2B6790;
}
.TagClassName
{
border-color: #2B6790;
}
</style>