Shades of Endeavour #2B5C8B
Tints of Endeavour #2B5C8B
RGB
CMYK
RGB Variations
Color information
#2B5C8B (or 0x2B5C8B) is known color: Endeavour. HEX triplet: 2B, 5C and 8B. RGB value is (43,92,139). Sum of RGB (Red+Green+Blue) = 43+92+139=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B5C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5C8B is #D4A374. Grayscale: #525252. Windows color (decimal): -13935477 or 9133099. OLE color: 9133099.
HSL color Cylindrical-coordinate representation of color #2B5C8B: hue angle of 209.38º 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 #2B5C8B is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 92 | 139 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.45 |
| HSL | 209.38º | 0.53% | 0.36% | - |
| HSV(B) | 209.38º | 0.69% | 0.55% | - |
| XYZ | 9.48 | 10.03 | 25.86 | - |
| YUV | 82.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 139 | 0.69 | 0.34 | 0 | 0.45 | 209.38 | 0.53 | 0.36 |
| Hex | 2B | 5C | 8B | 45 | 22 | 0 | 2D | D1 | 35 | 24 |
| Octal | 53 | 134 | 213 | 105 | 42 | 0 | 55 | 321 | 65 | 44 |
| Binary | 101011 | 1011100 | 10001011 | 1000101 | 100010 | 0 | 101101 | 11010001 | 110101 | 100100 |
Color Harmonies of #2B5C8B
Complementary color
Monochromatic Colors of #2B5C8B
Black with #2B5C8B
Text Example
Text Example
White with #2B5C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C8B; }
p { color: rgb(43,92,139); }
H1.HeaderClassName
{
color: #2B5C8B;
}
.AnyTagClassName
{
color: #2B5C8B;
}
</style>
background-color css
<style>
a { background-color: #2B5C8B; }
a { background-color: rgb(43,92,139); }
div.DivClassName
{
background-color: #2B5C8B;
}
.BgClassName
{
background-color: #2B5C8B;
}
</style>
border-color css
<style>
span { border-color: #2B5C8B; }
span { border-color: rgb(43,92,139); }
td.TdClassName
{
border-color: #2B5C8B;
}
.TagClassName
{
border-color: #2B5C8B;
}
</style>