Shades of Endeavour #2B538D
Tints of Endeavour #2B538D
RGB
CMYK
RGB Variations
Color information
#2B538D (or 0x2B538D) is known color: Endeavour. HEX triplet: 2B, 53 and 8D. RGB value is (43,83,141). Sum of RGB (Red+Green+Blue) = 43+83+141=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B538D is #D4AC72. Grayscale: #4D4D4D. Windows color (decimal): -13937779 or 9261867. OLE color: 9261867.
HSL color Cylindrical-coordinate representation of color #2B538D: hue angle of 215.51º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B538D is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 83 | 141 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.45 |
| HSL | 215.51º | 0.53% | 0.36% | - |
| HSV(B) | 215.51º | 0.7% | 0.55% | - |
| XYZ | 8.9 | 8.62 | 26.39 | - |
| YUV | 77.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 141 | 0.70 | 0.41 | 0 | 0.45 | 215.51 | 0.53 | 0.36 |
| Hex | 2B | 53 | 8D | 46 | 29 | 0 | 2D | D8 | 35 | 24 |
| Octal | 53 | 123 | 215 | 106 | 51 | 0 | 55 | 330 | 65 | 44 |
| Binary | 101011 | 1010011 | 10001101 | 1000110 | 101001 | 0 | 101101 | 11011000 | 110101 | 100100 |
Color Harmonies of #2B538D
Complementary color
Monochromatic Colors of #2B538D
Black with #2B538D
Text Example
Text Example
White with #2B538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B538D; }
p { color: rgb(43,83,141); }
H1.HeaderClassName
{
color: #2B538D;
}
.AnyTagClassName
{
color: #2B538D;
}
</style>
background-color css
<style>
a { background-color: #2B538D; }
a { background-color: rgb(43,83,141); }
div.DivClassName
{
background-color: #2B538D;
}
.BgClassName
{
background-color: #2B538D;
}
</style>
border-color css
<style>
span { border-color: #2B538D; }
span { border-color: rgb(43,83,141); }
td.TdClassName
{
border-color: #2B538D;
}
.TagClassName
{
border-color: #2B538D;
}
</style>