Shades of Endeavour #2855A1
Tints of Endeavour #2855A1
RGB
CMYK
RGB Variations
Color information
#2855A1 (or 0x2855A1) is known color: Endeavour. HEX triplet: 28, 55 and A1. RGB value is (40,85,161). Sum of RGB (Red+Green+Blue) = 40+85+161=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #2855A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2855A1 is #D7AA5E. Grayscale: #4F4F4F. Windows color (decimal): -14133855 or 10573096. OLE color: 10573096.
HSL color Cylindrical-coordinate representation of color #2855A1: hue angle of 217.69º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2855A1 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 85 | 161 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.37 |
| HSL | 217.69º | 0.6% | 0.39% | - |
| HSV(B) | 217.69º | 0.75% | 0.63% | - |
| XYZ | 10.56 | 9.52 | 35 | - |
| YUV | 80.21 | 173.59 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 161 | 0.75 | 0.47 | 0 | 0.37 | 217.69 | 0.6 | 0.39 |
| Hex | 28 | 55 | A1 | 4B | 2F | 0 | 25 | DA | 3C | 27 |
| Octal | 50 | 125 | 241 | 113 | 57 | 0 | 45 | 332 | 74 | 47 |
| Binary | 101000 | 1010101 | 10100001 | 1001011 | 101111 | 0 | 100101 | 11011010 | 111100 | 100111 |
Color Harmonies of #2855A1
Complementary color
Monochromatic Colors of #2855A1
Black with #2855A1
Text Example
Text Example
White with #2855A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2855A1; }
p { color: rgb(40,85,161); }
H1.HeaderClassName
{
color: #2855A1;
}
.AnyTagClassName
{
color: #2855A1;
}
</style>
background-color css
<style>
a { background-color: #2855A1; }
a { background-color: rgb(40,85,161); }
div.DivClassName
{
background-color: #2855A1;
}
.BgClassName
{
background-color: #2855A1;
}
</style>
border-color css
<style>
span { border-color: #2855A1; }
span { border-color: rgb(40,85,161); }
td.TdClassName
{
border-color: #2855A1;
}
.TagClassName
{
border-color: #2855A1;
}
</style>