Shades of Endeavour #255897
Tints of Endeavour #255897
RGB
CMYK
RGB Variations
Color information
#255897 (or 0x255897) is known color: Endeavour. HEX triplet: 25, 58 and 97. RGB value is (37,88,151). Sum of RGB (Red+Green+Blue) = 37+88+151=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #255897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255897 is #DAA768. Grayscale: #4F4F4F. Windows color (decimal): -14329705 or 9918501. OLE color: 9918501.
HSL color Cylindrical-coordinate representation of color #255897: hue angle of 213.16º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255897 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 88 | 151 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.41 |
| HSL | 213.16º | 0.61% | 0.37% | - |
| HSV(B) | 213.16º | 0.75% | 0.59% | - |
| XYZ | 9.84 | 9.61 | 30.61 | - |
| YUV | 79.93 | 168.1 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 151 | 0.75 | 0.42 | 0 | 0.41 | 213.16 | 0.61 | 0.37 |
| Hex | 25 | 58 | 97 | 4B | 2A | 0 | 29 | D5 | 3D | 25 |
| Octal | 45 | 130 | 227 | 113 | 52 | 0 | 51 | 325 | 75 | 45 |
| Binary | 100101 | 1011000 | 10010111 | 1001011 | 101010 | 0 | 101001 | 11010101 | 111101 | 100101 |
Color Harmonies of #255897
Complementary color
Monochromatic Colors of #255897
Black with #255897
Text Example
Text Example
White with #255897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255897; }
p { color: rgb(37,88,151); }
H1.HeaderClassName
{
color: #255897;
}
.AnyTagClassName
{
color: #255897;
}
</style>
background-color css
<style>
a { background-color: #255897; }
a { background-color: rgb(37,88,151); }
div.DivClassName
{
background-color: #255897;
}
.BgClassName
{
background-color: #255897;
}
</style>
border-color css
<style>
span { border-color: #255897; }
span { border-color: rgb(37,88,151); }
td.TdClassName
{
border-color: #255897;
}
.TagClassName
{
border-color: #255897;
}
</style>