Shades of Endeavour #25518D
Tints of Endeavour #25518D
RGB
CMYK
RGB Variations
Color information
#25518D (or 0x25518D) is known color: Endeavour. HEX triplet: 25, 51 and 8D. RGB value is (37,81,141). Sum of RGB (Red+Green+Blue) = 37+81+141=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #25518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25518D is #DAAE72. Grayscale: #4A4A4A. Windows color (decimal): -14331507 or 9261349. OLE color: 9261349.
HSL color Cylindrical-coordinate representation of color #25518D: hue angle of 214.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25518D is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 81 | 141 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.45 |
| HSL | 214.62º | 0.58% | 0.35% | - |
| HSV(B) | 214.62º | 0.74% | 0.55% | - |
| XYZ | 8.51 | 8.2 | 26.33 | - |
| YUV | 74.68 | 165.42 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 141 | 0.74 | 0.43 | 0 | 0.45 | 214.62 | 0.58 | 0.35 |
| Hex | 25 | 51 | 8D | 4A | 2B | 0 | 2D | D7 | 3A | 23 |
| Octal | 45 | 121 | 215 | 112 | 53 | 0 | 55 | 327 | 72 | 43 |
| Binary | 100101 | 1010001 | 10001101 | 1001010 | 101011 | 0 | 101101 | 11010111 | 111010 | 100011 |
Color Harmonies of #25518D
Complementary color
Monochromatic Colors of #25518D
Black with #25518D
Text Example
Text Example
White with #25518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25518D; }
p { color: rgb(37,81,141); }
H1.HeaderClassName
{
color: #25518D;
}
.AnyTagClassName
{
color: #25518D;
}
</style>
background-color css
<style>
a { background-color: #25518D; }
a { background-color: rgb(37,81,141); }
div.DivClassName
{
background-color: #25518D;
}
.BgClassName
{
background-color: #25518D;
}
</style>
border-color css
<style>
span { border-color: #25518D; }
span { border-color: rgb(37,81,141); }
td.TdClassName
{
border-color: #25518D;
}
.TagClassName
{
border-color: #25518D;
}
</style>