Shades of Endeavour #255F91
Tints of Endeavour #255F91
RGB
CMYK
RGB Variations
Color information
#255F91 (or 0x255F91) is known color: Endeavour. HEX triplet: 25, 5F and 91. RGB value is (37,95,145). Sum of RGB (Red+Green+Blue) = 37+95+145=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #255F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F91 is #DAA06E. Grayscale: #535353. Windows color (decimal): -14327919 or 9527077. OLE color: 9527077.
HSL color Cylindrical-coordinate representation of color #255F91: hue angle of 207.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255F91 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 95 | 145 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.43 |
| HSL | 207.78º | 0.59% | 0.36% | - |
| HSV(B) | 207.78º | 0.74% | 0.57% | - |
| XYZ | 9.97 | 10.62 | 28.31 | - |
| YUV | 83.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 145 | 0.74 | 0.34 | 0 | 0.43 | 207.78 | 0.59 | 0.36 |
| Hex | 25 | 5F | 91 | 4A | 22 | 0 | 2B | D0 | 3B | 24 |
| Octal | 45 | 137 | 221 | 112 | 42 | 0 | 53 | 320 | 73 | 44 |
| Binary | 100101 | 1011111 | 10010001 | 1001010 | 100010 | 0 | 101011 | 11010000 | 111011 | 100100 |
Color Harmonies of #255F91
Complementary color
Monochromatic Colors of #255F91
Black with #255F91
Text Example
Text Example
White with #255F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F91; }
p { color: rgb(37,95,145); }
H1.HeaderClassName
{
color: #255F91;
}
.AnyTagClassName
{
color: #255F91;
}
</style>
background-color css
<style>
a { background-color: #255F91; }
a { background-color: rgb(37,95,145); }
div.DivClassName
{
background-color: #255F91;
}
.BgClassName
{
background-color: #255F91;
}
</style>
border-color css
<style>
span { border-color: #255F91; }
span { border-color: rgb(37,95,145); }
td.TdClassName
{
border-color: #255F91;
}
.TagClassName
{
border-color: #255F91;
}
</style>