Shades of Endeavour #2A6098
Tints of Endeavour #2A6098
RGB
CMYK
RGB Variations
Color information
#2A6098 (or 0x2A6098) is known color: Endeavour. HEX triplet: 2A, 60 and 98. RGB value is (42,96,152). Sum of RGB (Red+Green+Blue) = 42+96+152=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A6098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6098 is #D59F67. Grayscale: #555555. Windows color (decimal): -13999976 or 9986090. OLE color: 9986090.
HSL color Cylindrical-coordinate representation of color #2A6098: hue angle of 210.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A6098 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 96 | 152 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.40 |
| HSL | 210.55º | 0.57% | 0.38% | - |
| HSV(B) | 210.55º | 0.72% | 0.6% | - |
| XYZ | 10.81 | 11.12 | 31.28 | - |
| YUV | 86.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 152 | 0.72 | 0.37 | 0 | 0.40 | 210.55 | 0.57 | 0.38 |
| Hex | 2A | 60 | 98 | 48 | 25 | 0 | 28 | D3 | 39 | 26 |
| Octal | 52 | 140 | 230 | 110 | 45 | 0 | 50 | 323 | 71 | 46 |
| Binary | 101010 | 1100000 | 10011000 | 1001000 | 100101 | 0 | 101000 | 11010011 | 111001 | 100110 |
Color Harmonies of #2A6098
Complementary color
Monochromatic Colors of #2A6098
Black with #2A6098
Text Example
Text Example
White with #2A6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6098; }
p { color: rgb(42,96,152); }
H1.HeaderClassName
{
color: #2A6098;
}
.AnyTagClassName
{
color: #2A6098;
}
</style>
background-color css
<style>
a { background-color: #2A6098; }
a { background-color: rgb(42,96,152); }
div.DivClassName
{
background-color: #2A6098;
}
.BgClassName
{
background-color: #2A6098;
}
</style>
border-color css
<style>
span { border-color: #2A6098; }
span { border-color: rgb(42,96,152); }
td.TdClassName
{
border-color: #2A6098;
}
.TagClassName
{
border-color: #2A6098;
}
</style>