Shades of Endeavour #265990
Tints of Endeavour #265990
RGB
CMYK
RGB Variations
Color information
#265990 (or 0x265990) is known color: Endeavour. HEX triplet: 26, 59 and 90. RGB value is (38,89,144). Sum of RGB (Red+Green+Blue) = 38+89+144=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #265990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265990 is #D9A66F. Grayscale: #4F4F4F. Windows color (decimal): -14263920 or 9460006. OLE color: 9460006.
HSL color Cylindrical-coordinate representation of color #265990: hue angle of 211.13º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265990 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 89 | 144 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.44 |
| HSL | 211.13º | 0.58% | 0.36% | - |
| HSV(B) | 211.13º | 0.74% | 0.56% | - |
| XYZ | 9.41 | 9.57 | 27.74 | - |
| YUV | 80.02 | 164.1 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 144 | 0.74 | 0.38 | 0 | 0.44 | 211.13 | 0.58 | 0.36 |
| Hex | 26 | 59 | 90 | 4A | 26 | 0 | 2C | D3 | 3A | 24 |
| Octal | 46 | 131 | 220 | 112 | 46 | 0 | 54 | 323 | 72 | 44 |
| Binary | 100110 | 1011001 | 10010000 | 1001010 | 100110 | 0 | 101100 | 11010011 | 111010 | 100100 |
Color Harmonies of #265990
Complementary color
Monochromatic Colors of #265990
Black with #265990
Text Example
Text Example
White with #265990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265990; }
p { color: rgb(38,89,144); }
H1.HeaderClassName
{
color: #265990;
}
.AnyTagClassName
{
color: #265990;
}
</style>
background-color css
<style>
a { background-color: #265990; }
a { background-color: rgb(38,89,144); }
div.DivClassName
{
background-color: #265990;
}
.BgClassName
{
background-color: #265990;
}
</style>
border-color css
<style>
span { border-color: #265990; }
span { border-color: rgb(38,89,144); }
td.TdClassName
{
border-color: #265990;
}
.TagClassName
{
border-color: #265990;
}
</style>