Shades of Endeavour #25549C
Tints of Endeavour #25549C
RGB
CMYK
RGB Variations
Color information
#25549C (or 0x25549C) is known color: Endeavour. HEX triplet: 25, 54 and 9C. RGB value is (37,84,156). Sum of RGB (Red+Green+Blue) = 37+84+156=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #25549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25549C is #DAAB63. Grayscale: #4D4D4D. Windows color (decimal): -14330724 or 10245157. OLE color: 10245157.
HSL color Cylindrical-coordinate representation of color #25549C: hue angle of 216.3º degrees, saturation: 0.62, 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 #25549C is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 84 | 156 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.39 |
| HSL | 216.3º | 0.62% | 0.38% | - |
| HSV(B) | 216.3º | 0.76% | 0.61% | - |
| XYZ | 9.93 | 9.13 | 32.69 | - |
| YUV | 78.16 | 171.93 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 156 | 0.76 | 0.46 | 0 | 0.39 | 216.3 | 0.62 | 0.38 |
| Hex | 25 | 54 | 9C | 4C | 2E | 0 | 27 | D8 | 3E | 26 |
| Octal | 45 | 124 | 234 | 114 | 56 | 0 | 47 | 330 | 76 | 46 |
| Binary | 100101 | 1010100 | 10011100 | 1001100 | 101110 | 0 | 100111 | 11011000 | 111110 | 100110 |
Color Harmonies of #25549C
Complementary color
Monochromatic Colors of #25549C
Black with #25549C
Text Example
Text Example
White with #25549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25549C; }
p { color: rgb(37,84,156); }
H1.HeaderClassName
{
color: #25549C;
}
.AnyTagClassName
{
color: #25549C;
}
</style>
background-color css
<style>
a { background-color: #25549C; }
a { background-color: rgb(37,84,156); }
div.DivClassName
{
background-color: #25549C;
}
.BgClassName
{
background-color: #25549C;
}
</style>
border-color css
<style>
span { border-color: #25549C; }
span { border-color: rgb(37,84,156); }
td.TdClassName
{
border-color: #25549C;
}
.TagClassName
{
border-color: #25549C;
}
</style>