Shades of Endeavour #254F9F
Tints of Endeavour #254F9F
RGB
CMYK
RGB Variations
Color information
#254F9F (or 0x254F9F) is known color: Endeavour. HEX triplet: 25, 4F and 9F. RGB value is (37,79,159). Sum of RGB (Red+Green+Blue) = 37+79+159=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #254F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F9F is #DAB060. Grayscale: #4B4B4B. Windows color (decimal): -14332001 or 10440485. OLE color: 10440485.
HSL color Cylindrical-coordinate representation of color #254F9F: hue angle of 219.34º 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 #254F9F is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 79 | 159 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.38 |
| HSL | 219.34º | 0.62% | 0.38% | - |
| HSV(B) | 219.34º | 0.77% | 0.62% | - |
| XYZ | 9.82 | 8.49 | 33.92 | - |
| YUV | 75.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 159 | 0.77 | 0.50 | 0 | 0.38 | 219.34 | 0.62 | 0.38 |
| Hex | 25 | 4F | 9F | 4D | 32 | 0 | 26 | DB | 3E | 26 |
| Octal | 45 | 117 | 237 | 115 | 62 | 0 | 46 | 333 | 76 | 46 |
| Binary | 100101 | 1001111 | 10011111 | 1001101 | 110010 | 0 | 100110 | 11011011 | 111110 | 100110 |
Color Harmonies of #254F9F
Complementary color
Monochromatic Colors of #254F9F
Black with #254F9F
Text Example
Text Example
White with #254F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F9F; }
p { color: rgb(37,79,159); }
H1.HeaderClassName
{
color: #254F9F;
}
.AnyTagClassName
{
color: #254F9F;
}
</style>
background-color css
<style>
a { background-color: #254F9F; }
a { background-color: rgb(37,79,159); }
div.DivClassName
{
background-color: #254F9F;
}
.BgClassName
{
background-color: #254F9F;
}
</style>
border-color css
<style>
span { border-color: #254F9F; }
span { border-color: rgb(37,79,159); }
td.TdClassName
{
border-color: #254F9F;
}
.TagClassName
{
border-color: #254F9F;
}
</style>