Shades of Endeavour #255091
Tints of Endeavour #255091
RGB
CMYK
RGB Variations
Color information
#255091 (or 0x255091) is known color: Endeavour. HEX triplet: 25, 50 and 91. RGB value is (37,80,145). Sum of RGB (Red+Green+Blue) = 37+80+145=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #255091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255091 is #DAAF6E. Grayscale: #4A4A4A. Windows color (decimal): -14331759 or 9523237. OLE color: 9523237.
HSL color Cylindrical-coordinate representation of color #255091: hue angle of 216.11º 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 #255091 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 80 | 145 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.43 |
| HSL | 216.11º | 0.59% | 0.36% | - |
| HSV(B) | 216.11º | 0.74% | 0.57% | - |
| XYZ | 8.74 | 8.17 | 27.91 | - |
| YUV | 74.55 | 167.75 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 145 | 0.74 | 0.45 | 0 | 0.43 | 216.11 | 0.59 | 0.36 |
| Hex | 25 | 50 | 91 | 4A | 2D | 0 | 2B | D8 | 3B | 24 |
| Octal | 45 | 120 | 221 | 112 | 55 | 0 | 53 | 330 | 73 | 44 |
| Binary | 100101 | 1010000 | 10010001 | 1001010 | 101101 | 0 | 101011 | 11011000 | 111011 | 100100 |
Color Harmonies of #255091
Complementary color
Monochromatic Colors of #255091
Black with #255091
Text Example
Text Example
White with #255091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255091; }
p { color: rgb(37,80,145); }
H1.HeaderClassName
{
color: #255091;
}
.AnyTagClassName
{
color: #255091;
}
</style>
background-color css
<style>
a { background-color: #255091; }
a { background-color: rgb(37,80,145); }
div.DivClassName
{
background-color: #255091;
}
.BgClassName
{
background-color: #255091;
}
</style>
border-color css
<style>
span { border-color: #255091; }
span { border-color: rgb(37,80,145); }
td.TdClassName
{
border-color: #255091;
}
.TagClassName
{
border-color: #255091;
}
</style>