Shades of Endeavour #25598F
Tints of Endeavour #25598F
RGB
CMYK
RGB Variations
Color information
#25598F (or 0x25598F) is known color: Endeavour. HEX triplet: 25, 59 and 8F. RGB value is (37,89,143). Sum of RGB (Red+Green+Blue) = 37+89+143=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #25598F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25598F is #DAA670. Grayscale: #4F4F4F. Windows color (decimal): -14329457 or 9394469. OLE color: 9394469.
HSL color Cylindrical-coordinate representation of color #25598F: hue angle of 210.57º 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 #25598F is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 89 | 143 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.44 |
| HSL | 210.57º | 0.59% | 0.35% | - |
| HSV(B) | 210.57º | 0.74% | 0.56% | - |
| XYZ | 9.29 | 9.52 | 27.33 | - |
| YUV | 79.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 143 | 0.74 | 0.38 | 0 | 0.44 | 210.57 | 0.59 | 0.35 |
| Hex | 25 | 59 | 8F | 4A | 26 | 0 | 2C | D3 | 3B | 23 |
| Octal | 45 | 131 | 217 | 112 | 46 | 0 | 54 | 323 | 73 | 43 |
| Binary | 100101 | 1011001 | 10001111 | 1001010 | 100110 | 0 | 101100 | 11010011 | 111011 | 100011 |
Color Harmonies of #25598F
Complementary color
Monochromatic Colors of #25598F
Black with #25598F
Text Example
Text Example
White with #25598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25598F; }
p { color: rgb(37,89,143); }
H1.HeaderClassName
{
color: #25598F;
}
.AnyTagClassName
{
color: #25598F;
}
</style>
background-color css
<style>
a { background-color: #25598F; }
a { background-color: rgb(37,89,143); }
div.DivClassName
{
background-color: #25598F;
}
.BgClassName
{
background-color: #25598F;
}
</style>
border-color css
<style>
span { border-color: #25598F; }
span { border-color: rgb(37,89,143); }
td.TdClassName
{
border-color: #25598F;
}
.TagClassName
{
border-color: #25598F;
}
</style>