Shades of Endeavour #2B6390
Tints of Endeavour #2B6390
RGB
CMYK
RGB Variations
Color information
#2B6390 (or 0x2B6390) is known color: Endeavour. HEX triplet: 2B, 63 and 90. RGB value is (43,99,144). Sum of RGB (Red+Green+Blue) = 43+99+144=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B6390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6390 is #D49C6F. Grayscale: #575757. Windows color (decimal): -13933680 or 9462571. OLE color: 9462571.
HSL color Cylindrical-coordinate representation of color #2B6390: hue angle of 206.73º 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 #2B6390 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 99 | 144 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.44 |
| HSL | 206.73º | 0.54% | 0.37% | - |
| HSV(B) | 206.73º | 0.7% | 0.56% | - |
| XYZ | 10.49 | 11.45 | 28.04 | - |
| YUV | 87.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 144 | 0.70 | 0.31 | 0 | 0.44 | 206.73 | 0.54 | 0.37 |
| Hex | 2B | 63 | 90 | 46 | 1F | 0 | 2C | CF | 36 | 25 |
| Octal | 53 | 143 | 220 | 106 | 37 | 0 | 54 | 317 | 66 | 45 |
| Binary | 101011 | 1100011 | 10010000 | 1000110 | 11111 | 0 | 101100 | 11001111 | 110110 | 100101 |
Color Harmonies of #2B6390
Complementary color
Monochromatic Colors of #2B6390
Black with #2B6390
Text Example
Text Example
White with #2B6390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6390; }
p { color: rgb(43,99,144); }
H1.HeaderClassName
{
color: #2B6390;
}
.AnyTagClassName
{
color: #2B6390;
}
</style>
background-color css
<style>
a { background-color: #2B6390; }
a { background-color: rgb(43,99,144); }
div.DivClassName
{
background-color: #2B6390;
}
.BgClassName
{
background-color: #2B6390;
}
</style>
border-color css
<style>
span { border-color: #2B6390; }
span { border-color: rgb(43,99,144); }
td.TdClassName
{
border-color: #2B6390;
}
.TagClassName
{
border-color: #2B6390;
}
</style>