Shades of Endeavour #265497
Tints of Endeavour #265497
RGB
CMYK
RGB Variations
Color information
#265497 (or 0x265497) is known color: Endeavour. HEX triplet: 26, 54 and 97. RGB value is (38,84,151). Sum of RGB (Red+Green+Blue) = 38+84+151=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #265497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265497 is #D9AB68. Grayscale: #4D4D4D. Windows color (decimal): -14265193 or 9917478. OLE color: 9917478.
HSL color Cylindrical-coordinate representation of color #265497: hue angle of 215.58º 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 #265497 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 84 | 151 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.41 |
| HSL | 215.58º | 0.6% | 0.37% | - |
| HSV(B) | 215.58º | 0.75% | 0.59% | - |
| XYZ | 9.56 | 8.99 | 30.51 | - |
| YUV | 77.88 | 169.26 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 151 | 0.75 | 0.44 | 0 | 0.41 | 215.58 | 0.6 | 0.37 |
| Hex | 26 | 54 | 97 | 4B | 2C | 0 | 29 | D8 | 3C | 25 |
| Octal | 46 | 124 | 227 | 113 | 54 | 0 | 51 | 330 | 74 | 45 |
| Binary | 100110 | 1010100 | 10010111 | 1001011 | 101100 | 0 | 101001 | 11011000 | 111100 | 100101 |
Color Harmonies of #265497
Complementary color
Monochromatic Colors of #265497
Black with #265497
Text Example
Text Example
White with #265497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265497; }
p { color: rgb(38,84,151); }
H1.HeaderClassName
{
color: #265497;
}
.AnyTagClassName
{
color: #265497;
}
</style>
background-color css
<style>
a { background-color: #265497; }
a { background-color: rgb(38,84,151); }
div.DivClassName
{
background-color: #265497;
}
.BgClassName
{
background-color: #265497;
}
</style>
border-color css
<style>
span { border-color: #265497; }
span { border-color: rgb(38,84,151); }
td.TdClassName
{
border-color: #265497;
}
.TagClassName
{
border-color: #265497;
}
</style>