Shades of Endeavour #2B609A
Tints of Endeavour #2B609A
RGB
CMYK
RGB Variations
Color information
#2B609A (or 0x2B609A) is known color: Endeavour. HEX triplet: 2B, 60 and 9A. RGB value is (43,96,154). Sum of RGB (Red+Green+Blue) = 43+96+154=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B609A is #D49F65. Grayscale: #565656. Windows color (decimal): -13934438 or 10117163. OLE color: 10117163.
HSL color Cylindrical-coordinate representation of color #2B609A: hue angle of 211.35º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B609A is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 96 | 154 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.40 |
| HSL | 211.35º | 0.56% | 0.39% | - |
| HSV(B) | 211.35º | 0.72% | 0.6% | - |
| XYZ | 11.01 | 11.21 | 32.16 | - |
| YUV | 86.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 154 | 0.72 | 0.38 | 0 | 0.40 | 211.35 | 0.56 | 0.39 |
| Hex | 2B | 60 | 9A | 48 | 26 | 0 | 28 | D3 | 38 | 27 |
| Octal | 53 | 140 | 232 | 110 | 46 | 0 | 50 | 323 | 70 | 47 |
| Binary | 101011 | 1100000 | 10011010 | 1001000 | 100110 | 0 | 101000 | 11010011 | 111000 | 100111 |
Color Harmonies of #2B609A
Complementary color
Monochromatic Colors of #2B609A
Black with #2B609A
Text Example
Text Example
White with #2B609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B609A; }
p { color: rgb(43,96,154); }
H1.HeaderClassName
{
color: #2B609A;
}
.AnyTagClassName
{
color: #2B609A;
}
</style>
background-color css
<style>
a { background-color: #2B609A; }
a { background-color: rgb(43,96,154); }
div.DivClassName
{
background-color: #2B609A;
}
.BgClassName
{
background-color: #2B609A;
}
</style>
border-color css
<style>
span { border-color: #2B609A; }
span { border-color: rgb(43,96,154); }
td.TdClassName
{
border-color: #2B609A;
}
.TagClassName
{
border-color: #2B609A;
}
</style>