Shades of Endeavour #25648F
Tints of Endeavour #25648F
RGB
CMYK
RGB Variations
Color information
#25648F (or 0x25648F) is known color: Endeavour. HEX triplet: 25, 64 and 8F. RGB value is (37,100,143). Sum of RGB (Red+Green+Blue) = 37+100+143=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #25648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25648F is #DA9B70. Grayscale: #555555. Windows color (decimal): -14326641 or 9397285. OLE color: 9397285.
HSL color Cylindrical-coordinate representation of color #25648F: hue angle of 204.34º 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 #25648F is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 100 | 143 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.44 |
| HSL | 204.34º | 0.59% | 0.35% | - |
| HSV(B) | 204.34º | 0.74% | 0.56% | - |
| XYZ | 10.28 | 11.49 | 27.66 | - |
| YUV | 86.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 143 | 0.74 | 0.30 | 0 | 0.44 | 204.34 | 0.59 | 0.35 |
| Hex | 25 | 64 | 8F | 4A | 1E | 0 | 2C | CC | 3B | 23 |
| Octal | 45 | 144 | 217 | 112 | 36 | 0 | 54 | 314 | 73 | 43 |
| Binary | 100101 | 1100100 | 10001111 | 1001010 | 11110 | 0 | 101100 | 11001100 | 111011 | 100011 |
Color Harmonies of #25648F
Complementary color
Monochromatic Colors of #25648F
Black with #25648F
Text Example
Text Example
White with #25648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25648F; }
p { color: rgb(37,100,143); }
H1.HeaderClassName
{
color: #25648F;
}
.AnyTagClassName
{
color: #25648F;
}
</style>
background-color css
<style>
a { background-color: #25648F; }
a { background-color: rgb(37,100,143); }
div.DivClassName
{
background-color: #25648F;
}
.BgClassName
{
background-color: #25648F;
}
</style>
border-color css
<style>
span { border-color: #25648F; }
span { border-color: rgb(37,100,143); }
td.TdClassName
{
border-color: #25648F;
}
.TagClassName
{
border-color: #25648F;
}
</style>