Shades of Endeavour #255289
Tints of Endeavour #255289
RGB
CMYK
RGB Variations
Color information
#255289 (or 0x255289) is known color: Endeavour. HEX triplet: 25, 52 and 89. RGB value is (37,82,137). Sum of RGB (Red+Green+Blue) = 37+82+137=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #255289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255289 is #DAAD76. Grayscale: #4A4A4A. Windows color (decimal): -14331255 or 8999461. OLE color: 8999461.
HSL color Cylindrical-coordinate representation of color #255289: hue angle of 213º 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 #255289 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 82 | 137 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.46 |
| HSL | 213º | 0.57% | 0.34% | - |
| HSV(B) | 213º | 0.73% | 0.54% | - |
| XYZ | 8.3 | 8.23 | 24.82 | - |
| YUV | 74.82 | 163.09 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 137 | 0.73 | 0.40 | 0 | 0.46 | 213 | 0.57 | 0.34 |
| Hex | 25 | 52 | 89 | 49 | 28 | 0 | 2E | D5 | 39 | 22 |
| Octal | 45 | 122 | 211 | 111 | 50 | 0 | 56 | 325 | 71 | 42 |
| Binary | 100101 | 1010010 | 10001001 | 1001001 | 101000 | 0 | 101110 | 11010101 | 111001 | 100010 |
Color Harmonies of #255289
Complementary color
Monochromatic Colors of #255289
Black with #255289
Text Example
Text Example
White with #255289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255289; }
p { color: rgb(37,82,137); }
H1.HeaderClassName
{
color: #255289;
}
.AnyTagClassName
{
color: #255289;
}
</style>
background-color css
<style>
a { background-color: #255289; }
a { background-color: rgb(37,82,137); }
div.DivClassName
{
background-color: #255289;
}
.BgClassName
{
background-color: #255289;
}
</style>
border-color css
<style>
span { border-color: #255289; }
span { border-color: rgb(37,82,137); }
td.TdClassName
{
border-color: #255289;
}
.TagClassName
{
border-color: #255289;
}
</style>