Shades of Endeavour #255B87
Tints of Endeavour #255B87
RGB
CMYK
RGB Variations
Color information
#255B87 (or 0x255B87) is known color: Endeavour. HEX triplet: 25, 5B and 87. RGB value is (37,91,135). Sum of RGB (Red+Green+Blue) = 37+91+135=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #255B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B87 is #DAA478. Grayscale: #4F4F4F. Windows color (decimal): -14328953 or 8870693. OLE color: 8870693.
HSL color Cylindrical-coordinate representation of color #255B87: hue angle of 206.94º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255B87 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 91 | 135 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.47 |
| HSL | 206.94º | 0.57% | 0.34% | - |
| HSV(B) | 206.94º | 0.73% | 0.53% | - |
| XYZ | 8.88 | 9.62 | 24.31 | - |
| YUV | 79.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 135 | 0.73 | 0.33 | 0 | 0.47 | 206.94 | 0.57 | 0.34 |
| Hex | 25 | 5B | 87 | 49 | 21 | 0 | 2F | CF | 39 | 22 |
| Octal | 45 | 133 | 207 | 111 | 41 | 0 | 57 | 317 | 71 | 42 |
| Binary | 100101 | 1011011 | 10000111 | 1001001 | 100001 | 0 | 101111 | 11001111 | 111001 | 100010 |
Color Harmonies of #255B87
Complementary color
Monochromatic Colors of #255B87
Black with #255B87
Text Example
Text Example
White with #255B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B87; }
p { color: rgb(37,91,135); }
H1.HeaderClassName
{
color: #255B87;
}
.AnyTagClassName
{
color: #255B87;
}
</style>
background-color css
<style>
a { background-color: #255B87; }
a { background-color: rgb(37,91,135); }
div.DivClassName
{
background-color: #255B87;
}
.BgClassName
{
background-color: #255B87;
}
</style>
border-color css
<style>
span { border-color: #255B87; }
span { border-color: rgb(37,91,135); }
td.TdClassName
{
border-color: #255B87;
}
.TagClassName
{
border-color: #255B87;
}
</style>