Shades of Endeavour #2A6189
Tints of Endeavour #2A6189
RGB
CMYK
RGB Variations
Color information
#2A6189 (or 0x2A6189) is known color: Endeavour. HEX triplet: 2A, 61 and 89. RGB value is (42,97,137). Sum of RGB (Red+Green+Blue) = 42+97+137=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A6189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6189 is #D59E76. Grayscale: #545454. Windows color (decimal): -13999735 or 9003306. OLE color: 9003306.
HSL color Cylindrical-coordinate representation of color #2A6189: hue angle of 205.26º degrees, saturation: 0.53, 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 #2A6189 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 97 | 137 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.46 |
| HSL | 205.26º | 0.53% | 0.35% | - |
| HSV(B) | 205.26º | 0.69% | 0.54% | - |
| XYZ | 9.74 | 10.85 | 25.25 | - |
| YUV | 85.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 97 | 137 | 0.69 | 0.29 | 0 | 0.46 | 205.26 | 0.53 | 0.35 |
| Hex | 2A | 61 | 89 | 45 | 1D | 0 | 2E | CD | 35 | 23 |
| Octal | 52 | 141 | 211 | 105 | 35 | 0 | 56 | 315 | 65 | 43 |
| Binary | 101010 | 1100001 | 10001001 | 1000101 | 11101 | 0 | 101110 | 11001101 | 110101 | 100011 |
Color Harmonies of #2A6189
Complementary color
Monochromatic Colors of #2A6189
Black with #2A6189
Text Example
Text Example
White with #2A6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6189; }
p { color: rgb(42,97,137); }
H1.HeaderClassName
{
color: #2A6189;
}
.AnyTagClassName
{
color: #2A6189;
}
</style>
background-color css
<style>
a { background-color: #2A6189; }
a { background-color: rgb(42,97,137); }
div.DivClassName
{
background-color: #2A6189;
}
.BgClassName
{
background-color: #2A6189;
}
</style>
border-color css
<style>
span { border-color: #2A6189; }
span { border-color: rgb(42,97,137); }
td.TdClassName
{
border-color: #2A6189;
}
.TagClassName
{
border-color: #2A6189;
}
</style>