Shades of Endeavour #255686
Tints of Endeavour #255686
RGB
CMYK
RGB Variations
Color information
#255686 (or 0x255686) is known color: Endeavour. HEX triplet: 25, 56 and 86. RGB value is (37,86,134). Sum of RGB (Red+Green+Blue) = 37+86+134=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #255686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255686 is #DAA979. Grayscale: #4C4C4C. Windows color (decimal): -14330234 or 8803877. OLE color: 8803877.
HSL color Cylindrical-coordinate representation of color #255686: hue angle of 209.69º 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 #255686 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 86 | 134 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.47 |
| HSL | 209.69º | 0.57% | 0.34% | - |
| HSV(B) | 209.69º | 0.72% | 0.53% | - |
| XYZ | 8.39 | 8.77 | 23.8 | - |
| YUV | 76.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 134 | 0.72 | 0.36 | 0 | 0.47 | 209.69 | 0.57 | 0.34 |
| Hex | 25 | 56 | 86 | 48 | 24 | 0 | 2F | D2 | 39 | 22 |
| Octal | 45 | 126 | 206 | 110 | 44 | 0 | 57 | 322 | 71 | 42 |
| Binary | 100101 | 1010110 | 10000110 | 1001000 | 100100 | 0 | 101111 | 11010010 | 111001 | 100010 |
Color Harmonies of #255686
Complementary color
Monochromatic Colors of #255686
Black with #255686
Text Example
Text Example
White with #255686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255686; }
p { color: rgb(37,86,134); }
H1.HeaderClassName
{
color: #255686;
}
.AnyTagClassName
{
color: #255686;
}
</style>
background-color css
<style>
a { background-color: #255686; }
a { background-color: rgb(37,86,134); }
div.DivClassName
{
background-color: #255686;
}
.BgClassName
{
background-color: #255686;
}
</style>
border-color css
<style>
span { border-color: #255686; }
span { border-color: rgb(37,86,134); }
td.TdClassName
{
border-color: #255686;
}
.TagClassName
{
border-color: #255686;
}
</style>