Shades of Endeavour #254E86
Tints of Endeavour #254E86
RGB
CMYK
RGB Variations
Color information
#254E86 (or 0x254E86) is known color: Endeavour. HEX triplet: 25, 4E and 86. RGB value is (37,78,134). Sum of RGB (Red+Green+Blue) = 37+78+134=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #254E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E86 is #DAB179. Grayscale: #474747. Windows color (decimal): -14332282 or 8801829. OLE color: 8801829.
HSL color Cylindrical-coordinate representation of color #254E86: hue angle of 214.64º 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 #254E86 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 78 | 134 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.47 |
| HSL | 214.64º | 0.57% | 0.34% | - |
| HSV(B) | 214.64º | 0.72% | 0.53% | - |
| XYZ | 7.79 | 7.56 | 23.6 | - |
| YUV | 72.13 | 162.92 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 134 | 0.72 | 0.42 | 0 | 0.47 | 214.64 | 0.57 | 0.34 |
| Hex | 25 | 4E | 86 | 48 | 2A | 0 | 2F | D7 | 39 | 22 |
| Octal | 45 | 116 | 206 | 110 | 52 | 0 | 57 | 327 | 71 | 42 |
| Binary | 100101 | 1001110 | 10000110 | 1001000 | 101010 | 0 | 101111 | 11010111 | 111001 | 100010 |
Color Harmonies of #254E86
Complementary color
Monochromatic Colors of #254E86
Black with #254E86
Text Example
Text Example
White with #254E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E86; }
p { color: rgb(37,78,134); }
H1.HeaderClassName
{
color: #254E86;
}
.AnyTagClassName
{
color: #254E86;
}
</style>
background-color css
<style>
a { background-color: #254E86; }
a { background-color: rgb(37,78,134); }
div.DivClassName
{
background-color: #254E86;
}
.BgClassName
{
background-color: #254E86;
}
</style>
border-color css
<style>
span { border-color: #254E86; }
span { border-color: rgb(37,78,134); }
td.TdClassName
{
border-color: #254E86;
}
.TagClassName
{
border-color: #254E86;
}
</style>