Shades of Endeavour #265BA1
Tints of Endeavour #265BA1
RGB
CMYK
RGB Variations
Color information
#265BA1 (or 0x265BA1) is known color: Endeavour. HEX triplet: 26, 5B and A1. RGB value is (38,91,161). Sum of RGB (Red+Green+Blue) = 38+91+161=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 161 (63.28% from 255 or 55.52% from 290); Max value from RGB is 161 - color contains mainly: blue. Hex color #265BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265BA1 is #D9A45E. Grayscale: #525252. Windows color (decimal): -14263391 or 10574630. OLE color: 10574630.
HSL color Cylindrical-coordinate representation of color #265BA1: hue angle of 214.15º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #265BA1 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 91 | 161 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.37 |
| HSL | 214.15º | 0.62% | 0.39% | - |
| HSV(B) | 214.15º | 0.76% | 0.63% | - |
| XYZ | 10.97 | 10.47 | 35.16 | - |
| YUV | 83.13 | 171.94 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 161 | 0.76 | 0.43 | 0 | 0.37 | 214.15 | 0.62 | 0.39 |
| Hex | 26 | 5B | A1 | 4C | 2B | 0 | 25 | D6 | 3E | 27 |
| Octal | 46 | 133 | 241 | 114 | 53 | 0 | 45 | 326 | 76 | 47 |
| Binary | 100110 | 1011011 | 10100001 | 1001100 | 101011 | 0 | 100101 | 11010110 | 111110 | 100111 |
Color Harmonies of #265BA1
Complementary color
Monochromatic Colors of #265BA1
Black with #265BA1
Text Example
Text Example
White with #265BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BA1; }
p { color: rgb(38,91,161); }
H1.HeaderClassName
{
color: #265BA1;
}
.AnyTagClassName
{
color: #265BA1;
}
</style>
background-color css
<style>
a { background-color: #265BA1; }
a { background-color: rgb(38,91,161); }
div.DivClassName
{
background-color: #265BA1;
}
.BgClassName
{
background-color: #265BA1;
}
</style>
border-color css
<style>
span { border-color: #265BA1; }
span { border-color: rgb(38,91,161); }
td.TdClassName
{
border-color: #265BA1;
}
.TagClassName
{
border-color: #265BA1;
}
</style>