Shades of Endeavour #265991
Tints of Endeavour #265991
RGB
CMYK
RGB Variations
Color information
#265991 (or 0x265991) is known color: Endeavour. HEX triplet: 26, 59 and 91. RGB value is (38,89,145). Sum of RGB (Red+Green+Blue) = 38+89+145=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #265991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265991 is #D9A66E. Grayscale: #4F4F4F. Windows color (decimal): -14263919 or 9525542. OLE color: 9525542.
HSL color Cylindrical-coordinate representation of color #265991: hue angle of 211.4º degrees, saturation: 0.58, 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 #265991 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 89 | 145 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.43 |
| HSL | 211.4º | 0.58% | 0.36% | - |
| HSV(B) | 211.4º | 0.74% | 0.57% | - |
| XYZ | 9.48 | 9.6 | 28.14 | - |
| YUV | 80.14 | 164.6 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 145 | 0.74 | 0.39 | 0 | 0.43 | 211.4 | 0.58 | 0.36 |
| Hex | 26 | 59 | 91 | 4A | 27 | 0 | 2B | D3 | 3A | 24 |
| Octal | 46 | 131 | 221 | 112 | 47 | 0 | 53 | 323 | 72 | 44 |
| Binary | 100110 | 1011001 | 10010001 | 1001010 | 100111 | 0 | 101011 | 11010011 | 111010 | 100100 |
Color Harmonies of #265991
Complementary color
Monochromatic Colors of #265991
Black with #265991
Text Example
Text Example
White with #265991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265991; }
p { color: rgb(38,89,145); }
H1.HeaderClassName
{
color: #265991;
}
.AnyTagClassName
{
color: #265991;
}
</style>
background-color css
<style>
a { background-color: #265991; }
a { background-color: rgb(38,89,145); }
div.DivClassName
{
background-color: #265991;
}
.BgClassName
{
background-color: #265991;
}
</style>
border-color css
<style>
span { border-color: #265991; }
span { border-color: rgb(38,89,145); }
td.TdClassName
{
border-color: #265991;
}
.TagClassName
{
border-color: #265991;
}
</style>