Shades of Endeavour #254F89
Tints of Endeavour #254F89
RGB
CMYK
RGB Variations
Color information
#254F89 (or 0x254F89) is known color: Endeavour. HEX triplet: 25, 4F and 89. RGB value is (37,79,137). Sum of RGB (Red+Green+Blue) = 37+79+137=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #254F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F89 is #DAB076. Grayscale: #484848. Windows color (decimal): -14332023 or 8998693. OLE color: 8998693.
HSL color Cylindrical-coordinate representation of color #254F89: hue angle of 214.8º 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 #254F89 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 79 | 137 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.46 |
| HSL | 214.8º | 0.57% | 0.34% | - |
| HSV(B) | 214.8º | 0.73% | 0.54% | - |
| XYZ | 8.07 | 7.79 | 24.75 | - |
| YUV | 73.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 137 | 0.73 | 0.42 | 0 | 0.46 | 214.8 | 0.57 | 0.34 |
| Hex | 25 | 4F | 89 | 49 | 2A | 0 | 2E | D7 | 39 | 22 |
| Octal | 45 | 117 | 211 | 111 | 52 | 0 | 56 | 327 | 71 | 42 |
| Binary | 100101 | 1001111 | 10001001 | 1001001 | 101010 | 0 | 101110 | 11010111 | 111001 | 100010 |
Color Harmonies of #254F89
Complementary color
Monochromatic Colors of #254F89
Black with #254F89
Text Example
Text Example
White with #254F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F89; }
p { color: rgb(37,79,137); }
H1.HeaderClassName
{
color: #254F89;
}
.AnyTagClassName
{
color: #254F89;
}
</style>
background-color css
<style>
a { background-color: #254F89; }
a { background-color: rgb(37,79,137); }
div.DivClassName
{
background-color: #254F89;
}
.BgClassName
{
background-color: #254F89;
}
</style>
border-color css
<style>
span { border-color: #254F89; }
span { border-color: rgb(37,79,137); }
td.TdClassName
{
border-color: #254F89;
}
.TagClassName
{
border-color: #254F89;
}
</style>