Shades of Endeavour #25558D
Tints of Endeavour #25558D
RGB
CMYK
RGB Variations
Color information
#25558D (or 0x25558D) is known color: Endeavour. HEX triplet: 25, 55 and 8D. RGB value is (37,85,141). Sum of RGB (Red+Green+Blue) = 37+85+141=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #25558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25558D is #DAAA72. Grayscale: #4C4C4C. Windows color (decimal): -14330483 or 9262373. OLE color: 9262373.
HSL color Cylindrical-coordinate representation of color #25558D: hue angle of 212.31º 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 #25558D is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 85 | 141 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.45 |
| HSL | 212.31º | 0.58% | 0.35% | - |
| HSV(B) | 212.31º | 0.74% | 0.55% | - |
| XYZ | 8.82 | 8.81 | 26.44 | - |
| YUV | 77.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 141 | 0.74 | 0.40 | 0 | 0.45 | 212.31 | 0.58 | 0.35 |
| Hex | 25 | 55 | 8D | 4A | 28 | 0 | 2D | D4 | 3A | 23 |
| Octal | 45 | 125 | 215 | 112 | 50 | 0 | 55 | 324 | 72 | 43 |
| Binary | 100101 | 1010101 | 10001101 | 1001010 | 101000 | 0 | 101101 | 11010100 | 111010 | 100011 |
Color Harmonies of #25558D
Complementary color
Monochromatic Colors of #25558D
Black with #25558D
Text Example
Text Example
White with #25558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25558D; }
p { color: rgb(37,85,141); }
H1.HeaderClassName
{
color: #25558D;
}
.AnyTagClassName
{
color: #25558D;
}
</style>
background-color css
<style>
a { background-color: #25558D; }
a { background-color: rgb(37,85,141); }
div.DivClassName
{
background-color: #25558D;
}
.BgClassName
{
background-color: #25558D;
}
</style>
border-color css
<style>
span { border-color: #25558D; }
span { border-color: rgb(37,85,141); }
td.TdClassName
{
border-color: #25558D;
}
.TagClassName
{
border-color: #25558D;
}
</style>