Shades of Endeavour #2B658B
Tints of Endeavour #2B658B
RGB
CMYK
RGB Variations
Color information
#2B658B (or 0x2B658B) is known color: Endeavour. HEX triplet: 2B, 65 and 8B. RGB value is (43,101,139). Sum of RGB (Red+Green+Blue) = 43+101+139=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B658B is #D49A74. Grayscale: #575757. Windows color (decimal): -13933173 or 9135403. OLE color: 9135403.
HSL color Cylindrical-coordinate representation of color #2B658B: hue angle of 203.75º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B658B is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 101 | 139 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.45 |
| HSL | 203.75º | 0.53% | 0.36% | - |
| HSV(B) | 203.75º | 0.69% | 0.55% | - |
| XYZ | 10.31 | 11.69 | 26.14 | - |
| YUV | 87.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 139 | 0.69 | 0.27 | 0 | 0.45 | 203.75 | 0.53 | 0.36 |
| Hex | 2B | 65 | 8B | 45 | 1B | 0 | 2D | CC | 35 | 24 |
| Octal | 53 | 145 | 213 | 105 | 33 | 0 | 55 | 314 | 65 | 44 |
| Binary | 101011 | 1100101 | 10001011 | 1000101 | 11011 | 0 | 101101 | 11001100 | 110101 | 100100 |
Color Harmonies of #2B658B
Complementary color
Monochromatic Colors of #2B658B
Black with #2B658B
Text Example
Text Example
White with #2B658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B658B; }
p { color: rgb(43,101,139); }
H1.HeaderClassName
{
color: #2B658B;
}
.AnyTagClassName
{
color: #2B658B;
}
</style>
background-color css
<style>
a { background-color: #2B658B; }
a { background-color: rgb(43,101,139); }
div.DivClassName
{
background-color: #2B658B;
}
.BgClassName
{
background-color: #2B658B;
}
</style>
border-color css
<style>
span { border-color: #2B658B; }
span { border-color: rgb(43,101,139); }
td.TdClassName
{
border-color: #2B658B;
}
.TagClassName
{
border-color: #2B658B;
}
</style>