Shades of Endeavour #2958A4
Tints of Endeavour #2958A4
RGB
CMYK
RGB Variations
Color information
#2958A4 (or 0x2958A4) is known color: Endeavour. HEX triplet: 29, 58 and A4. RGB value is (41,88,164). Sum of RGB (Red+Green+Blue) = 41+88+164=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #2958A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2958A4 is #D6A75B. Grayscale: #525252. Windows color (decimal): -14067548 or 10770473. OLE color: 10770473.
HSL color Cylindrical-coordinate representation of color #2958A4: hue angle of 217.07º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2958A4 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 88 | 164 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.36 |
| HSL | 217.07º | 0.6% | 0.4% | - |
| HSV(B) | 217.07º | 0.75% | 0.64% | - |
| XYZ | 11.11 | 10.13 | 36.49 | - |
| YUV | 82.61 | 173.93 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 164 | 0.75 | 0.46 | 0 | 0.36 | 217.07 | 0.6 | 0.4 |
| Hex | 29 | 58 | A4 | 4B | 2E | 0 | 24 | D9 | 3C | 28 |
| Octal | 51 | 130 | 244 | 113 | 56 | 0 | 44 | 331 | 74 | 50 |
| Binary | 101001 | 1011000 | 10100100 | 1001011 | 101110 | 0 | 100100 | 11011001 | 111100 | 101000 |
Color Harmonies of #2958A4
Complementary color
Monochromatic Colors of #2958A4
Black with #2958A4
Text Example
Text Example
White with #2958A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2958A4; }
p { color: rgb(41,88,164); }
H1.HeaderClassName
{
color: #2958A4;
}
.AnyTagClassName
{
color: #2958A4;
}
</style>
background-color css
<style>
a { background-color: #2958A4; }
a { background-color: rgb(41,88,164); }
div.DivClassName
{
background-color: #2958A4;
}
.BgClassName
{
background-color: #2958A4;
}
</style>
border-color css
<style>
span { border-color: #2958A4; }
span { border-color: rgb(41,88,164); }
td.TdClassName
{
border-color: #2958A4;
}
.TagClassName
{
border-color: #2958A4;
}
</style>