Shades of Endeavour #295A8D
Tints of Endeavour #295A8D
RGB
CMYK
RGB Variations
Color information
#295A8D (or 0x295A8D) is known color: Endeavour. HEX triplet: 29, 5A and 8D. RGB value is (41,90,141). Sum of RGB (Red+Green+Blue) = 41+90+141=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #295A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A8D is #D6A572. Grayscale: #505050. Windows color (decimal): -14067059 or 9263657. OLE color: 9263657.
HSL color Cylindrical-coordinate representation of color #295A8D: hue angle of 210.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295A8D is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 90 | 141 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.45 |
| HSL | 210.6º | 0.55% | 0.36% | - |
| HSV(B) | 210.6º | 0.71% | 0.55% | - |
| XYZ | 9.38 | 9.71 | 26.58 | - |
| YUV | 81.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 141 | 0.71 | 0.36 | 0 | 0.45 | 210.6 | 0.55 | 0.36 |
| Hex | 29 | 5A | 8D | 47 | 24 | 0 | 2D | D3 | 37 | 24 |
| Octal | 51 | 132 | 215 | 107 | 44 | 0 | 55 | 323 | 67 | 44 |
| Binary | 101001 | 1011010 | 10001101 | 1000111 | 100100 | 0 | 101101 | 11010011 | 110111 | 100100 |
Color Harmonies of #295A8D
Complementary color
Monochromatic Colors of #295A8D
Black with #295A8D
Text Example
Text Example
White with #295A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A8D; }
p { color: rgb(41,90,141); }
H1.HeaderClassName
{
color: #295A8D;
}
.AnyTagClassName
{
color: #295A8D;
}
</style>
background-color css
<style>
a { background-color: #295A8D; }
a { background-color: rgb(41,90,141); }
div.DivClassName
{
background-color: #295A8D;
}
.BgClassName
{
background-color: #295A8D;
}
</style>
border-color css
<style>
span { border-color: #295A8D; }
span { border-color: rgb(41,90,141); }
td.TdClassName
{
border-color: #295A8D;
}
.TagClassName
{
border-color: #295A8D;
}
</style>