Shades of Endeavour #2955A1
Tints of Endeavour #2955A1
RGB
CMYK
RGB Variations
Color information
#2955A1 (or 0x2955A1) is known color: Endeavour. HEX triplet: 29, 55 and A1. RGB value is (41,85,161). Sum of RGB (Red+Green+Blue) = 41+85+161=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #2955A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2955A1 is #D6AA5E. Grayscale: #505050. Windows color (decimal): -14068319 or 10573097. OLE color: 10573097.
HSL color Cylindrical-coordinate representation of color #2955A1: hue angle of 218º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2955A1 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 85 | 161 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.37 |
| HSL | 218º | 0.59% | 0.4% | - |
| HSV(B) | 218º | 0.75% | 0.63% | - |
| XYZ | 10.6 | 9.54 | 35 | - |
| YUV | 80.51 | 173.42 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 161 | 0.75 | 0.47 | 0 | 0.37 | 218 | 0.59 | 0.4 |
| Hex | 29 | 55 | A1 | 4B | 2F | 0 | 25 | DA | 3B | 28 |
| Octal | 51 | 125 | 241 | 113 | 57 | 0 | 45 | 332 | 73 | 50 |
| Binary | 101001 | 1010101 | 10100001 | 1001011 | 101111 | 0 | 100101 | 11011010 | 111011 | 101000 |
Color Harmonies of #2955A1
Complementary color
Monochromatic Colors of #2955A1
Black with #2955A1
Text Example
Text Example
White with #2955A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2955A1; }
p { color: rgb(41,85,161); }
H1.HeaderClassName
{
color: #2955A1;
}
.AnyTagClassName
{
color: #2955A1;
}
</style>
background-color css
<style>
a { background-color: #2955A1; }
a { background-color: rgb(41,85,161); }
div.DivClassName
{
background-color: #2955A1;
}
.BgClassName
{
background-color: #2955A1;
}
</style>
border-color css
<style>
span { border-color: #2955A1; }
span { border-color: rgb(41,85,161); }
td.TdClassName
{
border-color: #2955A1;
}
.TagClassName
{
border-color: #2955A1;
}
</style>