Shades of Endeavour #295484
Tints of Endeavour #295484
RGB
CMYK
RGB Variations
Color information
#295484 (or 0x295484) is known color: Endeavour. HEX triplet: 29, 54 and 84. RGB value is (41,84,132). Sum of RGB (Red+Green+Blue) = 41+84+132=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #295484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295484 is #D6AB7B. Grayscale: #4C4C4C. Windows color (decimal): -14068604 or 8672297. OLE color: 8672297.
HSL color Cylindrical-coordinate representation of color #295484: hue angle of 211.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295484 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 84 | 132 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.48 |
| HSL | 211.65º | 0.53% | 0.34% | - |
| HSV(B) | 211.65º | 0.69% | 0.52% | - |
| XYZ | 8.25 | 8.48 | 23.03 | - |
| YUV | 76.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 132 | 0.69 | 0.36 | 0 | 0.48 | 211.65 | 0.53 | 0.34 |
| Hex | 29 | 54 | 84 | 45 | 24 | 0 | 30 | D4 | 35 | 22 |
| Octal | 51 | 124 | 204 | 105 | 44 | 0 | 60 | 324 | 65 | 42 |
| Binary | 101001 | 1010100 | 10000100 | 1000101 | 100100 | 0 | 110000 | 11010100 | 110101 | 100010 |
Color Harmonies of #295484
Complementary color
Monochromatic Colors of #295484
Black with #295484
Text Example
Text Example
White with #295484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295484; }
p { color: rgb(41,84,132); }
H1.HeaderClassName
{
color: #295484;
}
.AnyTagClassName
{
color: #295484;
}
</style>
background-color css
<style>
a { background-color: #295484; }
a { background-color: rgb(41,84,132); }
div.DivClassName
{
background-color: #295484;
}
.BgClassName
{
background-color: #295484;
}
</style>
border-color css
<style>
span { border-color: #295484; }
span { border-color: rgb(41,84,132); }
td.TdClassName
{
border-color: #295484;
}
.TagClassName
{
border-color: #295484;
}
</style>