Shades of Endeavour #255786
Tints of Endeavour #255786
RGB
CMYK
RGB Variations
Color information
#255786 (or 0x255786) is known color: Endeavour. HEX triplet: 25, 57 and 86. RGB value is (37,87,134). Sum of RGB (Red+Green+Blue) = 37+87+134=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #255786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255786 is #DAA879. Grayscale: #4D4D4D. Windows color (decimal): -14329978 or 8804133. OLE color: 8804133.
HSL color Cylindrical-coordinate representation of color #255786: hue angle of 209.07º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255786 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 87 | 134 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.47 |
| HSL | 209.07º | 0.57% | 0.34% | - |
| HSV(B) | 209.07º | 0.72% | 0.53% | - |
| XYZ | 8.47 | 8.93 | 23.83 | - |
| YUV | 77.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 134 | 0.72 | 0.35 | 0 | 0.47 | 209.07 | 0.57 | 0.34 |
| Hex | 25 | 57 | 86 | 48 | 23 | 0 | 2F | D1 | 39 | 22 |
| Octal | 45 | 127 | 206 | 110 | 43 | 0 | 57 | 321 | 71 | 42 |
| Binary | 100101 | 1010111 | 10000110 | 1001000 | 100011 | 0 | 101111 | 11010001 | 111001 | 100010 |
Color Harmonies of #255786
Complementary color
Monochromatic Colors of #255786
Black with #255786
Text Example
Text Example
White with #255786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255786; }
p { color: rgb(37,87,134); }
H1.HeaderClassName
{
color: #255786;
}
.AnyTagClassName
{
color: #255786;
}
</style>
background-color css
<style>
a { background-color: #255786; }
a { background-color: rgb(37,87,134); }
div.DivClassName
{
background-color: #255786;
}
.BgClassName
{
background-color: #255786;
}
</style>
border-color css
<style>
span { border-color: #255786; }
span { border-color: rgb(37,87,134); }
td.TdClassName
{
border-color: #255786;
}
.TagClassName
{
border-color: #255786;
}
</style>