Shades of Endeavour #255F98
Tints of Endeavour #255F98
RGB
CMYK
RGB Variations
Color information
#255F98 (or 0x255F98) is known color: Endeavour. HEX triplet: 25, 5F and 98. RGB value is (37,95,152). Sum of RGB (Red+Green+Blue) = 37+95+152=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #255F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F98 is #DAA067. Grayscale: #535353. Windows color (decimal): -14327912 or 9985829. OLE color: 9985829.
HSL color Cylindrical-coordinate representation of color #255F98: hue angle of 209.74º 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 #255F98 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 95 | 152 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.40 |
| HSL | 209.74º | 0.61% | 0.37% | - |
| HSV(B) | 209.74º | 0.76% | 0.6% | - |
| XYZ | 10.52 | 10.84 | 31.24 | - |
| YUV | 84.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 152 | 0.76 | 0.38 | 0 | 0.40 | 209.74 | 0.61 | 0.37 |
| Hex | 25 | 5F | 98 | 4C | 26 | 0 | 28 | D2 | 3D | 25 |
| Octal | 45 | 137 | 230 | 114 | 46 | 0 | 50 | 322 | 75 | 45 |
| Binary | 100101 | 1011111 | 10011000 | 1001100 | 100110 | 0 | 101000 | 11010010 | 111101 | 100101 |
Color Harmonies of #255F98
Complementary color
Monochromatic Colors of #255F98
Black with #255F98
Text Example
Text Example
White with #255F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F98; }
p { color: rgb(37,95,152); }
H1.HeaderClassName
{
color: #255F98;
}
.AnyTagClassName
{
color: #255F98;
}
</style>
background-color css
<style>
a { background-color: #255F98; }
a { background-color: rgb(37,95,152); }
div.DivClassName
{
background-color: #255F98;
}
.BgClassName
{
background-color: #255F98;
}
</style>
border-color css
<style>
span { border-color: #255F98; }
span { border-color: rgb(37,95,152); }
td.TdClassName
{
border-color: #255F98;
}
.TagClassName
{
border-color: #255F98;
}
</style>