Shades of Endeavour #256091
Tints of Endeavour #256091
RGB
CMYK
RGB Variations
Color information
#256091 (or 0x256091) is known color: Endeavour. HEX triplet: 25, 60 and 91. RGB value is (37,96,145). Sum of RGB (Red+Green+Blue) = 37+96+145=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #256091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256091 is #DA9F6E. Grayscale: #535353. Windows color (decimal): -14327663 or 9527333. OLE color: 9527333.
HSL color Cylindrical-coordinate representation of color #256091: hue angle of 207.22º 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 #256091 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 96 | 145 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.43 |
| HSL | 207.22º | 0.59% | 0.36% | - |
| HSV(B) | 207.22º | 0.74% | 0.57% | - |
| XYZ | 10.06 | 10.8 | 28.34 | - |
| YUV | 83.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 145 | 0.74 | 0.34 | 0 | 0.43 | 207.22 | 0.59 | 0.36 |
| Hex | 25 | 60 | 91 | 4A | 22 | 0 | 2B | CF | 3B | 24 |
| Octal | 45 | 140 | 221 | 112 | 42 | 0 | 53 | 317 | 73 | 44 |
| Binary | 100101 | 1100000 | 10010001 | 1001010 | 100010 | 0 | 101011 | 11001111 | 111011 | 100100 |
Color Harmonies of #256091
Complementary color
Monochromatic Colors of #256091
Black with #256091
Text Example
Text Example
White with #256091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256091; }
p { color: rgb(37,96,145); }
H1.HeaderClassName
{
color: #256091;
}
.AnyTagClassName
{
color: #256091;
}
</style>
background-color css
<style>
a { background-color: #256091; }
a { background-color: rgb(37,96,145); }
div.DivClassName
{
background-color: #256091;
}
.BgClassName
{
background-color: #256091;
}
</style>
border-color css
<style>
span { border-color: #256091; }
span { border-color: rgb(37,96,145); }
td.TdClassName
{
border-color: #256091;
}
.TagClassName
{
border-color: #256091;
}
</style>