Shades of Endeavour #254F99
Tints of Endeavour #254F99
RGB
CMYK
RGB Variations
Color information
#254F99 (or 0x254F99) is known color: Endeavour. HEX triplet: 25, 4F and 99. RGB value is (37,79,153). Sum of RGB (Red+Green+Blue) = 37+79+153=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #254F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F99 is #DAB066. Grayscale: #4A4A4A. Windows color (decimal): -14332007 or 10047269. OLE color: 10047269.
HSL color Cylindrical-coordinate representation of color #254F99: hue angle of 218.28º 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 #254F99 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 79 | 153 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.4 |
| HSL | 218.28º | 0.61% | 0.37% | - |
| HSV(B) | 218.28º | 0.76% | 0.6% | - |
| XYZ | 9.31 | 8.29 | 31.25 | - |
| YUV | 74.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 153 | 0.76 | 0.48 | 0 | 0.4 | 218.28 | 0.61 | 0.37 |
| Hex | 25 | 4F | 99 | 4C | 30 | 0 | 28 | DA | 3D | 25 |
| Octal | 45 | 117 | 231 | 114 | 60 | 0 | 50 | 332 | 75 | 45 |
| Binary | 100101 | 1001111 | 10011001 | 1001100 | 110000 | 0 | 101000 | 11011010 | 111101 | 100101 |
Color Harmonies of #254F99
Complementary color
Monochromatic Colors of #254F99
Black with #254F99
Text Example
Text Example
White with #254F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F99; }
p { color: rgb(37,79,153); }
H1.HeaderClassName
{
color: #254F99;
}
.AnyTagClassName
{
color: #254F99;
}
</style>
background-color css
<style>
a { background-color: #254F99; }
a { background-color: rgb(37,79,153); }
div.DivClassName
{
background-color: #254F99;
}
.BgClassName
{
background-color: #254F99;
}
</style>
border-color css
<style>
span { border-color: #254F99; }
span { border-color: rgb(37,79,153); }
td.TdClassName
{
border-color: #254F99;
}
.TagClassName
{
border-color: #254F99;
}
</style>