Shades of Endeavour #25618D
Tints of Endeavour #25618D
RGB
CMYK
RGB Variations
Color information
#25618D (or 0x25618D) is known color: Endeavour. HEX triplet: 25, 61 and 8D. RGB value is (37,97,141). Sum of RGB (Red+Green+Blue) = 37+97+141=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #25618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25618D is #DA9E72. Grayscale: #535353. Windows color (decimal): -14327411 or 9265445. OLE color: 9265445.
HSL color Cylindrical-coordinate representation of color #25618D: hue angle of 205.38º 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 #25618D is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 97 | 141 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.45 |
| HSL | 205.38º | 0.58% | 0.35% | - |
| HSV(B) | 205.38º | 0.74% | 0.55% | - |
| XYZ | 9.85 | 10.87 | 26.78 | - |
| YUV | 84.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 141 | 0.74 | 0.31 | 0 | 0.45 | 205.38 | 0.58 | 0.35 |
| Hex | 25 | 61 | 8D | 4A | 1F | 0 | 2D | CD | 3A | 23 |
| Octal | 45 | 141 | 215 | 112 | 37 | 0 | 55 | 315 | 72 | 43 |
| Binary | 100101 | 1100001 | 10001101 | 1001010 | 11111 | 0 | 101101 | 11001101 | 111010 | 100011 |
Color Harmonies of #25618D
Complementary color
Monochromatic Colors of #25618D
Black with #25618D
Text Example
Text Example
White with #25618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25618D; }
p { color: rgb(37,97,141); }
H1.HeaderClassName
{
color: #25618D;
}
.AnyTagClassName
{
color: #25618D;
}
</style>
background-color css
<style>
a { background-color: #25618D; }
a { background-color: rgb(37,97,141); }
div.DivClassName
{
background-color: #25618D;
}
.BgClassName
{
background-color: #25618D;
}
</style>
border-color css
<style>
span { border-color: #25618D; }
span { border-color: rgb(37,97,141); }
td.TdClassName
{
border-color: #25618D;
}
.TagClassName
{
border-color: #25618D;
}
</style>