Shades of Endeavour #2B558A
Tints of Endeavour #2B558A
RGB
CMYK
RGB Variations
Color information
#2B558A (or 0x2B558A) is known color: Endeavour. HEX triplet: 2B, 55 and 8A. RGB value is (43,85,138). Sum of RGB (Red+Green+Blue) = 43+85+138=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B558A is #D4AA75. Grayscale: #4E4E4E. Windows color (decimal): -13937270 or 9065771. OLE color: 9065771.
HSL color Cylindrical-coordinate representation of color #2B558A: hue angle of 213.47º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B558A is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 85 | 138 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.46 |
| HSL | 213.47º | 0.52% | 0.35% | - |
| HSV(B) | 213.47º | 0.69% | 0.54% | - |
| XYZ | 8.83 | 8.85 | 25.29 | - |
| YUV | 78.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 138 | 0.69 | 0.38 | 0 | 0.46 | 213.47 | 0.52 | 0.35 |
| Hex | 2B | 55 | 8A | 45 | 26 | 0 | 2E | D5 | 34 | 23 |
| Octal | 53 | 125 | 212 | 105 | 46 | 0 | 56 | 325 | 64 | 43 |
| Binary | 101011 | 1010101 | 10001010 | 1000101 | 100110 | 0 | 101110 | 11010101 | 110100 | 100011 |
Color Harmonies of #2B558A
Complementary color
Monochromatic Colors of #2B558A
Black with #2B558A
Text Example
Text Example
White with #2B558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B558A; }
p { color: rgb(43,85,138); }
H1.HeaderClassName
{
color: #2B558A;
}
.AnyTagClassName
{
color: #2B558A;
}
</style>
background-color css
<style>
a { background-color: #2B558A; }
a { background-color: rgb(43,85,138); }
div.DivClassName
{
background-color: #2B558A;
}
.BgClassName
{
background-color: #2B558A;
}
</style>
border-color css
<style>
span { border-color: #2B558A; }
span { border-color: rgb(43,85,138); }
td.TdClassName
{
border-color: #2B558A;
}
.TagClassName
{
border-color: #2B558A;
}
</style>