Shades of Endeavour #2551A2
Tints of Endeavour #2551A2
RGB
CMYK
RGB Variations
Color information
#2551A2 (or 0x2551A2) is known color: Endeavour. HEX triplet: 25, 51 and A2. RGB value is (37,81,162). Sum of RGB (Red+Green+Blue) = 37+81+162=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #2551A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2551A2 is #DAAE5D. Grayscale: #4C4C4C. Windows color (decimal): -14331486 or 10637605. OLE color: 10637605.
HSL color Cylindrical-coordinate representation of color #2551A2: hue angle of 218.88º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2551A2 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 81 | 162 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.36 |
| HSL | 218.88º | 0.63% | 0.39% | - |
| HSV(B) | 218.88º | 0.77% | 0.64% | - |
| XYZ | 10.23 | 8.89 | 35.36 | - |
| YUV | 77.08 | 175.92 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 162 | 0.77 | 0.50 | 0 | 0.36 | 218.88 | 0.63 | 0.39 |
| Hex | 25 | 51 | A2 | 4D | 32 | 0 | 24 | DB | 3F | 27 |
| Octal | 45 | 121 | 242 | 115 | 62 | 0 | 44 | 333 | 77 | 47 |
| Binary | 100101 | 1010001 | 10100010 | 1001101 | 110010 | 0 | 100100 | 11011011 | 111111 | 100111 |
Color Harmonies of #2551A2
Complementary color
Monochromatic Colors of #2551A2
Black with #2551A2
Text Example
Text Example
White with #2551A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2551A2; }
p { color: rgb(37,81,162); }
H1.HeaderClassName
{
color: #2551A2;
}
.AnyTagClassName
{
color: #2551A2;
}
</style>
background-color css
<style>
a { background-color: #2551A2; }
a { background-color: rgb(37,81,162); }
div.DivClassName
{
background-color: #2551A2;
}
.BgClassName
{
background-color: #2551A2;
}
</style>
border-color css
<style>
span { border-color: #2551A2; }
span { border-color: rgb(37,81,162); }
td.TdClassName
{
border-color: #2551A2;
}
.TagClassName
{
border-color: #2551A2;
}
</style>