Shades of Endeavour #255E99
Tints of Endeavour #255E99
RGB
CMYK
RGB Variations
Color information
#255E99 (or 0x255E99) is known color: Endeavour. HEX triplet: 25, 5E and 99. RGB value is (37,94,153). Sum of RGB (Red+Green+Blue) = 37+94+153=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #255E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E99 is #DAA166. Grayscale: #535353. Windows color (decimal): -14328167 or 10051109. OLE color: 10051109.
HSL color Cylindrical-coordinate representation of color #255E99: hue angle of 210.52º 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 #255E99 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 94 | 153 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.4 |
| HSL | 210.52º | 0.61% | 0.37% | - |
| HSV(B) | 210.52º | 0.76% | 0.6% | - |
| XYZ | 10.52 | 10.7 | 31.65 | - |
| YUV | 83.68 | 167.12 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 153 | 0.76 | 0.39 | 0 | 0.4 | 210.52 | 0.61 | 0.37 |
| Hex | 25 | 5E | 99 | 4C | 27 | 0 | 28 | D3 | 3D | 25 |
| Octal | 45 | 136 | 231 | 114 | 47 | 0 | 50 | 323 | 75 | 45 |
| Binary | 100101 | 1011110 | 10011001 | 1001100 | 100111 | 0 | 101000 | 11010011 | 111101 | 100101 |
Color Harmonies of #255E99
Complementary color
Monochromatic Colors of #255E99
Black with #255E99
Text Example
Text Example
White with #255E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E99; }
p { color: rgb(37,94,153); }
H1.HeaderClassName
{
color: #255E99;
}
.AnyTagClassName
{
color: #255E99;
}
</style>
background-color css
<style>
a { background-color: #255E99; }
a { background-color: rgb(37,94,153); }
div.DivClassName
{
background-color: #255E99;
}
.BgClassName
{
background-color: #255E99;
}
</style>
border-color css
<style>
span { border-color: #255E99; }
span { border-color: rgb(37,94,153); }
td.TdClassName
{
border-color: #255E99;
}
.TagClassName
{
border-color: #255E99;
}
</style>