Shades of Endeavour #254C98
Tints of Endeavour #254C98
RGB
CMYK
RGB Variations
Color information
#254C98 (or 0x254C98) is known color: Endeavour. HEX triplet: 25, 4C and 98. RGB value is (37,76,152). Sum of RGB (Red+Green+Blue) = 37+76+152=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #254C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C98 is #DAB367. Grayscale: #484848. Windows color (decimal): -14332776 or 9980965. OLE color: 9980965.
HSL color Cylindrical-coordinate representation of color #254C98: hue angle of 219.65º 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 #254C98 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 76 | 152 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.40 |
| HSL | 219.65º | 0.61% | 0.37% | - |
| HSV(B) | 219.65º | 0.76% | 0.6% | - |
| XYZ | 9.01 | 7.83 | 30.74 | - |
| YUV | 73 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 152 | 0.76 | 0.50 | 0 | 0.40 | 219.65 | 0.61 | 0.37 |
| Hex | 25 | 4C | 98 | 4C | 32 | 0 | 28 | DC | 3D | 25 |
| Octal | 45 | 114 | 230 | 114 | 62 | 0 | 50 | 334 | 75 | 45 |
| Binary | 100101 | 1001100 | 10011000 | 1001100 | 110010 | 0 | 101000 | 11011100 | 111101 | 100101 |
Color Harmonies of #254C98
Complementary color
Monochromatic Colors of #254C98
Black with #254C98
Text Example
Text Example
White with #254C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C98; }
p { color: rgb(37,76,152); }
H1.HeaderClassName
{
color: #254C98;
}
.AnyTagClassName
{
color: #254C98;
}
</style>
background-color css
<style>
a { background-color: #254C98; }
a { background-color: rgb(37,76,152); }
div.DivClassName
{
background-color: #254C98;
}
.BgClassName
{
background-color: #254C98;
}
</style>
border-color css
<style>
span { border-color: #254C98; }
span { border-color: rgb(37,76,152); }
td.TdClassName
{
border-color: #254C98;
}
.TagClassName
{
border-color: #254C98;
}
</style>