Shades of Endeavour #26549E
Tints of Endeavour #26549E
RGB
CMYK
RGB Variations
Color information
#26549E (or 0x26549E) is known color: Endeavour. HEX triplet: 26, 54 and 9E. RGB value is (38,84,158). Sum of RGB (Red+Green+Blue) = 38+84+158=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #26549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26549E is #D9AB61. Grayscale: #4E4E4E. Windows color (decimal): -14265186 or 10376230. OLE color: 10376230.
HSL color Cylindrical-coordinate representation of color #26549E: hue angle of 217º 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 #26549E is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 84 | 158 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.38 |
| HSL | 217º | 0.61% | 0.38% | - |
| HSV(B) | 217º | 0.76% | 0.62% | - |
| XYZ | 10.14 | 9.22 | 33.59 | - |
| YUV | 78.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 158 | 0.76 | 0.47 | 0 | 0.38 | 217 | 0.61 | 0.38 |
| Hex | 26 | 54 | 9E | 4C | 2F | 0 | 26 | D9 | 3D | 26 |
| Octal | 46 | 124 | 236 | 114 | 57 | 0 | 46 | 331 | 75 | 46 |
| Binary | 100110 | 1010100 | 10011110 | 1001100 | 101111 | 0 | 100110 | 11011001 | 111101 | 100110 |
Color Harmonies of #26549E
Complementary color
Monochromatic Colors of #26549E
Black with #26549E
Text Example
Text Example
White with #26549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26549E; }
p { color: rgb(38,84,158); }
H1.HeaderClassName
{
color: #26549E;
}
.AnyTagClassName
{
color: #26549E;
}
</style>
background-color css
<style>
a { background-color: #26549E; }
a { background-color: rgb(38,84,158); }
div.DivClassName
{
background-color: #26549E;
}
.BgClassName
{
background-color: #26549E;
}
</style>
border-color css
<style>
span { border-color: #26549E; }
span { border-color: rgb(38,84,158); }
td.TdClassName
{
border-color: #26549E;
}
.TagClassName
{
border-color: #26549E;
}
</style>