Shades of Endeavour #2B558C
Tints of Endeavour #2B558C
RGB
CMYK
RGB Variations
Color information
#2B558C (or 0x2B558C) is known color: Endeavour. HEX triplet: 2B, 55 and 8C. RGB value is (43,85,140). Sum of RGB (Red+Green+Blue) = 43+85+140=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B558C is #D4AA73. Grayscale: #4E4E4E. Windows color (decimal): -13937268 or 9196843. OLE color: 9196843.
HSL color Cylindrical-coordinate representation of color #2B558C: hue angle of 214.02º 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 #2B558C is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 85 | 140 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.45 |
| HSL | 214.02º | 0.53% | 0.36% | - |
| HSV(B) | 214.02º | 0.69% | 0.55% | - |
| XYZ | 8.98 | 8.9 | 26.06 | - |
| YUV | 78.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 140 | 0.69 | 0.39 | 0 | 0.45 | 214.02 | 0.53 | 0.36 |
| Hex | 2B | 55 | 8C | 45 | 27 | 0 | 2D | D6 | 35 | 24 |
| Octal | 53 | 125 | 214 | 105 | 47 | 0 | 55 | 326 | 65 | 44 |
| Binary | 101011 | 1010101 | 10001100 | 1000101 | 100111 | 0 | 101101 | 11010110 | 110101 | 100100 |
Color Harmonies of #2B558C
Complementary color
Monochromatic Colors of #2B558C
Black with #2B558C
Text Example
Text Example
White with #2B558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B558C; }
p { color: rgb(43,85,140); }
H1.HeaderClassName
{
color: #2B558C;
}
.AnyTagClassName
{
color: #2B558C;
}
</style>
background-color css
<style>
a { background-color: #2B558C; }
a { background-color: rgb(43,85,140); }
div.DivClassName
{
background-color: #2B558C;
}
.BgClassName
{
background-color: #2B558C;
}
</style>
border-color css
<style>
span { border-color: #2B558C; }
span { border-color: rgb(43,85,140); }
td.TdClassName
{
border-color: #2B558C;
}
.TagClassName
{
border-color: #2B558C;
}
</style>