Shades of Endeavour #255889
Tints of Endeavour #255889
RGB
CMYK
RGB Variations
Color information
#255889 (or 0x255889) is known color: Endeavour. HEX triplet: 25, 58 and 89. RGB value is (37,88,137). Sum of RGB (Red+Green+Blue) = 37+88+137=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #255889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255889 is #DAA776. Grayscale: #4E4E4E. Windows color (decimal): -14329719 or 9000997. OLE color: 9000997.
HSL color Cylindrical-coordinate representation of color #255889: hue angle of 209.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255889 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 88 | 137 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.46 |
| HSL | 209.4º | 0.57% | 0.34% | - |
| HSV(B) | 209.4º | 0.73% | 0.54% | - |
| XYZ | 8.77 | 9.18 | 24.98 | - |
| YUV | 78.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 137 | 0.73 | 0.36 | 0 | 0.46 | 209.4 | 0.57 | 0.34 |
| Hex | 25 | 58 | 89 | 49 | 24 | 0 | 2E | D1 | 39 | 22 |
| Octal | 45 | 130 | 211 | 111 | 44 | 0 | 56 | 321 | 71 | 42 |
| Binary | 100101 | 1011000 | 10001001 | 1001001 | 100100 | 0 | 101110 | 11010001 | 111001 | 100010 |
Color Harmonies of #255889
Complementary color
Monochromatic Colors of #255889
Black with #255889
Text Example
Text Example
White with #255889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255889; }
p { color: rgb(37,88,137); }
H1.HeaderClassName
{
color: #255889;
}
.AnyTagClassName
{
color: #255889;
}
</style>
background-color css
<style>
a { background-color: #255889; }
a { background-color: rgb(37,88,137); }
div.DivClassName
{
background-color: #255889;
}
.BgClassName
{
background-color: #255889;
}
</style>
border-color css
<style>
span { border-color: #255889; }
span { border-color: rgb(37,88,137); }
td.TdClassName
{
border-color: #255889;
}
.TagClassName
{
border-color: #255889;
}
</style>