Shades of Endeavour #255898
Tints of Endeavour #255898
RGB
CMYK
RGB Variations
Color information
#255898 (or 0x255898) is known color: Endeavour. HEX triplet: 25, 58 and 98. RGB value is (37,88,152). Sum of RGB (Red+Green+Blue) = 37+88+152=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #255898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255898 is #DAA767. Grayscale: #4F4F4F. Windows color (decimal): -14329704 or 9984037. OLE color: 9984037.
HSL color Cylindrical-coordinate representation of color #255898: hue angle of 213.39º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255898 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 88 | 152 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.40 |
| HSL | 213.39º | 0.61% | 0.37% | - |
| HSV(B) | 213.39º | 0.76% | 0.6% | - |
| XYZ | 9.92 | 9.64 | 31.04 | - |
| YUV | 80.05 | 168.6 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 152 | 0.76 | 0.42 | 0 | 0.40 | 213.39 | 0.61 | 0.37 |
| Hex | 25 | 58 | 98 | 4C | 2A | 0 | 28 | D5 | 3D | 25 |
| Octal | 45 | 130 | 230 | 114 | 52 | 0 | 50 | 325 | 75 | 45 |
| Binary | 100101 | 1011000 | 10011000 | 1001100 | 101010 | 0 | 101000 | 11010101 | 111101 | 100101 |
Color Harmonies of #255898
Complementary color
Monochromatic Colors of #255898
Black with #255898
Text Example
Text Example
White with #255898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255898; }
p { color: rgb(37,88,152); }
H1.HeaderClassName
{
color: #255898;
}
.AnyTagClassName
{
color: #255898;
}
</style>
background-color css
<style>
a { background-color: #255898; }
a { background-color: rgb(37,88,152); }
div.DivClassName
{
background-color: #255898;
}
.BgClassName
{
background-color: #255898;
}
</style>
border-color css
<style>
span { border-color: #255898; }
span { border-color: rgb(37,88,152); }
td.TdClassName
{
border-color: #255898;
}
.TagClassName
{
border-color: #255898;
}
</style>