Shades of Endeavour #2A5F97
Tints of Endeavour #2A5F97
RGB
CMYK
RGB Variations
Color information
#2A5F97 (or 0x2A5F97) is known color: Endeavour. HEX triplet: 2A, 5F and 97. RGB value is (42,95,151). Sum of RGB (Red+Green+Blue) = 42+95+151=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A5F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5F97 is #D5A068. Grayscale: #555555. Windows color (decimal): -14000233 or 9920298. OLE color: 9920298.
HSL color Cylindrical-coordinate representation of color #2A5F97: hue angle of 210.83º 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 #2A5F97 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 95 | 151 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.41 |
| HSL | 210.83º | 0.56% | 0.38% | - |
| HSV(B) | 210.83º | 0.72% | 0.59% | - |
| XYZ | 10.63 | 10.91 | 30.82 | - |
| YUV | 85.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 95 | 151 | 0.72 | 0.37 | 0 | 0.41 | 210.83 | 0.56 | 0.38 |
| Hex | 2A | 5F | 97 | 48 | 25 | 0 | 29 | D3 | 38 | 26 |
| Octal | 52 | 137 | 227 | 110 | 45 | 0 | 51 | 323 | 70 | 46 |
| Binary | 101010 | 1011111 | 10010111 | 1001000 | 100101 | 0 | 101001 | 11010011 | 111000 | 100110 |
Color Harmonies of #2A5F97
Complementary color
Monochromatic Colors of #2A5F97
Black with #2A5F97
Text Example
Text Example
White with #2A5F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5F97; }
p { color: rgb(42,95,151); }
H1.HeaderClassName
{
color: #2A5F97;
}
.AnyTagClassName
{
color: #2A5F97;
}
</style>
background-color css
<style>
a { background-color: #2A5F97; }
a { background-color: rgb(42,95,151); }
div.DivClassName
{
background-color: #2A5F97;
}
.BgClassName
{
background-color: #2A5F97;
}
</style>
border-color css
<style>
span { border-color: #2A5F97; }
span { border-color: rgb(42,95,151); }
td.TdClassName
{
border-color: #2A5F97;
}
.TagClassName
{
border-color: #2A5F97;
}
</style>