Shades of Endeavour #254C9E
Tints of Endeavour #254C9E
RGB
CMYK
RGB Variations
Color information
#254C9E (or 0x254C9E) is known color: Endeavour. HEX triplet: 25, 4C and 9E. RGB value is (37,76,158). Sum of RGB (Red+Green+Blue) = 37+76+158=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #254C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C9E is #DAB361. Grayscale: #494949. Windows color (decimal): -14332770 or 10374181. OLE color: 10374181.
HSL color Cylindrical-coordinate representation of color #254C9E: hue angle of 220.66º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254C9E is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 76 | 158 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.38 |
| HSL | 220.66º | 0.62% | 0.38% | - |
| HSV(B) | 220.66º | 0.77% | 0.62% | - |
| XYZ | 9.52 | 8.03 | 33.4 | - |
| YUV | 73.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 158 | 0.77 | 0.52 | 0 | 0.38 | 220.66 | 0.62 | 0.38 |
| Hex | 25 | 4C | 9E | 4D | 34 | 0 | 26 | DD | 3E | 26 |
| Octal | 45 | 114 | 236 | 115 | 64 | 0 | 46 | 335 | 76 | 46 |
| Binary | 100101 | 1001100 | 10011110 | 1001101 | 110100 | 0 | 100110 | 11011101 | 111110 | 100110 |
Color Harmonies of #254C9E
Complementary color
Monochromatic Colors of #254C9E
Black with #254C9E
Text Example
Text Example
White with #254C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C9E; }
p { color: rgb(37,76,158); }
H1.HeaderClassName
{
color: #254C9E;
}
.AnyTagClassName
{
color: #254C9E;
}
</style>
background-color css
<style>
a { background-color: #254C9E; }
a { background-color: rgb(37,76,158); }
div.DivClassName
{
background-color: #254C9E;
}
.BgClassName
{
background-color: #254C9E;
}
</style>
border-color css
<style>
span { border-color: #254C9E; }
span { border-color: rgb(37,76,158); }
td.TdClassName
{
border-color: #254C9E;
}
.TagClassName
{
border-color: #254C9E;
}
</style>