Shades of Endeavour #25638F
Tints of Endeavour #25638F
RGB
CMYK
RGB Variations
Color information
#25638F (or 0x25638F) is known color: Endeavour. HEX triplet: 25, 63 and 8F. RGB value is (37,99,143). Sum of RGB (Red+Green+Blue) = 37+99+143=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #25638F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25638F is #DA9C70. Grayscale: #555555. Windows color (decimal): -14326897 or 9397029. OLE color: 9397029.
HSL color Cylindrical-coordinate representation of color #25638F: hue angle of 204.91º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25638F is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 99 | 143 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.44 |
| HSL | 204.91º | 0.59% | 0.35% | - |
| HSV(B) | 204.91º | 0.74% | 0.56% | - |
| XYZ | 10.18 | 11.3 | 27.63 | - |
| YUV | 85.48 | 160.46 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 143 | 0.74 | 0.31 | 0 | 0.44 | 204.91 | 0.59 | 0.35 |
| Hex | 25 | 63 | 8F | 4A | 1F | 0 | 2C | CD | 3B | 23 |
| Octal | 45 | 143 | 217 | 112 | 37 | 0 | 54 | 315 | 73 | 43 |
| Binary | 100101 | 1100011 | 10001111 | 1001010 | 11111 | 0 | 101100 | 11001101 | 111011 | 100011 |
Color Harmonies of #25638F
Complementary color
Monochromatic Colors of #25638F
Black with #25638F
Text Example
Text Example
White with #25638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25638F; }
p { color: rgb(37,99,143); }
H1.HeaderClassName
{
color: #25638F;
}
.AnyTagClassName
{
color: #25638F;
}
</style>
background-color css
<style>
a { background-color: #25638F; }
a { background-color: rgb(37,99,143); }
div.DivClassName
{
background-color: #25638F;
}
.BgClassName
{
background-color: #25638F;
}
</style>
border-color css
<style>
span { border-color: #25638F; }
span { border-color: rgb(37,99,143); }
td.TdClassName
{
border-color: #25638F;
}
.TagClassName
{
border-color: #25638F;
}
</style>