Shades of Endeavour #254F9B
Tints of Endeavour #254F9B
RGB
CMYK
RGB Variations
Color information
#254F9B (or 0x254F9B) is known color: Endeavour. HEX triplet: 25, 4F and 9B. RGB value is (37,79,155). Sum of RGB (Red+Green+Blue) = 37+79+155=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #254F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F9B is #DAB064. Grayscale: #4A4A4A. Windows color (decimal): -14332005 or 10178341. OLE color: 10178341.
HSL color Cylindrical-coordinate representation of color #254F9B: hue angle of 218.64º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254F9B is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 79 | 155 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.39 |
| HSL | 218.64º | 0.61% | 0.38% | - |
| HSV(B) | 218.64º | 0.76% | 0.61% | - |
| XYZ | 9.48 | 8.35 | 32.12 | - |
| YUV | 75.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 155 | 0.76 | 0.49 | 0 | 0.39 | 218.64 | 0.61 | 0.38 |
| Hex | 25 | 4F | 9B | 4C | 31 | 0 | 27 | DB | 3D | 26 |
| Octal | 45 | 117 | 233 | 114 | 61 | 0 | 47 | 333 | 75 | 46 |
| Binary | 100101 | 1001111 | 10011011 | 1001100 | 110001 | 0 | 100111 | 11011011 | 111101 | 100110 |
Color Harmonies of #254F9B
Complementary color
Monochromatic Colors of #254F9B
Black with #254F9B
Text Example
Text Example
White with #254F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F9B; }
p { color: rgb(37,79,155); }
H1.HeaderClassName
{
color: #254F9B;
}
.AnyTagClassName
{
color: #254F9B;
}
</style>
background-color css
<style>
a { background-color: #254F9B; }
a { background-color: rgb(37,79,155); }
div.DivClassName
{
background-color: #254F9B;
}
.BgClassName
{
background-color: #254F9B;
}
</style>
border-color css
<style>
span { border-color: #254F9B; }
span { border-color: rgb(37,79,155); }
td.TdClassName
{
border-color: #254F9B;
}
.TagClassName
{
border-color: #254F9B;
}
</style>