Shades of Endeavour #2950A1
Tints of Endeavour #2950A1
RGB
CMYK
RGB Variations
Color information
#2950A1 (or 0x2950A1) is known color: Endeavour. HEX triplet: 29, 50 and A1. RGB value is (41,80,161). Sum of RGB (Red+Green+Blue) = 41+80+161=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 161 (63.28% from 255 or 57.09% from 282); Max value from RGB is 161 - color contains mainly: blue. Hex color #2950A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2950A1 is #D6AF5E. Grayscale: #4D4D4D. Windows color (decimal): -14069599 or 10571817. OLE color: 10571817.
HSL color Cylindrical-coordinate representation of color #2950A1: hue angle of 220.5º 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 #2950A1 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 80 | 161 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.37 |
| HSL | 220.5º | 0.59% | 0.4% | - |
| HSV(B) | 220.5º | 0.75% | 0.63% | - |
| XYZ | 10.22 | 8.78 | 34.87 | - |
| YUV | 77.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 161 | 0.75 | 0.50 | 0 | 0.37 | 220.5 | 0.59 | 0.4 |
| Hex | 29 | 50 | A1 | 4B | 32 | 0 | 25 | DC | 3B | 28 |
| Octal | 51 | 120 | 241 | 113 | 62 | 0 | 45 | 334 | 73 | 50 |
| Binary | 101001 | 1010000 | 10100001 | 1001011 | 110010 | 0 | 100101 | 11011100 | 111011 | 101000 |
Color Harmonies of #2950A1
Complementary color
Monochromatic Colors of #2950A1
Black with #2950A1
Text Example
Text Example
White with #2950A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2950A1; }
p { color: rgb(41,80,161); }
H1.HeaderClassName
{
color: #2950A1;
}
.AnyTagClassName
{
color: #2950A1;
}
</style>
background-color css
<style>
a { background-color: #2950A1; }
a { background-color: rgb(41,80,161); }
div.DivClassName
{
background-color: #2950A1;
}
.BgClassName
{
background-color: #2950A1;
}
</style>
border-color css
<style>
span { border-color: #2950A1; }
span { border-color: rgb(41,80,161); }
td.TdClassName
{
border-color: #2950A1;
}
.TagClassName
{
border-color: #2950A1;
}
</style>