Shades of Endeavour #255187
Tints of Endeavour #255187
RGB
CMYK
RGB Variations
Color information
#255187 (or 0x255187) is known color: Endeavour. HEX triplet: 25, 51 and 87. RGB value is (37,81,135). Sum of RGB (Red+Green+Blue) = 37+81+135=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #255187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255187 is #DAAE78. Grayscale: #494949. Windows color (decimal): -14331513 or 8868133. OLE color: 8868133.
HSL color Cylindrical-coordinate representation of color #255187: hue angle of 213.06º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255187 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 81 | 135 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.47 |
| HSL | 213.06º | 0.57% | 0.34% | - |
| HSV(B) | 213.06º | 0.73% | 0.53% | - |
| XYZ | 8.08 | 8.03 | 24.05 | - |
| YUV | 74 | 162.42 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 135 | 0.73 | 0.40 | 0 | 0.47 | 213.06 | 0.57 | 0.34 |
| Hex | 25 | 51 | 87 | 49 | 28 | 0 | 2F | D5 | 39 | 22 |
| Octal | 45 | 121 | 207 | 111 | 50 | 0 | 57 | 325 | 71 | 42 |
| Binary | 100101 | 1010001 | 10000111 | 1001001 | 101000 | 0 | 101111 | 11010101 | 111001 | 100010 |
Color Harmonies of #255187
Complementary color
Monochromatic Colors of #255187
Black with #255187
Text Example
Text Example
White with #255187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255187; }
p { color: rgb(37,81,135); }
H1.HeaderClassName
{
color: #255187;
}
.AnyTagClassName
{
color: #255187;
}
</style>
background-color css
<style>
a { background-color: #255187; }
a { background-color: rgb(37,81,135); }
div.DivClassName
{
background-color: #255187;
}
.BgClassName
{
background-color: #255187;
}
</style>
border-color css
<style>
span { border-color: #255187; }
span { border-color: rgb(37,81,135); }
td.TdClassName
{
border-color: #255187;
}
.TagClassName
{
border-color: #255187;
}
</style>