Shades of Endeavour #2B5E92
Tints of Endeavour #2B5E92
RGB
CMYK
RGB Variations
Color information
#2B5E92 (or 0x2B5E92) is known color: Endeavour. HEX triplet: 2B, 5E and 92. RGB value is (43,94,146). Sum of RGB (Red+Green+Blue) = 43+94+146=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B5E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5E92 is #D4A16D. Grayscale: #545454. Windows color (decimal): -13934958 or 9592363. OLE color: 9592363.
HSL color Cylindrical-coordinate representation of color #2B5E92: hue angle of 210.29º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B5E92 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 94 | 146 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.43 |
| HSL | 210.29º | 0.54% | 0.37% | - |
| HSV(B) | 210.29º | 0.71% | 0.57% | - |
| XYZ | 10.19 | 10.59 | 28.7 | - |
| YUV | 84.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 146 | 0.71 | 0.36 | 0 | 0.43 | 210.29 | 0.54 | 0.37 |
| Hex | 2B | 5E | 92 | 47 | 24 | 0 | 2B | D2 | 36 | 25 |
| Octal | 53 | 136 | 222 | 107 | 44 | 0 | 53 | 322 | 66 | 45 |
| Binary | 101011 | 1011110 | 10010010 | 1000111 | 100100 | 0 | 101011 | 11010010 | 110110 | 100101 |
Color Harmonies of #2B5E92
Complementary color
Monochromatic Colors of #2B5E92
Black with #2B5E92
Text Example
Text Example
White with #2B5E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5E92; }
p { color: rgb(43,94,146); }
H1.HeaderClassName
{
color: #2B5E92;
}
.AnyTagClassName
{
color: #2B5E92;
}
</style>
background-color css
<style>
a { background-color: #2B5E92; }
a { background-color: rgb(43,94,146); }
div.DivClassName
{
background-color: #2B5E92;
}
.BgClassName
{
background-color: #2B5E92;
}
</style>
border-color css
<style>
span { border-color: #2B5E92; }
span { border-color: rgb(43,94,146); }
td.TdClassName
{
border-color: #2B5E92;
}
.TagClassName
{
border-color: #2B5E92;
}
</style>