Shades of Endeavour #2551A0
Tints of Endeavour #2551A0
RGB
CMYK
RGB Variations
Color information
#2551A0 (or 0x2551A0) is known color: Endeavour. HEX triplet: 25, 51 and A0. RGB value is (37,81,160). Sum of RGB (Red+Green+Blue) = 37+81+160=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #2551A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2551A0 is #DAAE5F. Grayscale: #4C4C4C. Windows color (decimal): -14331488 or 10506533. OLE color: 10506533.
HSL color Cylindrical-coordinate representation of color #2551A0: hue angle of 218.54º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2551A0 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 81 | 160 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.37 |
| HSL | 218.54º | 0.62% | 0.39% | - |
| HSV(B) | 218.54º | 0.77% | 0.63% | - |
| XYZ | 10.05 | 8.82 | 34.43 | - |
| YUV | 76.85 | 174.92 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 160 | 0.77 | 0.49 | 0 | 0.37 | 218.54 | 0.62 | 0.39 |
| Hex | 25 | 51 | A0 | 4D | 31 | 0 | 25 | DB | 3E | 27 |
| Octal | 45 | 121 | 240 | 115 | 61 | 0 | 45 | 333 | 76 | 47 |
| Binary | 100101 | 1010001 | 10100000 | 1001101 | 110001 | 0 | 100101 | 11011011 | 111110 | 100111 |
Color Harmonies of #2551A0
Complementary color
Monochromatic Colors of #2551A0
Black with #2551A0
Text Example
Text Example
White with #2551A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2551A0; }
p { color: rgb(37,81,160); }
H1.HeaderClassName
{
color: #2551A0;
}
.AnyTagClassName
{
color: #2551A0;
}
</style>
background-color css
<style>
a { background-color: #2551A0; }
a { background-color: rgb(37,81,160); }
div.DivClassName
{
background-color: #2551A0;
}
.BgClassName
{
background-color: #2551A0;
}
</style>
border-color css
<style>
span { border-color: #2551A0; }
span { border-color: rgb(37,81,160); }
td.TdClassName
{
border-color: #2551A0;
}
.TagClassName
{
border-color: #2551A0;
}
</style>