Shades of Endeavour #265995
Tints of Endeavour #265995
RGB
CMYK
RGB Variations
Color information
#265995 (or 0x265995) is known color: Endeavour. HEX triplet: 26, 59 and 95. RGB value is (38,89,149). Sum of RGB (Red+Green+Blue) = 38+89+149=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #265995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265995 is #D9A66A. Grayscale: #505050. Windows color (decimal): -14263915 or 9787686. OLE color: 9787686.
HSL color Cylindrical-coordinate representation of color #265995: hue angle of 212.43º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265995 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 89 | 149 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.42 |
| HSL | 212.43º | 0.59% | 0.37% | - |
| HSV(B) | 212.43º | 0.74% | 0.58% | - |
| XYZ | 9.8 | 9.73 | 29.79 | - |
| YUV | 80.59 | 166.6 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 149 | 0.74 | 0.40 | 0 | 0.42 | 212.43 | 0.59 | 0.37 |
| Hex | 26 | 59 | 95 | 4A | 28 | 0 | 2A | D4 | 3B | 25 |
| Octal | 46 | 131 | 225 | 112 | 50 | 0 | 52 | 324 | 73 | 45 |
| Binary | 100110 | 1011001 | 10010101 | 1001010 | 101000 | 0 | 101010 | 11010100 | 111011 | 100101 |
Color Harmonies of #265995
Complementary color
Monochromatic Colors of #265995
Black with #265995
Text Example
Text Example
White with #265995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265995; }
p { color: rgb(38,89,149); }
H1.HeaderClassName
{
color: #265995;
}
.AnyTagClassName
{
color: #265995;
}
</style>
background-color css
<style>
a { background-color: #265995; }
a { background-color: rgb(38,89,149); }
div.DivClassName
{
background-color: #265995;
}
.BgClassName
{
background-color: #265995;
}
</style>
border-color css
<style>
span { border-color: #265995; }
span { border-color: rgb(38,89,149); }
td.TdClassName
{
border-color: #265995;
}
.TagClassName
{
border-color: #265995;
}
</style>