Shades of Endeavour #25529A
Tints of Endeavour #25529A
RGB
CMYK
RGB Variations
Color information
#25529A (or 0x25529A) is known color: Endeavour. HEX triplet: 25, 52 and 9A. RGB value is (37,82,154). Sum of RGB (Red+Green+Blue) = 37+82+154=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #25529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25529A is #DAAD65. Grayscale: #4C4C4C. Windows color (decimal): -14331238 or 10113573. OLE color: 10113573.
HSL color Cylindrical-coordinate representation of color #25529A: hue angle of 216.92º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25529A is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 82 | 154 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.40 |
| HSL | 216.92º | 0.61% | 0.37% | - |
| HSV(B) | 216.92º | 0.76% | 0.6% | - |
| XYZ | 9.61 | 8.76 | 31.76 | - |
| YUV | 76.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 154 | 0.76 | 0.47 | 0 | 0.40 | 216.92 | 0.61 | 0.37 |
| Hex | 25 | 52 | 9A | 4C | 2F | 0 | 28 | D9 | 3D | 25 |
| Octal | 45 | 122 | 232 | 114 | 57 | 0 | 50 | 331 | 75 | 45 |
| Binary | 100101 | 1010010 | 10011010 | 1001100 | 101111 | 0 | 101000 | 11011001 | 111101 | 100101 |
Color Harmonies of #25529A
Complementary color
Monochromatic Colors of #25529A
Black with #25529A
Text Example
Text Example
White with #25529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25529A; }
p { color: rgb(37,82,154); }
H1.HeaderClassName
{
color: #25529A;
}
.AnyTagClassName
{
color: #25529A;
}
</style>
background-color css
<style>
a { background-color: #25529A; }
a { background-color: rgb(37,82,154); }
div.DivClassName
{
background-color: #25529A;
}
.BgClassName
{
background-color: #25529A;
}
</style>
border-color css
<style>
span { border-color: #25529A; }
span { border-color: rgb(37,82,154); }
td.TdClassName
{
border-color: #25529A;
}
.TagClassName
{
border-color: #25529A;
}
</style>