Shades of Endeavour #25528F
Tints of Endeavour #25528F
RGB
CMYK
RGB Variations
Color information
#25528F (or 0x25528F) is known color: Endeavour. HEX triplet: 25, 52 and 8F. RGB value is (37,82,143). Sum of RGB (Red+Green+Blue) = 37+82+143=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #25528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25528F is #DAAD70. Grayscale: #4B4B4B. Windows color (decimal): -14331249 or 9392677. OLE color: 9392677.
HSL color Cylindrical-coordinate representation of color #25528F: hue angle of 214.53º 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 #25528F is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 82 | 143 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.44 |
| HSL | 214.53º | 0.59% | 0.35% | - |
| HSV(B) | 214.53º | 0.74% | 0.56% | - |
| XYZ | 8.74 | 8.41 | 27.15 | - |
| YUV | 75.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 143 | 0.74 | 0.43 | 0 | 0.44 | 214.53 | 0.59 | 0.35 |
| Hex | 25 | 52 | 8F | 4A | 2B | 0 | 2C | D7 | 3B | 23 |
| Octal | 45 | 122 | 217 | 112 | 53 | 0 | 54 | 327 | 73 | 43 |
| Binary | 100101 | 1010010 | 10001111 | 1001010 | 101011 | 0 | 101100 | 11010111 | 111011 | 100011 |
Color Harmonies of #25528F
Complementary color
Monochromatic Colors of #25528F
Black with #25528F
Text Example
Text Example
White with #25528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25528F; }
p { color: rgb(37,82,143); }
H1.HeaderClassName
{
color: #25528F;
}
.AnyTagClassName
{
color: #25528F;
}
</style>
background-color css
<style>
a { background-color: #25528F; }
a { background-color: rgb(37,82,143); }
div.DivClassName
{
background-color: #25528F;
}
.BgClassName
{
background-color: #25528F;
}
</style>
border-color css
<style>
span { border-color: #25528F; }
span { border-color: rgb(37,82,143); }
td.TdClassName
{
border-color: #25528F;
}
.TagClassName
{
border-color: #25528F;
}
</style>