Shades of Endeavour #265C91
Tints of Endeavour #265C91
RGB
CMYK
RGB Variations
Color information
#265C91 (or 0x265C91) is known color: Endeavour. HEX triplet: 26, 5C and 91. RGB value is (38,92,145). Sum of RGB (Red+Green+Blue) = 38+92+145=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #265C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265C91 is #D9A36E. Grayscale: #515151. Windows color (decimal): -14263151 or 9526310. OLE color: 9526310.
HSL color Cylindrical-coordinate representation of color #265C91: hue angle of 209.72º 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 #265C91 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 92 | 145 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.43 |
| HSL | 209.72º | 0.58% | 0.36% | - |
| HSV(B) | 209.72º | 0.74% | 0.57% | - |
| XYZ | 9.74 | 10.11 | 28.23 | - |
| YUV | 81.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 145 | 0.74 | 0.37 | 0 | 0.43 | 209.72 | 0.58 | 0.36 |
| Hex | 26 | 5C | 91 | 4A | 25 | 0 | 2B | D2 | 3A | 24 |
| Octal | 46 | 134 | 221 | 112 | 45 | 0 | 53 | 322 | 72 | 44 |
| Binary | 100110 | 1011100 | 10010001 | 1001010 | 100101 | 0 | 101011 | 11010010 | 111010 | 100100 |
Color Harmonies of #265C91
Complementary color
Monochromatic Colors of #265C91
Black with #265C91
Text Example
Text Example
White with #265C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C91; }
p { color: rgb(38,92,145); }
H1.HeaderClassName
{
color: #265C91;
}
.AnyTagClassName
{
color: #265C91;
}
</style>
background-color css
<style>
a { background-color: #265C91; }
a { background-color: rgb(38,92,145); }
div.DivClassName
{
background-color: #265C91;
}
.BgClassName
{
background-color: #265C91;
}
</style>
border-color css
<style>
span { border-color: #265C91; }
span { border-color: rgb(38,92,145); }
td.TdClassName
{
border-color: #265C91;
}
.TagClassName
{
border-color: #265C91;
}
</style>