Shades of Endeavour #2B509B
Tints of Endeavour #2B509B
RGB
CMYK
RGB Variations
Color information
#2B509B (or 0x2B509B) is known color: Endeavour. HEX triplet: 2B, 50 and 9B. RGB value is (43,80,155). Sum of RGB (Red+Green+Blue) = 43+80+155=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B509B is #D4AF64. Grayscale: #4D4D4D. Windows color (decimal): -13938533 or 10178603. OLE color: 10178603.
HSL color Cylindrical-coordinate representation of color #2B509B: hue angle of 220.18º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B509B is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 80 | 155 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.39 |
| HSL | 220.18º | 0.57% | 0.39% | - |
| HSV(B) | 220.18º | 0.72% | 0.61% | - |
| XYZ | 9.78 | 8.62 | 32.16 | - |
| YUV | 77.49 | 171.74 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 155 | 0.72 | 0.48 | 0 | 0.39 | 220.18 | 0.57 | 0.39 |
| Hex | 2B | 50 | 9B | 48 | 30 | 0 | 27 | DC | 39 | 27 |
| Octal | 53 | 120 | 233 | 110 | 60 | 0 | 47 | 334 | 71 | 47 |
| Binary | 101011 | 1010000 | 10011011 | 1001000 | 110000 | 0 | 100111 | 11011100 | 111001 | 100111 |
Color Harmonies of #2B509B
Complementary color
Monochromatic Colors of #2B509B
Black with #2B509B
Text Example
Text Example
White with #2B509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B509B; }
p { color: rgb(43,80,155); }
H1.HeaderClassName
{
color: #2B509B;
}
.AnyTagClassName
{
color: #2B509B;
}
</style>
background-color css
<style>
a { background-color: #2B509B; }
a { background-color: rgb(43,80,155); }
div.DivClassName
{
background-color: #2B509B;
}
.BgClassName
{
background-color: #2B509B;
}
</style>
border-color css
<style>
span { border-color: #2B509B; }
span { border-color: rgb(43,80,155); }
td.TdClassName
{
border-color: #2B509B;
}
.TagClassName
{
border-color: #2B509B;
}
</style>