Shades of Endeavour #256691
Tints of Endeavour #256691
RGB
CMYK
RGB Variations
Color information
#256691 (or 0x256691) is known color: Endeavour. HEX triplet: 25, 66 and 91. RGB value is (37,102,145). Sum of RGB (Red+Green+Blue) = 37+102+145=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #256691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256691 is #DA996E. Grayscale: #575757. Windows color (decimal): -14326127 or 9528869. OLE color: 9528869.
HSL color Cylindrical-coordinate representation of color #256691: hue angle of 203.89º 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 #256691 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 102 | 145 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.43 |
| HSL | 203.89º | 0.59% | 0.36% | - |
| HSV(B) | 203.89º | 0.74% | 0.57% | - |
| XYZ | 10.63 | 11.94 | 28.53 | - |
| YUV | 87.47 | 160.47 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 145 | 0.74 | 0.30 | 0 | 0.43 | 203.89 | 0.59 | 0.36 |
| Hex | 25 | 66 | 91 | 4A | 1E | 0 | 2B | CC | 3B | 24 |
| Octal | 45 | 146 | 221 | 112 | 36 | 0 | 53 | 314 | 73 | 44 |
| Binary | 100101 | 1100110 | 10010001 | 1001010 | 11110 | 0 | 101011 | 11001100 | 111011 | 100100 |
Color Harmonies of #256691
Complementary color
Monochromatic Colors of #256691
Black with #256691
Text Example
Text Example
White with #256691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256691; }
p { color: rgb(37,102,145); }
H1.HeaderClassName
{
color: #256691;
}
.AnyTagClassName
{
color: #256691;
}
</style>
background-color css
<style>
a { background-color: #256691; }
a { background-color: rgb(37,102,145); }
div.DivClassName
{
background-color: #256691;
}
.BgClassName
{
background-color: #256691;
}
</style>
border-color css
<style>
span { border-color: #256691; }
span { border-color: rgb(37,102,145); }
td.TdClassName
{
border-color: #256691;
}
.TagClassName
{
border-color: #256691;
}
</style>