Shades of Endeavour #25638B
Tints of Endeavour #25638B
RGB
CMYK
RGB Variations
Color information
#25638B (or 0x25638B) is known color: Endeavour. HEX triplet: 25, 63 and 8B. RGB value is (37,99,139). Sum of RGB (Red+Green+Blue) = 37+99+139=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #25638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25638B is #DA9C74. Grayscale: #545454. Windows color (decimal): -14326901 or 9134885. OLE color: 9134885.
HSL color Cylindrical-coordinate representation of color #25638B: hue angle of 203.53º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25638B is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 99 | 139 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.45 |
| HSL | 203.53º | 0.58% | 0.35% | - |
| HSV(B) | 203.53º | 0.73% | 0.55% | - |
| XYZ | 9.88 | 11.18 | 26.06 | - |
| YUV | 85.02 | 158.46 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 139 | 0.73 | 0.29 | 0 | 0.45 | 203.53 | 0.58 | 0.35 |
| Hex | 25 | 63 | 8B | 49 | 1D | 0 | 2D | CC | 3A | 23 |
| Octal | 45 | 143 | 213 | 111 | 35 | 0 | 55 | 314 | 72 | 43 |
| Binary | 100101 | 1100011 | 10001011 | 1001001 | 11101 | 0 | 101101 | 11001100 | 111010 | 100011 |
Color Harmonies of #25638B
Complementary color
Monochromatic Colors of #25638B
Black with #25638B
Text Example
Text Example
White with #25638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25638B; }
p { color: rgb(37,99,139); }
H1.HeaderClassName
{
color: #25638B;
}
.AnyTagClassName
{
color: #25638B;
}
</style>
background-color css
<style>
a { background-color: #25638B; }
a { background-color: rgb(37,99,139); }
div.DivClassName
{
background-color: #25638B;
}
.BgClassName
{
background-color: #25638B;
}
</style>
border-color css
<style>
span { border-color: #25638B; }
span { border-color: rgb(37,99,139); }
td.TdClassName
{
border-color: #25638B;
}
.TagClassName
{
border-color: #25638B;
}
</style>