Shades of Endeavour #25628D
Tints of Endeavour #25628D
RGB
CMYK
RGB Variations
Color information
#25628D (or 0x25628D) is known color: Endeavour. HEX triplet: 25, 62 and 8D. RGB value is (37,98,141). Sum of RGB (Red+Green+Blue) = 37+98+141=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #25628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25628D is #DA9D72. Grayscale: #545454. Windows color (decimal): -14327155 or 9265701. OLE color: 9265701.
HSL color Cylindrical-coordinate representation of color #25628D: hue angle of 204.81º 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 #25628D is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 98 | 141 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.45 |
| HSL | 204.81º | 0.58% | 0.35% | - |
| HSV(B) | 204.81º | 0.74% | 0.55% | - |
| XYZ | 9.94 | 11.05 | 26.81 | - |
| YUV | 84.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 141 | 0.74 | 0.30 | 0 | 0.45 | 204.81 | 0.58 | 0.35 |
| Hex | 25 | 62 | 8D | 4A | 1E | 0 | 2D | CD | 3A | 23 |
| Octal | 45 | 142 | 215 | 112 | 36 | 0 | 55 | 315 | 72 | 43 |
| Binary | 100101 | 1100010 | 10001101 | 1001010 | 11110 | 0 | 101101 | 11001101 | 111010 | 100011 |
Color Harmonies of #25628D
Complementary color
Monochromatic Colors of #25628D
Black with #25628D
Text Example
Text Example
White with #25628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25628D; }
p { color: rgb(37,98,141); }
H1.HeaderClassName
{
color: #25628D;
}
.AnyTagClassName
{
color: #25628D;
}
</style>
background-color css
<style>
a { background-color: #25628D; }
a { background-color: rgb(37,98,141); }
div.DivClassName
{
background-color: #25628D;
}
.BgClassName
{
background-color: #25628D;
}
</style>
border-color css
<style>
span { border-color: #25628D; }
span { border-color: rgb(37,98,141); }
td.TdClassName
{
border-color: #25628D;
}
.TagClassName
{
border-color: #25628D;
}
</style>