Shades of Endeavour #265695
Tints of Endeavour #265695
RGB
CMYK
RGB Variations
Color information
#265695 (or 0x265695) is known color: Endeavour. HEX triplet: 26, 56 and 95. RGB value is (38,86,149). Sum of RGB (Red+Green+Blue) = 38+86+149=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #265695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265695 is #D9A96A. Grayscale: #4E4E4E. Windows color (decimal): -14264683 or 9786918. OLE color: 9786918.
HSL color Cylindrical-coordinate representation of color #265695: hue angle of 214.05º 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 #265695 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 86 | 149 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.42 |
| HSL | 214.05º | 0.59% | 0.37% | - |
| HSV(B) | 214.05º | 0.74% | 0.58% | - |
| XYZ | 9.55 | 9.24 | 29.71 | - |
| YUV | 78.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 149 | 0.74 | 0.42 | 0 | 0.42 | 214.05 | 0.59 | 0.37 |
| Hex | 26 | 56 | 95 | 4A | 2A | 0 | 2A | D6 | 3B | 25 |
| Octal | 46 | 126 | 225 | 112 | 52 | 0 | 52 | 326 | 73 | 45 |
| Binary | 100110 | 1010110 | 10010101 | 1001010 | 101010 | 0 | 101010 | 11010110 | 111011 | 100101 |
Color Harmonies of #265695
Complementary color
Monochromatic Colors of #265695
Black with #265695
Text Example
Text Example
White with #265695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265695; }
p { color: rgb(38,86,149); }
H1.HeaderClassName
{
color: #265695;
}
.AnyTagClassName
{
color: #265695;
}
</style>
background-color css
<style>
a { background-color: #265695; }
a { background-color: rgb(38,86,149); }
div.DivClassName
{
background-color: #265695;
}
.BgClassName
{
background-color: #265695;
}
</style>
border-color css
<style>
span { border-color: #265695; }
span { border-color: rgb(38,86,149); }
td.TdClassName
{
border-color: #265695;
}
.TagClassName
{
border-color: #265695;
}
</style>