Shades of Endeavour #255E97
Tints of Endeavour #255E97
RGB
CMYK
RGB Variations
Color information
#255E97 (or 0x255E97) is known color: Endeavour. HEX triplet: 25, 5E and 97. RGB value is (37,94,151). Sum of RGB (Red+Green+Blue) = 37+94+151=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #255E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E97 is #DAA168. Grayscale: #535353. Windows color (decimal): -14328169 or 9920037. OLE color: 9920037.
HSL color Cylindrical-coordinate representation of color #255E97: hue angle of 210º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255E97 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 94 | 151 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.41 |
| HSL | 210º | 0.61% | 0.37% | - |
| HSV(B) | 210º | 0.75% | 0.59% | - |
| XYZ | 10.35 | 10.63 | 30.78 | - |
| YUV | 83.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 151 | 0.75 | 0.38 | 0 | 0.41 | 210 | 0.61 | 0.37 |
| Hex | 25 | 5E | 97 | 4B | 26 | 0 | 29 | D2 | 3D | 25 |
| Octal | 45 | 136 | 227 | 113 | 46 | 0 | 51 | 322 | 75 | 45 |
| Binary | 100101 | 1011110 | 10010111 | 1001011 | 100110 | 0 | 101001 | 11010010 | 111101 | 100101 |
Color Harmonies of #255E97
Complementary color
Monochromatic Colors of #255E97
Black with #255E97
Text Example
Text Example
White with #255E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E97; }
p { color: rgb(37,94,151); }
H1.HeaderClassName
{
color: #255E97;
}
.AnyTagClassName
{
color: #255E97;
}
</style>
background-color css
<style>
a { background-color: #255E97; }
a { background-color: rgb(37,94,151); }
div.DivClassName
{
background-color: #255E97;
}
.BgClassName
{
background-color: #255E97;
}
</style>
border-color css
<style>
span { border-color: #255E97; }
span { border-color: rgb(37,94,151); }
td.TdClassName
{
border-color: #255E97;
}
.TagClassName
{
border-color: #255E97;
}
</style>