Shades of Endeavour #295A8A
Tints of Endeavour #295A8A
RGB
CMYK
RGB Variations
Color information
#295A8A (or 0x295A8A) is known color: Endeavour. HEX triplet: 29, 5A and 8A. RGB value is (41,90,138). Sum of RGB (Red+Green+Blue) = 41+90+138=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #295A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A8A is #D6A575. Grayscale: #505050. Windows color (decimal): -14067062 or 9067049. OLE color: 9067049.
HSL color Cylindrical-coordinate representation of color #295A8A: hue angle of 209.69º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295A8A is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 90 | 138 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.46 |
| HSL | 209.69º | 0.54% | 0.35% | - |
| HSV(B) | 209.69º | 0.7% | 0.54% | - |
| XYZ | 9.16 | 9.62 | 25.42 | - |
| YUV | 80.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 138 | 0.70 | 0.35 | 0 | 0.46 | 209.69 | 0.54 | 0.35 |
| Hex | 29 | 5A | 8A | 46 | 23 | 0 | 2E | D2 | 36 | 23 |
| Octal | 51 | 132 | 212 | 106 | 43 | 0 | 56 | 322 | 66 | 43 |
| Binary | 101001 | 1011010 | 10001010 | 1000110 | 100011 | 0 | 101110 | 11010010 | 110110 | 100011 |
Color Harmonies of #295A8A
Complementary color
Monochromatic Colors of #295A8A
Black with #295A8A
Text Example
Text Example
White with #295A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A8A; }
p { color: rgb(41,90,138); }
H1.HeaderClassName
{
color: #295A8A;
}
.AnyTagClassName
{
color: #295A8A;
}
</style>
background-color css
<style>
a { background-color: #295A8A; }
a { background-color: rgb(41,90,138); }
div.DivClassName
{
background-color: #295A8A;
}
.BgClassName
{
background-color: #295A8A;
}
</style>
border-color css
<style>
span { border-color: #295A8A; }
span { border-color: rgb(41,90,138); }
td.TdClassName
{
border-color: #295A8A;
}
.TagClassName
{
border-color: #295A8A;
}
</style>