Shades of Endeavour #255D89
Tints of Endeavour #255D89
RGB
CMYK
RGB Variations
Color information
#255D89 (or 0x255D89) is known color: Endeavour. HEX triplet: 25, 5D and 89. RGB value is (37,93,137). Sum of RGB (Red+Green+Blue) = 37+93+137=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #255D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D89 is #DAA276. Grayscale: #515151. Windows color (decimal): -14328439 or 9002277. OLE color: 9002277.
HSL color Cylindrical-coordinate representation of color #255D89: hue angle of 206.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255D89 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 93 | 137 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.46 |
| HSL | 206.4º | 0.57% | 0.34% | - |
| HSV(B) | 206.4º | 0.73% | 0.54% | - |
| XYZ | 9.19 | 10.03 | 25.12 | - |
| YUV | 81.27 | 159.45 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 137 | 0.73 | 0.32 | 0 | 0.46 | 206.4 | 0.57 | 0.34 |
| Hex | 25 | 5D | 89 | 49 | 20 | 0 | 2E | CE | 39 | 22 |
| Octal | 45 | 135 | 211 | 111 | 40 | 0 | 56 | 316 | 71 | 42 |
| Binary | 100101 | 1011101 | 10001001 | 1001001 | 100000 | 0 | 101110 | 11001110 | 111001 | 100010 |
Color Harmonies of #255D89
Complementary color
Monochromatic Colors of #255D89
Black with #255D89
Text Example
Text Example
White with #255D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D89; }
p { color: rgb(37,93,137); }
H1.HeaderClassName
{
color: #255D89;
}
.AnyTagClassName
{
color: #255D89;
}
</style>
background-color css
<style>
a { background-color: #255D89; }
a { background-color: rgb(37,93,137); }
div.DivClassName
{
background-color: #255D89;
}
.BgClassName
{
background-color: #255D89;
}
</style>
border-color css
<style>
span { border-color: #255D89; }
span { border-color: rgb(37,93,137); }
td.TdClassName
{
border-color: #255D89;
}
.TagClassName
{
border-color: #255D89;
}
</style>