Shades of Endeavour #26569E
Tints of Endeavour #26569E
RGB
CMYK
RGB Variations
Color information
#26569E (or 0x26569E) is known color: Endeavour. HEX triplet: 26, 56 and 9E. RGB value is (38,86,158). Sum of RGB (Red+Green+Blue) = 38+86+158=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #26569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26569E is #D9A961. Grayscale: #4F4F4F. Windows color (decimal): -14264674 or 10376742. OLE color: 10376742.
HSL color Cylindrical-coordinate representation of color #26569E: hue angle of 216º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26569E is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 86 | 158 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.38 |
| HSL | 216º | 0.61% | 0.38% | - |
| HSV(B) | 216º | 0.76% | 0.62% | - |
| XYZ | 10.3 | 9.54 | 33.65 | - |
| YUV | 79.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 158 | 0.76 | 0.46 | 0 | 0.38 | 216 | 0.61 | 0.38 |
| Hex | 26 | 56 | 9E | 4C | 2E | 0 | 26 | D8 | 3D | 26 |
| Octal | 46 | 126 | 236 | 114 | 56 | 0 | 46 | 330 | 75 | 46 |
| Binary | 100110 | 1010110 | 10011110 | 1001100 | 101110 | 0 | 100110 | 11011000 | 111101 | 100110 |
Color Harmonies of #26569E
Complementary color
Monochromatic Colors of #26569E
Black with #26569E
Text Example
Text Example
White with #26569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26569E; }
p { color: rgb(38,86,158); }
H1.HeaderClassName
{
color: #26569E;
}
.AnyTagClassName
{
color: #26569E;
}
</style>
background-color css
<style>
a { background-color: #26569E; }
a { background-color: rgb(38,86,158); }
div.DivClassName
{
background-color: #26569E;
}
.BgClassName
{
background-color: #26569E;
}
</style>
border-color css
<style>
span { border-color: #26569E; }
span { border-color: rgb(38,86,158); }
td.TdClassName
{
border-color: #26569E;
}
.TagClassName
{
border-color: #26569E;
}
</style>