Shades of Endeavour #26578D
Tints of Endeavour #26578D
RGB
CMYK
RGB Variations
Color information
#26578D (or 0x26578D) is known color: Endeavour. HEX triplet: 26, 57 and 8D. RGB value is (38,87,141). Sum of RGB (Red+Green+Blue) = 38+87+141=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #26578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26578D is #D9A872. Grayscale: #4E4E4E. Windows color (decimal): -14264435 or 9262886. OLE color: 9262886.
HSL color Cylindrical-coordinate representation of color #26578D: hue angle of 211.46º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26578D is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 87 | 141 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.45 |
| HSL | 211.46º | 0.58% | 0.35% | - |
| HSV(B) | 211.46º | 0.73% | 0.55% | - |
| XYZ | 9.02 | 9.15 | 26.49 | - |
| YUV | 78.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 141 | 0.73 | 0.38 | 0 | 0.45 | 211.46 | 0.58 | 0.35 |
| Hex | 26 | 57 | 8D | 49 | 26 | 0 | 2D | D3 | 3A | 23 |
| Octal | 46 | 127 | 215 | 111 | 46 | 0 | 55 | 323 | 72 | 43 |
| Binary | 100110 | 1010111 | 10001101 | 1001001 | 100110 | 0 | 101101 | 11010011 | 111010 | 100011 |
Color Harmonies of #26578D
Complementary color
Monochromatic Colors of #26578D
Black with #26578D
Text Example
Text Example
White with #26578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26578D; }
p { color: rgb(38,87,141); }
H1.HeaderClassName
{
color: #26578D;
}
.AnyTagClassName
{
color: #26578D;
}
</style>
background-color css
<style>
a { background-color: #26578D; }
a { background-color: rgb(38,87,141); }
div.DivClassName
{
background-color: #26578D;
}
.BgClassName
{
background-color: #26578D;
}
</style>
border-color css
<style>
span { border-color: #26578D; }
span { border-color: rgb(38,87,141); }
td.TdClassName
{
border-color: #26578D;
}
.TagClassName
{
border-color: #26578D;
}
</style>