Shades of Endeavour #2A6397
Tints of Endeavour #2A6397
RGB
CMYK
RGB Variations
Color information
#2A6397 (or 0x2A6397) is known color: Endeavour. HEX triplet: 2A, 63 and 97. RGB value is (42,99,151). Sum of RGB (Red+Green+Blue) = 42+99+151=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A6397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6397 is #D59C68. Grayscale: #575757. Windows color (decimal): -13999209 or 9921322. OLE color: 9921322.
HSL color Cylindrical-coordinate representation of color #2A6397: hue angle of 208.62º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A6397 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 99 | 151 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.41 |
| HSL | 208.62º | 0.56% | 0.38% | - |
| HSV(B) | 208.62º | 0.72% | 0.59% | - |
| XYZ | 11 | 11.65 | 30.95 | - |
| YUV | 87.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 151 | 0.72 | 0.34 | 0 | 0.41 | 208.62 | 0.56 | 0.38 |
| Hex | 2A | 63 | 97 | 48 | 22 | 0 | 29 | D1 | 38 | 26 |
| Octal | 52 | 143 | 227 | 110 | 42 | 0 | 51 | 321 | 70 | 46 |
| Binary | 101010 | 1100011 | 10010111 | 1001000 | 100010 | 0 | 101001 | 11010001 | 111000 | 100110 |
Color Harmonies of #2A6397
Complementary color
Monochromatic Colors of #2A6397
Black with #2A6397
Text Example
Text Example
White with #2A6397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6397; }
p { color: rgb(42,99,151); }
H1.HeaderClassName
{
color: #2A6397;
}
.AnyTagClassName
{
color: #2A6397;
}
</style>
background-color css
<style>
a { background-color: #2A6397; }
a { background-color: rgb(42,99,151); }
div.DivClassName
{
background-color: #2A6397;
}
.BgClassName
{
background-color: #2A6397;
}
</style>
border-color css
<style>
span { border-color: #2A6397; }
span { border-color: rgb(42,99,151); }
td.TdClassName
{
border-color: #2A6397;
}
.TagClassName
{
border-color: #2A6397;
}
</style>