Shades of Endeavour #265B91
Tints of Endeavour #265B91
RGB
CMYK
RGB Variations
Color information
#265B91 (or 0x265B91) is known color: Endeavour. HEX triplet: 26, 5B and 91. RGB value is (38,91,145). Sum of RGB (Red+Green+Blue) = 38+91+145=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #265B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265B91 is #D9A46E. Grayscale: #515151. Windows color (decimal): -14263407 or 9526054. OLE color: 9526054.
HSL color Cylindrical-coordinate representation of color #265B91: hue angle of 210.28º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265B91 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 91 | 145 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.43 |
| HSL | 210.28º | 0.58% | 0.36% | - |
| HSV(B) | 210.28º | 0.74% | 0.57% | - |
| XYZ | 9.65 | 9.94 | 28.2 | - |
| YUV | 81.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 145 | 0.74 | 0.37 | 0 | 0.43 | 210.28 | 0.58 | 0.36 |
| Hex | 26 | 5B | 91 | 4A | 25 | 0 | 2B | D2 | 3A | 24 |
| Octal | 46 | 133 | 221 | 112 | 45 | 0 | 53 | 322 | 72 | 44 |
| Binary | 100110 | 1011011 | 10010001 | 1001010 | 100101 | 0 | 101011 | 11010010 | 111010 | 100100 |
Color Harmonies of #265B91
Complementary color
Monochromatic Colors of #265B91
Black with #265B91
Text Example
Text Example
White with #265B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B91; }
p { color: rgb(38,91,145); }
H1.HeaderClassName
{
color: #265B91;
}
.AnyTagClassName
{
color: #265B91;
}
</style>
background-color css
<style>
a { background-color: #265B91; }
a { background-color: rgb(38,91,145); }
div.DivClassName
{
background-color: #265B91;
}
.BgClassName
{
background-color: #265B91;
}
</style>
border-color css
<style>
span { border-color: #265B91; }
span { border-color: rgb(38,91,145); }
td.TdClassName
{
border-color: #265B91;
}
.TagClassName
{
border-color: #265B91;
}
</style>