Shades of Endeavour #26578E
Tints of Endeavour #26578E
RGB
CMYK
RGB Variations
Color information
#26578E (or 0x26578E) is known color: Endeavour. HEX triplet: 26, 57 and 8E. RGB value is (38,87,142). Sum of RGB (Red+Green+Blue) = 38+87+142=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #26578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26578E is #D9A871. Grayscale: #4E4E4E. Windows color (decimal): -14264434 or 9328422. OLE color: 9328422.
HSL color Cylindrical-coordinate representation of color #26578E: hue angle of 211.73º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26578E is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 87 | 142 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.44 |
| HSL | 211.73º | 0.58% | 0.35% | - |
| HSV(B) | 211.73º | 0.73% | 0.56% | - |
| XYZ | 9.09 | 9.18 | 26.88 | - |
| YUV | 78.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 142 | 0.73 | 0.39 | 0 | 0.44 | 211.73 | 0.58 | 0.35 |
| Hex | 26 | 57 | 8E | 49 | 27 | 0 | 2C | D4 | 3A | 23 |
| Octal | 46 | 127 | 216 | 111 | 47 | 0 | 54 | 324 | 72 | 43 |
| Binary | 100110 | 1010111 | 10001110 | 1001001 | 100111 | 0 | 101100 | 11010100 | 111010 | 100011 |
Color Harmonies of #26578E
Complementary color
Monochromatic Colors of #26578E
Black with #26578E
Text Example
Text Example
White with #26578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26578E; }
p { color: rgb(38,87,142); }
H1.HeaderClassName
{
color: #26578E;
}
.AnyTagClassName
{
color: #26578E;
}
</style>
background-color css
<style>
a { background-color: #26578E; }
a { background-color: rgb(38,87,142); }
div.DivClassName
{
background-color: #26578E;
}
.BgClassName
{
background-color: #26578E;
}
</style>
border-color css
<style>
span { border-color: #26578E; }
span { border-color: rgb(38,87,142); }
td.TdClassName
{
border-color: #26578E;
}
.TagClassName
{
border-color: #26578E;
}
</style>