Shades of Endeavour #265996
Tints of Endeavour #265996
RGB
CMYK
RGB Variations
Color information
#265996 (or 0x265996) is known color: Endeavour. HEX triplet: 26, 59 and 96. RGB value is (38,89,150). Sum of RGB (Red+Green+Blue) = 38+89+150=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #265996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265996 is #D9A669. Grayscale: #505050. Windows color (decimal): -14263914 or 9853222. OLE color: 9853222.
HSL color Cylindrical-coordinate representation of color #265996: hue angle of 212.68º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265996 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 89 | 150 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.41 |
| HSL | 212.68º | 0.6% | 0.37% | - |
| HSV(B) | 212.68º | 0.75% | 0.59% | - |
| XYZ | 9.88 | 9.76 | 30.22 | - |
| YUV | 80.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 150 | 0.75 | 0.41 | 0 | 0.41 | 212.68 | 0.6 | 0.37 |
| Hex | 26 | 59 | 96 | 4B | 29 | 0 | 29 | D5 | 3C | 25 |
| Octal | 46 | 131 | 226 | 113 | 51 | 0 | 51 | 325 | 74 | 45 |
| Binary | 100110 | 1011001 | 10010110 | 1001011 | 101001 | 0 | 101001 | 11010101 | 111100 | 100101 |
Color Harmonies of #265996
Complementary color
Monochromatic Colors of #265996
Black with #265996
Text Example
Text Example
White with #265996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265996; }
p { color: rgb(38,89,150); }
H1.HeaderClassName
{
color: #265996;
}
.AnyTagClassName
{
color: #265996;
}
</style>
background-color css
<style>
a { background-color: #265996; }
a { background-color: rgb(38,89,150); }
div.DivClassName
{
background-color: #265996;
}
.BgClassName
{
background-color: #265996;
}
</style>
border-color css
<style>
span { border-color: #265996; }
span { border-color: rgb(38,89,150); }
td.TdClassName
{
border-color: #265996;
}
.TagClassName
{
border-color: #265996;
}
</style>