Shades of Endeavour #2A658F
Tints of Endeavour #2A658F
RGB
CMYK
RGB Variations
Color information
#2A658F (or 0x2A658F) is known color: Endeavour. HEX triplet: 2A, 65 and 8F. RGB value is (42,101,143). Sum of RGB (Red+Green+Blue) = 42+101+143=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #2A658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A658F is #D59A70. Grayscale: #575757. Windows color (decimal): -13998705 or 9397546. OLE color: 9397546.
HSL color Cylindrical-coordinate representation of color #2A658F: hue angle of 204.95º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A658F is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 101 | 143 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.44 |
| HSL | 204.95º | 0.55% | 0.36% | - |
| HSV(B) | 204.95º | 0.71% | 0.56% | - |
| XYZ | 10.57 | 11.78 | 27.7 | - |
| YUV | 88.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 143 | 0.71 | 0.29 | 0 | 0.44 | 204.95 | 0.55 | 0.36 |
| Hex | 2A | 65 | 8F | 47 | 1D | 0 | 2C | CD | 37 | 24 |
| Octal | 52 | 145 | 217 | 107 | 35 | 0 | 54 | 315 | 67 | 44 |
| Binary | 101010 | 1100101 | 10001111 | 1000111 | 11101 | 0 | 101100 | 11001101 | 110111 | 100100 |
Color Harmonies of #2A658F
Complementary color
Monochromatic Colors of #2A658F
Black with #2A658F
Text Example
Text Example
White with #2A658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A658F; }
p { color: rgb(42,101,143); }
H1.HeaderClassName
{
color: #2A658F;
}
.AnyTagClassName
{
color: #2A658F;
}
</style>
background-color css
<style>
a { background-color: #2A658F; }
a { background-color: rgb(42,101,143); }
div.DivClassName
{
background-color: #2A658F;
}
.BgClassName
{
background-color: #2A658F;
}
</style>
border-color css
<style>
span { border-color: #2A658F; }
span { border-color: rgb(42,101,143); }
td.TdClassName
{
border-color: #2A658F;
}
.TagClassName
{
border-color: #2A658F;
}
</style>