Shades of Endeavour #25599C
Tints of Endeavour #25599C
RGB
CMYK
RGB Variations
Color information
#25599C (or 0x25599C) is known color: Endeavour. HEX triplet: 25, 59 and 9C. RGB value is (37,89,156). Sum of RGB (Red+Green+Blue) = 37+89+156=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #25599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25599C is #DAA663. Grayscale: #505050. Windows color (decimal): -14329444 or 10246437. OLE color: 10246437.
HSL color Cylindrical-coordinate representation of color #25599C: hue angle of 213.78º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25599C is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 89 | 156 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.39 |
| HSL | 213.78º | 0.62% | 0.38% | - |
| HSV(B) | 213.78º | 0.76% | 0.61% | - |
| XYZ | 10.34 | 9.94 | 32.83 | - |
| YUV | 81.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 156 | 0.76 | 0.43 | 0 | 0.39 | 213.78 | 0.62 | 0.38 |
| Hex | 25 | 59 | 9C | 4C | 2B | 0 | 27 | D6 | 3E | 26 |
| Octal | 45 | 131 | 234 | 114 | 53 | 0 | 47 | 326 | 76 | 46 |
| Binary | 100101 | 1011001 | 10011100 | 1001100 | 101011 | 0 | 100111 | 11010110 | 111110 | 100110 |
Color Harmonies of #25599C
Complementary color
Monochromatic Colors of #25599C
Black with #25599C
Text Example
Text Example
White with #25599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25599C; }
p { color: rgb(37,89,156); }
H1.HeaderClassName
{
color: #25599C;
}
.AnyTagClassName
{
color: #25599C;
}
</style>
background-color css
<style>
a { background-color: #25599C; }
a { background-color: rgb(37,89,156); }
div.DivClassName
{
background-color: #25599C;
}
.BgClassName
{
background-color: #25599C;
}
</style>
border-color css
<style>
span { border-color: #25599C; }
span { border-color: rgb(37,89,156); }
td.TdClassName
{
border-color: #25599C;
}
.TagClassName
{
border-color: #25599C;
}
</style>