Shades of Endeavour #25548C
Tints of Endeavour #25548C
RGB
CMYK
RGB Variations
Color information
#25548C (or 0x25548C) is known color: Endeavour. HEX triplet: 25, 54 and 8C. RGB value is (37,84,140). Sum of RGB (Red+Green+Blue) = 37+84+140=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #25548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25548C is #DAAB73. Grayscale: #4C4C4C. Windows color (decimal): -14330740 or 9196581. OLE color: 9196581.
HSL color Cylindrical-coordinate representation of color #25548C: hue angle of 212.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 #25548C is Cyan = 0.74, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 84 | 140 | - |
| CMYK | 0.74 | 0.4 | 0 | 0.45 |
| HSL | 212.62º | 0.58% | 0.35% | - |
| HSV(B) | 212.62º | 0.74% | 0.55% | - |
| XYZ | 8.67 | 8.63 | 26.02 | - |
| YUV | 76.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 140 | 0.74 | 0.4 | 0 | 0.45 | 212.62 | 0.58 | 0.35 |
| Hex | 25 | 54 | 8C | 4A | 28 | 0 | 2D | D5 | 3A | 23 |
| Octal | 45 | 124 | 214 | 112 | 50 | 0 | 55 | 325 | 72 | 43 |
| Binary | 100101 | 1010100 | 10001100 | 1001010 | 101000 | 0 | 101101 | 11010101 | 111010 | 100011 |
Color Harmonies of #25548C
Complementary color
Monochromatic Colors of #25548C
Black with #25548C
Text Example
Text Example
White with #25548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25548C; }
p { color: rgb(37,84,140); }
H1.HeaderClassName
{
color: #25548C;
}
.AnyTagClassName
{
color: #25548C;
}
</style>
background-color css
<style>
a { background-color: #25548C; }
a { background-color: rgb(37,84,140); }
div.DivClassName
{
background-color: #25548C;
}
.BgClassName
{
background-color: #25548C;
}
</style>
border-color css
<style>
span { border-color: #25548C; }
span { border-color: rgb(37,84,140); }
td.TdClassName
{
border-color: #25548C;
}
.TagClassName
{
border-color: #25548C;
}
</style>