Shades of Endeavour #2A618B
Tints of Endeavour #2A618B
RGB
CMYK
RGB Variations
Color information
#2A618B (or 0x2A618B) is known color: Endeavour. HEX triplet: 2A, 61 and 8B. RGB value is (42,97,139). Sum of RGB (Red+Green+Blue) = 42+97+139=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A618B is #D59E74. Grayscale: #555555. Windows color (decimal): -13999733 or 9134378. OLE color: 9134378.
HSL color Cylindrical-coordinate representation of color #2A618B: hue angle of 205.98º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A618B is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 97 | 139 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.45 |
| HSL | 205.98º | 0.54% | 0.35% | - |
| HSV(B) | 205.98º | 0.7% | 0.55% | - |
| XYZ | 9.89 | 10.91 | 26.01 | - |
| YUV | 85.34 | 158.28 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 97 | 139 | 0.70 | 0.30 | 0 | 0.45 | 205.98 | 0.54 | 0.35 |
| Hex | 2A | 61 | 8B | 46 | 1E | 0 | 2D | CE | 36 | 23 |
| Octal | 52 | 141 | 213 | 106 | 36 | 0 | 55 | 316 | 66 | 43 |
| Binary | 101010 | 1100001 | 10001011 | 1000110 | 11110 | 0 | 101101 | 11001110 | 110110 | 100011 |
Color Harmonies of #2A618B
Complementary color
Monochromatic Colors of #2A618B
Black with #2A618B
Text Example
Text Example
White with #2A618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A618B; }
p { color: rgb(42,97,139); }
H1.HeaderClassName
{
color: #2A618B;
}
.AnyTagClassName
{
color: #2A618B;
}
</style>
background-color css
<style>
a { background-color: #2A618B; }
a { background-color: rgb(42,97,139); }
div.DivClassName
{
background-color: #2A618B;
}
.BgClassName
{
background-color: #2A618B;
}
</style>
border-color css
<style>
span { border-color: #2A618B; }
span { border-color: rgb(42,97,139); }
td.TdClassName
{
border-color: #2A618B;
}
.TagClassName
{
border-color: #2A618B;
}
</style>