Shades of Endeavour #254F9D
Tints of Endeavour #254F9D
RGB
CMYK
RGB Variations
Color information
#254F9D (or 0x254F9D) is known color: Endeavour. HEX triplet: 25, 4F and 9D. RGB value is (37,79,157). Sum of RGB (Red+Green+Blue) = 37+79+157=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #254F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F9D is #DAB062. Grayscale: #4A4A4A. Windows color (decimal): -14332003 or 10309413. OLE color: 10309413.
HSL color Cylindrical-coordinate representation of color #254F9D: hue angle of 219º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254F9D is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 79 | 157 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.38 |
| HSL | 219º | 0.62% | 0.38% | - |
| HSV(B) | 219º | 0.76% | 0.62% | - |
| XYZ | 9.64 | 8.42 | 33.02 | - |
| YUV | 75.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 157 | 0.76 | 0.50 | 0 | 0.38 | 219 | 0.62 | 0.38 |
| Hex | 25 | 4F | 9D | 4C | 32 | 0 | 26 | DB | 3E | 26 |
| Octal | 45 | 117 | 235 | 114 | 62 | 0 | 46 | 333 | 76 | 46 |
| Binary | 100101 | 1001111 | 10011101 | 1001100 | 110010 | 0 | 100110 | 11011011 | 111110 | 100110 |
Color Harmonies of #254F9D
Complementary color
Monochromatic Colors of #254F9D
Black with #254F9D
Text Example
Text Example
White with #254F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F9D; }
p { color: rgb(37,79,157); }
H1.HeaderClassName
{
color: #254F9D;
}
.AnyTagClassName
{
color: #254F9D;
}
</style>
background-color css
<style>
a { background-color: #254F9D; }
a { background-color: rgb(37,79,157); }
div.DivClassName
{
background-color: #254F9D;
}
.BgClassName
{
background-color: #254F9D;
}
</style>
border-color css
<style>
span { border-color: #254F9D; }
span { border-color: rgb(37,79,157); }
td.TdClassName
{
border-color: #254F9D;
}
.TagClassName
{
border-color: #254F9D;
}
</style>