Shades of Endeavour #25549D
Tints of Endeavour #25549D
RGB
CMYK
RGB Variations
Color information
#25549D (or 0x25549D) is known color: Endeavour. HEX triplet: 25, 54 and 9D. RGB value is (37,84,157). Sum of RGB (Red+Green+Blue) = 37+84+157=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #25549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25549D is #DAAB62. Grayscale: #4D4D4D. Windows color (decimal): -14330723 or 10310693. OLE color: 10310693.
HSL color Cylindrical-coordinate representation of color #25549D: hue angle of 216.5º 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 #25549D is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 84 | 157 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.38 |
| HSL | 216.5º | 0.62% | 0.38% | - |
| HSV(B) | 216.5º | 0.76% | 0.62% | - |
| XYZ | 10.02 | 9.17 | 33.14 | - |
| YUV | 78.27 | 172.43 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 157 | 0.76 | 0.46 | 0 | 0.38 | 216.5 | 0.62 | 0.38 |
| Hex | 25 | 54 | 9D | 4C | 2E | 0 | 26 | D8 | 3E | 26 |
| Octal | 45 | 124 | 235 | 114 | 56 | 0 | 46 | 330 | 76 | 46 |
| Binary | 100101 | 1010100 | 10011101 | 1001100 | 101110 | 0 | 100110 | 11011000 | 111110 | 100110 |
Color Harmonies of #25549D
Complementary color
Monochromatic Colors of #25549D
Black with #25549D
Text Example
Text Example
White with #25549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25549D; }
p { color: rgb(37,84,157); }
H1.HeaderClassName
{
color: #25549D;
}
.AnyTagClassName
{
color: #25549D;
}
</style>
background-color css
<style>
a { background-color: #25549D; }
a { background-color: rgb(37,84,157); }
div.DivClassName
{
background-color: #25549D;
}
.BgClassName
{
background-color: #25549D;
}
</style>
border-color css
<style>
span { border-color: #25549D; }
span { border-color: rgb(37,84,157); }
td.TdClassName
{
border-color: #25549D;
}
.TagClassName
{
border-color: #25549D;
}
</style>