Shades of Endeavour #2B569D
Tints of Endeavour #2B569D
RGB
CMYK
RGB Variations
Color information
#2B569D (or 0x2B569D) is known color: Endeavour. HEX triplet: 2B, 56 and 9D. RGB value is (43,86,157). Sum of RGB (Red+Green+Blue) = 43+86+157=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B569D is #D4A962. Grayscale: #505050. Windows color (decimal): -13936995 or 10311211. OLE color: 10311211.
HSL color Cylindrical-coordinate representation of color #2B569D: hue angle of 217.37º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B569D is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 86 | 157 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.38 |
| HSL | 217.37º | 0.57% | 0.39% | - |
| HSV(B) | 217.37º | 0.73% | 0.62% | - |
| XYZ | 10.41 | 9.6 | 33.2 | - |
| YUV | 81.24 | 170.75 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 157 | 0.73 | 0.45 | 0 | 0.38 | 217.37 | 0.57 | 0.39 |
| Hex | 2B | 56 | 9D | 49 | 2D | 0 | 26 | D9 | 39 | 27 |
| Octal | 53 | 126 | 235 | 111 | 55 | 0 | 46 | 331 | 71 | 47 |
| Binary | 101011 | 1010110 | 10011101 | 1001001 | 101101 | 0 | 100110 | 11011001 | 111001 | 100111 |
Color Harmonies of #2B569D
Complementary color
Monochromatic Colors of #2B569D
Black with #2B569D
Text Example
Text Example
White with #2B569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B569D; }
p { color: rgb(43,86,157); }
H1.HeaderClassName
{
color: #2B569D;
}
.AnyTagClassName
{
color: #2B569D;
}
</style>
background-color css
<style>
a { background-color: #2B569D; }
a { background-color: rgb(43,86,157); }
div.DivClassName
{
background-color: #2B569D;
}
.BgClassName
{
background-color: #2B569D;
}
</style>
border-color css
<style>
span { border-color: #2B569D; }
span { border-color: rgb(43,86,157); }
td.TdClassName
{
border-color: #2B569D;
}
.TagClassName
{
border-color: #2B569D;
}
</style>