Shades of Endeavour #25668D
Tints of Endeavour #25668D
RGB
CMYK
RGB Variations
Color information
#25668D (or 0x25668D) is known color: Endeavour. HEX triplet: 25, 66 and 8D. RGB value is (37,102,141). Sum of RGB (Red+Green+Blue) = 37+102+141=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #25668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25668D is #DA9972. Grayscale: #565656. Windows color (decimal): -14326131 or 9266725. OLE color: 9266725.
HSL color Cylindrical-coordinate representation of color #25668D: hue angle of 202.5º 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 #25668D is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 102 | 141 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.45 |
| HSL | 202.5º | 0.58% | 0.35% | - |
| HSV(B) | 202.5º | 0.74% | 0.55% | - |
| XYZ | 10.32 | 11.82 | 26.94 | - |
| YUV | 87.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 141 | 0.74 | 0.28 | 0 | 0.45 | 202.5 | 0.58 | 0.35 |
| Hex | 25 | 66 | 8D | 4A | 1C | 0 | 2D | CA | 3A | 23 |
| Octal | 45 | 146 | 215 | 112 | 34 | 0 | 55 | 312 | 72 | 43 |
| Binary | 100101 | 1100110 | 10001101 | 1001010 | 11100 | 0 | 101101 | 11001010 | 111010 | 100011 |
Color Harmonies of #25668D
Complementary color
Monochromatic Colors of #25668D
Black with #25668D
Text Example
Text Example
White with #25668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25668D; }
p { color: rgb(37,102,141); }
H1.HeaderClassName
{
color: #25668D;
}
.AnyTagClassName
{
color: #25668D;
}
</style>
background-color css
<style>
a { background-color: #25668D; }
a { background-color: rgb(37,102,141); }
div.DivClassName
{
background-color: #25668D;
}
.BgClassName
{
background-color: #25668D;
}
</style>
border-color css
<style>
span { border-color: #25668D; }
span { border-color: rgb(37,102,141); }
td.TdClassName
{
border-color: #25668D;
}
.TagClassName
{
border-color: #25668D;
}
</style>