Shades of Endeavour #255086
Tints of Endeavour #255086
RGB
CMYK
RGB Variations
Color information
#255086 (or 0x255086) is known color: Endeavour. HEX triplet: 25, 50 and 86. RGB value is (37,80,134). Sum of RGB (Red+Green+Blue) = 37+80+134=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #255086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255086 is #DAAF79. Grayscale: #494949. Windows color (decimal): -14331770 or 8802341. OLE color: 8802341.
HSL color Cylindrical-coordinate representation of color #255086: hue angle of 213.4º 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 #255086 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 80 | 134 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.47 |
| HSL | 213.4º | 0.57% | 0.34% | - |
| HSV(B) | 213.4º | 0.72% | 0.53% | - |
| XYZ | 7.93 | 7.85 | 23.65 | - |
| YUV | 73.3 | 162.25 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 134 | 0.72 | 0.40 | 0 | 0.47 | 213.4 | 0.57 | 0.34 |
| Hex | 25 | 50 | 86 | 48 | 28 | 0 | 2F | D5 | 39 | 22 |
| Octal | 45 | 120 | 206 | 110 | 50 | 0 | 57 | 325 | 71 | 42 |
| Binary | 100101 | 1010000 | 10000110 | 1001000 | 101000 | 0 | 101111 | 11010101 | 111001 | 100010 |
Color Harmonies of #255086
Complementary color
Monochromatic Colors of #255086
Black with #255086
Text Example
Text Example
White with #255086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255086; }
p { color: rgb(37,80,134); }
H1.HeaderClassName
{
color: #255086;
}
.AnyTagClassName
{
color: #255086;
}
</style>
background-color css
<style>
a { background-color: #255086; }
a { background-color: rgb(37,80,134); }
div.DivClassName
{
background-color: #255086;
}
.BgClassName
{
background-color: #255086;
}
</style>
border-color css
<style>
span { border-color: #255086; }
span { border-color: rgb(37,80,134); }
td.TdClassName
{
border-color: #255086;
}
.TagClassName
{
border-color: #255086;
}
</style>