Shades of Endeavour #255E98
Tints of Endeavour #255E98
RGB
CMYK
RGB Variations
Color information
#255E98 (or 0x255E98) is known color: Endeavour. HEX triplet: 25, 5E and 98. RGB value is (37,94,152). Sum of RGB (Red+Green+Blue) = 37+94+152=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #255E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E98 is #DAA167. Grayscale: #535353. Windows color (decimal): -14328168 or 9985573. OLE color: 9985573.
HSL color Cylindrical-coordinate representation of color #255E98: hue angle of 210.26º 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 #255E98 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 94 | 152 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.40 |
| HSL | 210.26º | 0.61% | 0.37% | - |
| HSV(B) | 210.26º | 0.76% | 0.6% | - |
| XYZ | 10.43 | 10.67 | 31.21 | - |
| YUV | 83.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 152 | 0.76 | 0.38 | 0 | 0.40 | 210.26 | 0.61 | 0.37 |
| Hex | 25 | 5E | 98 | 4C | 26 | 0 | 28 | D2 | 3D | 25 |
| Octal | 45 | 136 | 230 | 114 | 46 | 0 | 50 | 322 | 75 | 45 |
| Binary | 100101 | 1011110 | 10011000 | 1001100 | 100110 | 0 | 101000 | 11010010 | 111101 | 100101 |
Color Harmonies of #255E98
Complementary color
Monochromatic Colors of #255E98
Black with #255E98
Text Example
Text Example
White with #255E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E98; }
p { color: rgb(37,94,152); }
H1.HeaderClassName
{
color: #255E98;
}
.AnyTagClassName
{
color: #255E98;
}
</style>
background-color css
<style>
a { background-color: #255E98; }
a { background-color: rgb(37,94,152); }
div.DivClassName
{
background-color: #255E98;
}
.BgClassName
{
background-color: #255E98;
}
</style>
border-color css
<style>
span { border-color: #255E98; }
span { border-color: rgb(37,94,152); }
td.TdClassName
{
border-color: #255E98;
}
.TagClassName
{
border-color: #255E98;
}
</style>