Shades of Endeavour #254D98
Tints of Endeavour #254D98
RGB
CMYK
RGB Variations
Color information
#254D98 (or 0x254D98) is known color: Endeavour. HEX triplet: 25, 4D and 98. RGB value is (37,77,152). Sum of RGB (Red+Green+Blue) = 37+77+152=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #254D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D98 is #DAB267. Grayscale: #494949. Windows color (decimal): -14332520 or 9981221. OLE color: 9981221.
HSL color Cylindrical-coordinate representation of color #254D98: hue angle of 219.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254D98 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 77 | 152 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.40 |
| HSL | 219.13º | 0.61% | 0.37% | - |
| HSV(B) | 219.13º | 0.76% | 0.6% | - |
| XYZ | 9.08 | 7.97 | 30.76 | - |
| YUV | 73.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 152 | 0.76 | 0.49 | 0 | 0.40 | 219.13 | 0.61 | 0.37 |
| Hex | 25 | 4D | 98 | 4C | 31 | 0 | 28 | DB | 3D | 25 |
| Octal | 45 | 115 | 230 | 114 | 61 | 0 | 50 | 333 | 75 | 45 |
| Binary | 100101 | 1001101 | 10011000 | 1001100 | 110001 | 0 | 101000 | 11011011 | 111101 | 100101 |
Color Harmonies of #254D98
Complementary color
Monochromatic Colors of #254D98
Black with #254D98
Text Example
Text Example
White with #254D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D98; }
p { color: rgb(37,77,152); }
H1.HeaderClassName
{
color: #254D98;
}
.AnyTagClassName
{
color: #254D98;
}
</style>
background-color css
<style>
a { background-color: #254D98; }
a { background-color: rgb(37,77,152); }
div.DivClassName
{
background-color: #254D98;
}
.BgClassName
{
background-color: #254D98;
}
</style>
border-color css
<style>
span { border-color: #254D98; }
span { border-color: rgb(37,77,152); }
td.TdClassName
{
border-color: #254D98;
}
.TagClassName
{
border-color: #254D98;
}
</style>