Shades of Endeavour #2A609A
Tints of Endeavour #2A609A
RGB
CMYK
RGB Variations
Color information
#2A609A (or 0x2A609A) is known color: Endeavour. HEX triplet: 2A, 60 and 9A. RGB value is (42,96,154). Sum of RGB (Red+Green+Blue) = 42+96+154=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A609A is #D59F65. Grayscale: #565656. Windows color (decimal): -13999974 or 10117162. OLE color: 10117162.
HSL color Cylindrical-coordinate representation of color #2A609A: hue angle of 211.07º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A609A is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 96 | 154 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.40 |
| HSL | 211.07º | 0.57% | 0.38% | - |
| HSV(B) | 211.07º | 0.73% | 0.6% | - |
| XYZ | 10.97 | 11.19 | 32.15 | - |
| YUV | 86.47 | 166.11 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 154 | 0.73 | 0.38 | 0 | 0.40 | 211.07 | 0.57 | 0.38 |
| Hex | 2A | 60 | 9A | 49 | 26 | 0 | 28 | D3 | 39 | 26 |
| Octal | 52 | 140 | 232 | 111 | 46 | 0 | 50 | 323 | 71 | 46 |
| Binary | 101010 | 1100000 | 10011010 | 1001001 | 100110 | 0 | 101000 | 11010011 | 111001 | 100110 |
Color Harmonies of #2A609A
Complementary color
Monochromatic Colors of #2A609A
Black with #2A609A
Text Example
Text Example
White with #2A609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A609A; }
p { color: rgb(42,96,154); }
H1.HeaderClassName
{
color: #2A609A;
}
.AnyTagClassName
{
color: #2A609A;
}
</style>
background-color css
<style>
a { background-color: #2A609A; }
a { background-color: rgb(42,96,154); }
div.DivClassName
{
background-color: #2A609A;
}
.BgClassName
{
background-color: #2A609A;
}
</style>
border-color css
<style>
span { border-color: #2A609A; }
span { border-color: rgb(42,96,154); }
td.TdClassName
{
border-color: #2A609A;
}
.TagClassName
{
border-color: #2A609A;
}
</style>